Clean Architecture with .NET: Book Review

This is an in-depth review for the book with title Clean Architecture with .NET The book is authored by Casey Crouse and Steve “Ardalis” Smith. And …

Options Pattern in ASP.NET Core

Since 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 …

Unleash the Power of Bulk Extensions with Dapper Plus

In this article, we will be highlighting a key feature of Dapper Plus, the Bulk Extensions, the fastest way to perform bulk operations in .NET. …

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 …

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 …

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 …

.NET / C#

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. …

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 …

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 …

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 …