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.

ExecuteUpdate and ExecuteDelete in EF Core – Faster Bulk Operations Without Loading Entities
ExecuteUpdate and ExecuteDelete in EF Core allow performing bulk updates and deletes directly in the database without loading entities. This improves performance and reduces memory usage significantly.

The New Visual Studio .slnx Solution File Format
Visual Studio introduces the new .slnx solution file format, a cleaner and more readable replacement for .sln. Built for modern .NET workflows, .slnx reduces merge conflicts, improves source control collaboration.
youtube Videos

