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
Example of Aspect Oriented Paradigm with DispatchProxy Class
This article explores how to implement cross-cutting concerns in .NET using the DispatchProxy class. It demonstrates dynamic proxy creation for logging and other concerns, highlighting the benefits...
Rasul Huseynov
Oct 23, 2024
Vertical Slice Architecture with Code Examples in C# 12
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Ziggy Rafiq
Oct 18, 2024
Why In ASP.NET Core logging is often implemented as a singleton
In ASP.NET Core, logging is often implemented as a singleton to ensure efficient resource usage, centralized management, and thread-safe logging across the application.
Rahul Sharma
Oct 20, 2024
Minimal APIs or Controllers in ASP.NET Core
In ASP.NET Core, developers can choose between Minimal APIs and Controllers for building web APIs. Minimal APIs offer a lightweight, streamlined approach with simpler routing, while Controllers fol...
Safyan Yaqoob
Oct 14, 2024
Customizing HTTP Headers with Middleware in ASP.NET Core
In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific ...
Devesh Omar
Oct 12, 2024
Importing .NET Core APIs into Postman
Explore how to test, debug, and document your APIs effectively. From setting up Postman collections to handling HTTP requests and authentication, this guide simplifies API testing and integration.
Vinoth Xavier
Oct 10, 2024
Simple Load Balancer in .NET Core with YARP
Load balancing ensures efficient traffic distribution in distributed systems. YARP enables load balancing with sticky sessions for consistent routing, improving scalability, performance, and availa...
Balaji Thilagar
Oct 08, 2024
Implementing CORS in .NET Core 8
This article explores Cross-Origin Resource Sharing (CORS) in .NET Core 8, specifically for Angular applications. It outlines best practices for configuring CORS, including setting allowed origins,...
Tahir Ansari
Oct 03, 2024
Background Job Management with Hangfire in .NET Core 8
Discover how to effectively manage background jobs in .NET Core 8 using Hangfire. This guide covers job scheduling, asynchronous processing, and monitoring, ensuring your applications run efficient...
Safyan Yaqoob
Sep 30, 2024
Quick Way to Generate Reports in .NET Core API
This guide covers essential tools and techniques for creating PDF, CSV, and other formats in real time. Ideal for developers looking to implement efficient report generation with .NET Core for stre...
Devesh Omar
Sep 30, 2024
Understanding the Concept of Rule Engine through Shopping Cart Discount feature
This article explores how a rule engine can be used to implement a shopping cart discount feature, automating discount logic based on conditions such as cart value, product category, and promotions.
Ayush Gupta
Sep 29, 2024
Getting Started with GPT-3.5 Turbo on Azure OpenAI Service in .NET
This article explores how to integrate Azure OpenAI Service and GPT-35-Turbo into .NET applications for generating text responses based on user prompts.
Alagunila Meganathan
Sep 28, 2024
How to Build a Clean Architecture Web API with .NET Core 8
Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices fo...
Tejas Agravat
Sep 26, 2024
JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-ba...
Tejas Agravat
Oct 03, 2023
API Versioning and Enable Authorization in Swagger UI .NET Core
In this article, we explore API versioning and how to enable authorization in Swagger UI for a .NET Core Web API. We’ll discuss best practices for managing API versions, ensuring backward compatibi...
Atul Sharma
Sep 25, 2024
Containerize React JS and .NET Core Apps with Docker and Kubernetes
This guide demonstrates how to build a sample product management application using .NET Core Web API for the backend and React JS for the frontend. The app is containerized with Docker and Kubernet...
Jaydeep Patil
Sep 23, 2024
Response Caching with Cache Profiles in .NET Core 8
The process by which a browser or other client caches a server's response is known as response caching. This will facilitate the prompt processing of subsequent requests for the same resources....
Jaimin Shethiya
Sep 22, 2024
In-Memory Databases- Unit Testing With C#, EFCore and XUnit
Learn to unit test EF Core repositories using an in-memory database with C# and xUnit. This approach simulates database operations without overhead, ensuring fast and isolated tests. Set up involve...
Arpit Shrivastava
Sep 18, 2024
Understanding Model Binding in ASP.NET Core with .NET 8
Model binding in .NET Core simplifies the process of mapping HTTP request data to action method parameters. It automatically extracts data from various sources like query strings, form submissions,...
Jignesh Kumar
Sep 17, 2024
Explaning IActionFilter in ASP.NET Core
This article explains ASP.NET Core's `IActionFilter`, highlighting its use in handling cross-cutting concerns like logging, validation, and authentication while outlining its advantages and pot...
Vishal Yelve
Sep 16, 2024
No Records Available.
21
-
40
of
1029
<<
1
2
3
4
5
>>
Learn Flutter
Challenge yourself
.NET Core
E-Book Download
Get Certified
.NET Full Stack Developer