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
Microservices Development with 3-Tier Architecture and Circuit Breaker Design Pattern Using Micro...
The Circuit Breaker pattern, analogous to its electrical counterpart, monitors for failures and helps prevent cascading failures in distributed systems. It acts as a barrier between a potentially f...
Sardar Mudassar Ali Khan
Dec 30, 2023
Eager Loading and Lazy Loading in .NET Core
This article delineates two fundamental data retrieval strategies in .NET Core: Eager Loading and Lazy Loading. Eager loading is a technique used to retrieve related or associated data in a single ...
Amit Mohanty
Dec 29, 2023
Microservices Development Using CQRS Architectural Design Pattern in Microsoft Asp.net Core Web A...
The Command Query Responsibility Segregation (CQRS) pattern is an architectural principle that separates the responsibility for handling commands (write operations that change state) from queries (...
Sardar Mudassar Ali Khan
Dec 28, 2023
Efficient API Development Database Operations in ASP.NET Core Web Using Dapper and Stored Procedu...
Employing Dapper in ASP.NET Core for database operations brings a streamlined approach to handling data, ensuring efficient and straightforward interactions. When complemented with stored procedure...
Sardar Mudassar Ali Khan
Dec 26, 2023
Logging Brilliance in .NET Core Part 2 : Using of Serilog in Windows Service
Learn to implement external logging in API and Windows Service using Serilog. This guide covers Serilog configuration, worker class setup, and package references, ensuring efficient information tra...
Vinoth Xavier
Dec 26, 2023
Implementing JWT Refresh Tokens in .NET 8.0
Secure web development involves maintaining user sessions beyond JSON Web Token (JWT) expiration. Learn to implement JWT refresh tokens in .NET 8.0, covering authentication, token generation, and r...
Ajay Kumar
Dec 26, 2023
Transfer Data From One Middleware to Another .NET Core Web API
The intricacies of passing data between middlewares in .NET Core Web API applications. Dive into methods like HttpContext.Items, custom middleware options, dependency injection, and HTTP context re...
Nakul Chaudhari
Dec 26, 2023
ASP.Net MVC vs ASP.Net Core
The distinctions between ASP.NET MVC and ASP.NET Core frameworks. ASP.NET MVC relies on the .NET Framework, tailored for Windows, while ASP.NET Core is cross-platform, modular, and boasts improved ...
Anandu G Nath
Dec 26, 2023
API Development Using Dapper and Microsoft Asp.NET Core Web API
ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operatio...
Sardar Mudassar Ali Khan
Dec 24, 2023
Logging in .NET Core with Serilog
Dive into the fundamentals of logging and follow a detailed guide on implementing Serilog in .NET Core 6 Web API. Learn the benefits and step-by-step configuration for efficient log management.
Jaydeep Patil
Dec 24, 2023
Choosing Between Controllers and Minimal API for .NET APIs
Explore the dichotomy of .NET API development with Controllers and Minimal APIs. This guide provides insights and real-world examples, empowering developers to choose between structured versatility...
Ajay Kumar
Dec 21, 2023
Building a Custom Object Mapper in ASP.NET Core Using C#
Unlock the power of data transformation in ASP.NET Core with a custom object mapper. Delve into the steps—defining mapping configurations, implementing logic, and seamless integration—ensuring tail...
Ajay Kumar
Dec 21, 2023
How To Run .Net Core Application Cross-Platform With Docker
In this article, you will learn about DotNet Core Application Run Cross Platform using docker container.
Vishal Joshi
Aug 30, 2022
Using RESTSharp for CRUD Operations in ASP.NET Core Web API
Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to f...
Sardar Mudassar Ali Khan
Dec 19, 2023
.NET Dependency Injection: Unleash the Power of SuperInject
SuperInject is not just another NuGet package; it’s your trusty sidekick in dependency injection. Picture this: streamlined registration of services and repositories with a touch of simplicity and ...
Esamaldin Mohammed
Dec 17, 2023
Implementing Unit Test .Net Core Application Using CQRS Handler
Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it c...
Abdul Raheem
Dec 15, 2023
Building a GraphQL Backend with .NET 6
Explore the world of GraphQL in .NET 6 with this comprehensive guide. Learn how to set up a GraphQL backend using HotChocolate, step by step, and unlock powerful data querying capabilities.
Ajay Kumar
Dec 13, 2023
ValidateAntiForgeryToken in ASP.NET Core
In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user tru...
Sardar Mudassar Ali Khan
Dec 13, 2023
API Keys vs Tokens
In the realm of APIs, API keys and tokens serve distinct roles. API keys authenticate requests with simplicity, while tokens, like JWTs, offer enhanced security and access control. This article elu...
Ajay Kumar
Dec 12, 2023
Why do We Use Dependency Injection?
What is a dependency injection and why to embrace it as a better programming practice.
Sandip Jadhav
Dec 11, 2023
No Records Available.
341
-
360
of
1029
<<
16
17
18
19
20
>>
Learn Python
Challenge yourself
.NET Core
E-Book Download
Get Certified
Full Stack