Visual Studio Adds Powerful New Planning Feature
Introduction In October 2025, Microsoft announced a new preview feature for Visual Studio: “Planning in Visual Studio”. Microsoft for Developers The idea: give developers and teams a way to work
Introduction In October 2025, Microsoft announced a new preview feature for Visual Studio: “Planning in Visual Studio”. Microsoft for Developers The idea: give developers and teams a way to work
In modern enterprise applications, performance and memory efficiency are critical. Whether you're building APIs, processing large datasets, or working with real-time streams, you often need to return sequences of data…
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. Profiling
We’re excited to announce that Rijwan and I will be speaking at the Software Architecture Conference 2025! This global conference is one of the most anticipated gatherings for architects, developers,
Introduction With the release of Visual Studio 17.14, Microsoft has introduced a groundbreaking feature in public preview: Agent Mode for GitHub Copilot. This feature takes the AI-assisted development experience to
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 e-commerce system for
What is Azure Key Vault? Azure Key Vault is a cloud-based service that securely stores and manages secrets, such as API keys, passwords, certificates, and cryptographic keys. It enhances security
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.…
.NET 9 has some great new features, like better performance, better support for cloud-native apps, and a refined ecosystem that works really well with AI workloads. It's got APIs that…
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 build, train, and…