Latest articles
The .NET Weekly Tips By Poorna

C# 15 Union Types Explained Simply – A Better Way to Handle Multiple Return Types
C# 15 introduces Union Types — a simple and type-safe way to handle multiple return types. Learn how it works and how to try it with .NET 11 Preview 2.

HybridCache in ASP.NET Core – A Better Way to Handle L1 & L2 Caching
HybridCache in ASP.NET Core combines in-memory and distributed caching into a single API, improving performance and scalability with minimal effort.

Implementing Soft Delete in EF Core: A Practical Guide for Safer Data Management
Learn how to implement soft delete in EF Core, global query filters, interceptors, and indexing. This guide also covers best practices, performance tips, and when to choose soft delete over hard delete.
youtube Videos

