by Manoj Birajdar | Feb 16, 2026 | Blog
In today’s web applications, forms are where users interact the most and where things can go wrong the fastest. A missing validation rule can lead to bad data, frustrated users, or even serious security issues. That’s why validation isn’t just a technical requirement;...
by Manoj Birajdar | Feb 4, 2026 | Blog
Introduction In today’s web applications, things will go wrong network calls fail, APIs time out, and users click faster than we expect. What separates a good application from a great one is how gracefully it handles these failures throughout the Exception Lifecycle...
by Manoj Birajdar | Dec 10, 2025 | Blog, App Development, Product Engineering
Introduction Hello! In this blog, I’ll be sharing my experiences with logging in modern applications. In 2025, building apps has become more complex than ever, from cloud-native microservices to interactive Best Practices for Blazor & ASP.NET Core. With this...
by Manoj Birajdar | Jul 14, 2025 | Technologies
Form validation in Blazor Server is essential for building secure, user-friendly, and data-driven enterprise applications. From HR portals to SaaS platforms, ensuring input validation can mean the difference between a seamless experience and a costly failure. Unlike...
by Manoj Birajdar | Jul 10, 2025 | Technologies
In enterprise-grade applications built with Blazor Server, ensuring stability is critical. A single unhandled error can disrupt the persistent SignalR connection, crash the UI, or even terminate user sessions. That’s why Blazor error handling isn’t just optional—it’s...