
Structured Logging in ASP.NET Core
In this tutorial we will learn how to implement structured logging in ASP.NET Core Web API using Serilog. Logging is one of the most important and critical features in development …
Read MoreLearn. Code. Listen
In this tutorial we will learn how to implement structured logging in ASP.NET Core Web API using Serilog. Logging is one of the most important and critical features in development …
Read MoreSince the beginning of ASP.NET Core, there has been a great addition in the main features, one of which is the appsettings.json file. In this tutorial you will learn how …
Read MoreIn this article we will learn about the Data Protection API in ASP.NET Core. This API is not considered something new; It has existed since the days of .NET Framework …
Read MoreIn this article, we will be highlighting a key feature of Dapper Plus, the Bulk Extensions, the fastest way to perform bulk operations in .NET. But before going further with …
Read MoreMiddleware 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 middleware that you should use. …
Read MoreCurrently .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 releases of the .NET SDKs. …
Read MoreIn 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 of Polly via the new …
Read MoreJWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This article gives you a foundational …
Read More📢 .𝗡𝗘𝗧 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 This is a thorough review for a book that would be your ultimate resource to explore the world of architecture and Software design in .NET Architecting ASP.NET …
Read MoreThis 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 level? Introducing you this cooperative …
Read More