Building Future Ready Applications with CQRS and MediatR
Post Views: 8 Introduction When building enterprise applications, we often start with a simple CRUD approach. It works fine until it faces some issues and system grows more we may…
Learn developer and data technologies with us
Post Views: 8 Introduction When building enterprise applications, we often start with a simple CRUD approach. It works fine until it faces some issues and system grows more we may…
Post Views: 56 After months of anticipation, previews, and insider builds, Visual Studio 2026 is officially GA (Generally Available), and it’s packed with game-changing features that redefine the developer experience.…
Post Views: 23 Introduction In October 2025, Microsoft announced a new preview feature for Visual Studio: “Planning in Visual Studio”. Microsoft for Developers. The idea gives developers and teams a way to…
Post Views: 26 Introduction Exception handling is one of those fundamental aspects of software development that often gets overlooked until something goes wrong in production. In any .NET application, exceptions…
Post Views: 24 Introduction Debugging is a fact of life for every developer. We spend hours chasing down elusive bugs, adding breakpoints, sprinkling in Console.WriteLine statements, and scrolling through endless stack traces.…
Post Views: 23 Introduction Debugging and profiling are part of every .NET developer’s life but they can be time-consuming. With the new Copilot Diagnostics toolset in Visual Studio, you get…
Post Views: 0 I’m excited to share some great news with my community and fellow developers. I will be speaking at the Software Architecture Conference 2025! This global conference brings…
Post Views: 38 Middleware is an essential component of the ASP.NET request pipeline. It allows developers to run code during both the request and response lifecycle. In this article, we…
Post Views: 27 Introduction When you’re building software, testing is something you simply can’t afford to skip. It’s the safety net that ensures your application works the way it’s supposed…
Post Views: 746 Problem Statement With the upcoming deprecation of platform-enabled disaster recovery for Azure App Service web apps on March 31, 2025, it is crucial to implement a robust…