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
(1054)
Blogs
(211)
Resources
(10)
Videos
(27)
News
(28)
Articles
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
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
Entity Framework Core Code-First Approach with Seed Data
It will be beneficial to beginners who are struggling with Entity Framework Core and Creating Code-First Approach. The EF-Core Code-First approach involves creating domain classes first and then ge...
Arpit Shrivastava
Sep 09, 2024
Preventing XSS Attacks in ASP.NET Core Web API
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques l...
Sardar Mudassar Ali Khan
Sep 08, 2024
Preventing DoS Attacks in ASP.NET Core MVC Applications
This ASP.NET Core MVC project demonstrates essential techniques to prevent DoS attacks, including rate limiting, request size limiting, and Google reCAPTCHA integration. The solution ensures securi...
Sardar Mudassar Ali Khan
Sep 08, 2024
Creating Distributed Lock With Redis In .NET Core
Learn how to implement a distributed lock using Redis in .NET Core. This guide covers the essentials of setting up Redis for distributed locking, managing concurrency, and ensuring data consistency...
Catcher Wong
Jul 16, 2018
Explain Primary Constructor in C# 12
The primary constructor in C# 12 introduces a new way to define and initialize properties directly within the class declaration, simplifying object creation and reducing boilerplate code.
Arpit Shrivastava
Sep 04, 2024
Understanding HttpClient Best Practice
Creating a new HttpClient instance frequently can lead to performance issues like socket exhaustion due to open sockets lingering in the TIME_WAIT state. Instead, reuse a singleton HttpClient insta...
Devesh Omar
Sep 02, 2024
Creating Excel Reports with EPPlus in ASP.NET Core 8.0
Learn how to generate and manage Excel reports in ASP.NET Core 8.0 using the EPPlus library. This guide covers the essentials of integrating EPPlus for creating and manipulating Excel workbooks, in...
Tahir Ansari
Sep 02, 2024
Complete File Upload and Download in ASP.NET Core MVC
Implement file upload and download functionality in an ASP.NET Core MVC application. This guide covers project setup, model creation, controller logic, view implementation, and security best practi...
Sardar Mudassar Ali Khan
Aug 29, 2024
Understanding CQRS Design Pattern
CQRS (Command Query Responsibility Segregation) is a pattern that separates the responsibilities of reading and writing data into distinct models. This separation can help optimize both aspects ind...
Yogesh Tyagi
Aug 28, 2024
No Records Available.
61
-
80
of
1054
<<
2
3
4
5
6
>>
Learn C# 7.x
Challenge yourself
.NET Core
E-Book Download
Get Certified
Agile Development