Top 10 Middleware in ASP.NET Core Web API

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 middleware that you should use. …

Read More
Early Access to .NET 10 in Visual Studio 2022 - CodingSonata.com

Early Access to .NET 10 in Visual Studio 2022

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 releases of the .NET SDKs. …

Read More
6 Strategies to Build Resilience in ASP.NET Core

6 Strategies to Build Resilience in ASP.NET Core

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 of Polly via the new …

Read More
Book Review - Tools and Skills for .NET 8

Book Review: Tools and Skills for .NET 8

This is a review article for the book, so take your time to read the review and let me know your thoughts about this book. .NET Developers, Mark J. Price …

Read More
architecting asp.net core application

Book Review: Architecting ASP.NET Core Applications

📢 .𝗡𝗘𝗧 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 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 More
WorkflowEngine in .NET

Build Performance Evaluation Workflow with WorkflowEngine in .NET

A workflow is a set of activities and events to be performed to complete a task or a process. There are so many use cases where you might need to …

Read More
API-Configurations-using-appsetting.json-in-ASP.NET-Core-Web-API

API Configurations using appsettings.json in ASP.NET Core Web API

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 by developers for developers with …

Read More
13 Libraries In ASP.NET Core Every Developer Should Know About.

13 Libraries in ASP.NET Core Every Developer Should Know About

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 and libraries hosted and maintained …

Read More
a quick guide to learn asp.net core web api.jpg

A Quick Guide to Learn ASP.NET Core Web API

Knowledge in writing solid and secure Web APIs is an essential skill to learn to become a better API or integration developer, so I have compiled a list of important …

Read More
Exception handling and logging using log4net in asp.net core web api

Exception Handling and Logging in ASP.NET Core Web API

In this tutorial I will show you how you can implement exception handling and logging in ASP.NET Core Web API. You will learn the proper way of handling exceptions and …

Read More