TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET Core
FOLLOW
.NET Core is a modular, cross-platform, and open source software development framework that is used to build Windows, Web, and Mobile applications for Windows, Linux and OS X platforms.
Articles
(1029)
Blogs
(206)
Resources
(10)
Videos
(27)
News
(28)
Articles
Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs
Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only e...
Sardar Mudassar Ali Khan
Nov 17, 2023
.NET Core: Understanding of Scopes and Lifetime Management
Scopes and Lifetime Management in .NET Core: A Comprehensive Guide to Dependency Injection and Object Lifespan
Vinoth Xavier
Nov 17, 2023
Multi-Select Checkbox Dropdown List - Create And Edit In .NET Core 3.1
In this article, you will learn how to create a multi-select checkbox dropdown list in .NET core 3.1 and edit it.
Khushbu Saini
Sep 21, 2020
Identity API Endpoints based Authentication and Authorization in .NET 8
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ...
Ashutosh Singh
Nov 15, 2023
Interface Segregation Principle (ISP) in .NET 6 Core
As we navigate the SOLID principles in the realm of .NET 6 Core, the Interface Segregation Principle (ISP) takes center stage. This principle emphasizes creating specialized interfaces for clients ...
Ashutosh Singh
Nov 15, 2023
New feature for Authentication and Authorization in .NET 8
Let's check out the cool new things that .NET 8 has added to help you keep your apps secure.
Ashutosh Singh
Nov 15, 2023
Implementing gRPC in .Net Core
Article on how to use gRPC in .Net Core. This article provides a step-by-step guide on implementing gRPC in a .NET Core project, covering essential aspects from creating proto files to adding autho...
Abdul Raheem
Nov 15, 2023
Liskov Substitution Principle (LSP) in .NET 6 Core
As a burgeoning developer delving into the SOLID principles, understanding the Liskov Substitution Principle (LSP) is pivotal for crafting robust and maintainable code. In this article, we'll d...
Ashutosh Singh
Nov 15, 2023
Implementing the Visitor Pattern in ASP.NET Core Web API Using 3-Tier Architecture
In an ASP.NET Core Web API employing a 3-tier architecture, the Visitor Pattern is utilized for efficient data manipulation in the C# Article model. The model, CSharpArticle, includes essential pro...
Sardar Mudassar Ali Khan
Nov 14, 2023
ASP.NET Core Web API Development with Template Method Pattern and 3-Tier Architecture
This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common...
Sardar Mudassar Ali Khan
Nov 13, 2023
API Development Using Strategy Design Pattern with 3-Tier Architecture
In today's fast-paced software development landscape, creating well-structured and maintainable applications is crucial. One popular design pattern that can greatly enhance the organization and...
Sardar Mudassar Ali Khan
Nov 12, 2023
Implementing State Design Pattern in ASP.NET Core Web API with 3-Tier Architecture
In this ASP.NET Core Web API project utilizing a 3-Tier Architecture with the State Design Pattern, we've created a News management system that encapsulates the state of news items, allowing fo...
Sardar Mudassar Ali Khan
Nov 10, 2023
How to Secure your .Net Core API Through Identity Server 4
A brief description of how to implement Identity Server 4. This article explains that setting up and configuring IdentityServer4 in a .NET application is comprehensive and provides a clear step-by-...
Abdul Raheem
Nov 09, 2023
Spelling Checker API In ASP.NET Core
This article contains a sample application for spell checking
Rajan Mishra
Oct 09, 2022
Integration of ActiveMQ with .NET Core Console Application
In this article, we delve into the seamless integration of Apache ActiveMQ, a powerful open-source message broker, with a .NET Core console application.
Javeria Tabassum
Nov 02, 2023
ASP.NET Core Web API Development with Observer Design Pattern
This project represents a robust ASP.NET Core Web API application that manages tickets using a 3-tier architecture. The system provides full CRUD (Create, Read, Update, Delete) functionality for ti...
Sardar Mudassar Ali Khan
Nov 01, 2023
Unveiling the Elegance and Efficiency of Minimal APIs
This article provides a clear and concise explanation of Minimal APIs, a programming approach that simplifies the creation of HTTP APIs in ASP.NET Core. The article explains the concept of Minimal ...
Hamza Asal
Oct 31, 2023
Creating QR Code In ASP.NET Core
In this article we will learn how to create the QR Code in ASP.NET Core
Vithal Wadje
Aug 21, 2022
Open-Closed Principle (OCP) in .NET 6 Core
As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from t...
Ashutosh Singh
Oct 30, 2023
ASP.NET Core MVC Request Life Cycle
In this article you will learn about description of various stages of ASP.NET Core MVC Request Life Cycle.
Abhishek Yadav
Jan 16, 2020
No Records Available.
381
-
400
of
1029
<<
18
19
20
21
22
>>
Learn Internet of Things in 21 Days
Challenge yourself
.NET Core
E-Book Download
Get Certified
CSS