Mentorship for Imagine Cup 2026
We’re excited to share that Rijwan and I will be mentoring at the upcoming Imagine Cup Ideathon organized by Nepal Cloud Professionals! This inspiring event is designed to help students
We’re excited to share that Rijwan and I will be mentoring at the upcoming Imagine Cup Ideathon organized by Nepal Cloud Professionals! This inspiring event is designed to help students
Modern applications are no longer just APIs and UIs. They increasingly involve AI models, tools, agents, and contextual data that must work together in a reliable and scalable way. This
As engineers, we love powerful tools. WebSockets. SignalR. Message brokers. Real-time frameworks layered on top of other real-time frameworks. But after building and maintaining production systems for years, I’ve learned
I’m excited to share that I will be speaking at the Season of AI: MCP event hosted by NepalCloudPro! If you’re passionate about modern protocols, scalable architectures, and building intelligent
.NET 10 represents another major milestone in the evolution of the .NET platform. As a long-term support (LTS) release, it focuses not only on introducing new capabilities but also on…
Welcome to .NET Conf 2025 — the biggest global virtual conference dedicated to .NET developers, enthusiasts, and IT professionals. This year marks a special milestone as we celebrate the 15th…
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
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 are inevitable — they
The current GitHub Codespaces environment only has the .NET 8 SDK installed, which does not support .NET 9.0. To enable .NET 9 support, you need to install the .NET 9
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…