Top 10 Middleware in ASP.NET Core Web API
Middleware is the heartbeat of ASP.NET Core Applications. To build a clear, scalable, and secure APIs, you have to know about the key collection of …
Learn. Code. Listen
Middleware is the heartbeat of ASP.NET Core Applications. To build a clear, scalable, and secure APIs, you have to know about the key collection of …
Currently .NET 10 is under Preview mode. The current version is preview 5, released on 10-June-2025 By default, Visual Studio 2022 doesn’t support the early …
In the evolving world of cloud-native and distributed systems, resilience is no longer optional, it’s essential. This article explores how developers can leverage the power …
JWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This …
📢 .𝗡𝗘𝗧 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 This is a thorough review for a book that would be your ultimate resource to explore the world of architecture and Software …
This is an in-depth review article on book: Software Architecture for .NET 8 and C# 12 Ready to take your development job to the next …
This is an in-depth review article on book: Apps and Services in .NET 8 by Mark J. Price: A book for Intermediate .NET Developers Presenting …
A shoutout for ilovedotnet.org, a great initiative to share the knowledge of .NET and its related technologies through a platform that provides live demos crafted …
In this article, we will learn about 13 Libraries in ASP.NET Core every developer should know about. Of course there are thousands of NuGet packages …
Swagger can help you document your APIs by representing your API definition in a JSON format, which is called the OpenAPI Specification document, OpenAPI was …