Learn how to implement long-running background tasks in ASP.NET Core using hosted services and background workers.
.Net Blogs
Latest Posts
Explore common mistakes and improved practices for validation in .NET applications.
A comprehensive guide to implementing robust authorization in Angular 18 and ASP.NET Core Web API using roles, claims, and policies.
Learn how to implement the repository pattern in .NET applications to simplify data access logic, improve code organization, and enhance maintainability.
Unlock the potential of conditional aggregation in SQL using SUM() with CASE WHEN. Learn how to extract meaningful insights from your data with ease.
Learn about advanced C# concepts like delegates, events, generics, async/await tasks, and LINQ.
Learn how to enable multi-factor authentication using Microsoft Authenticator for your Office 365 account.
Learn how to implement soft delete functionality in your .NET applications using Entity Framework Core, improving data management and recoverability.
A guide on how to implement a JWT Authentication system into a .NET 8 Web API project that uses Microsoft's Blazor WebAssembly.