Latest articles
The .NET Weekly Tips By Poorna

EF Core Read Query Performance – Optimization Techniques for .NET
EF Core's defaults are built for convenience, not speed — and that gap shows up fast once your data grows. This guide walks through 10 practical techniques to boost EF Core read query performance in .NET, from indexing and AsNoTracking to pagination, split queries, and caching, with real code examples for every skill level.

LLM vs AI Agent – What’s the Real Difference (And Why It Matters)
LLMs and AI agents get used interchangeably, but they're not the same thing. This guide breaks down what each one actually does, how they work together, and how to decide which one your project really needs.

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.
youtube Videos

