Building Future Ready Applications with CQRS and MediatR
Post Views: 10 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: 10 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: 65 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: 32 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: 37 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: 29 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: 29 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…
Flexibility in database selection is critical in modern application development. A Web API should support multiple database options such as SQL Server, PostgreSQL, MySQL, and SQLite without major code changes.…
Post Views: 680 ML.NET is a tool for machine learning that was created by Microsoft. It’s designed for developers who are familiar with the .NET framework. With ML.NET, you can…
Post Views: 58 Background There was a time when my wife and I were both working for a U.S.-based company from Nepal. Since the platform we worked on was an…
Post Views: 1,033 Introduction Quartz.NET is an open-source job scheduling library for .NET applications, enabling developers to execute background tasks at specified times or intervals. This article explains what is…