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
(1043)
Blogs
(208)
Resources
(10)
Videos
(27)
News
(28)
Articles
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
Implement Rate Limiting in REST API in .NET 8
Rate limiting is a technique used to control the number of API requests a client can make within a set timeframe, helping to prevent server abuse, protect resources, and ensure fair usage. This art...
Ayush Gupta
Sep 12, 2024
API Versioning Best Practices in .NET 8
Learn how to implement API versioning in .NET 8 to manage changes and maintain compatibility. This article covers versioning strategies like URI Path, Query Parameter, Header, and Content Negotiati...
Ayush Gupta
Sep 12, 2024
Baisc of IHttpClientFactory in .NET Core
IHttpClientFactory in .NET Core simplifies HTTP client creation, improves performance, and promotes the reuse of HttpClient instances. It offers built-in features like dependency injection, named a...
Devesh Omar
Sep 10, 2024
Response Cache Attribute in .NET Core 8: Usage, and Examples
This guide covers its usage, configuration, and examples, explaining how to implement response caching in ASP.NET Core for faster load times and reduced server overhead in your web applications.
Jaimin Shethiya
Sep 09, 2024
No Records Available.
41
-
60
of
1043
<<
1
2
3
4
5
>>
Build Progressive Web Apps
Challenge yourself
.NET Core
E-Book Download
Get Certified
Web Development Beginner