Latest articles
The .NET Weekly Tips By Poorna

How to Build AI Agents Workflow Using Microsoft Agent Framework
Building intelligent workflows with multiple AI components can quickly become complex, especially when managing how they interact and share data. That’s where the Microsoft Agent Framework comes in.

EF Core Tricks for Bulk Reading Large Data Sets
Handling large data sets in EF Core can quickly become a performance challenge, especially when using the standard Where + Contains approach. That’s where Entity Framework Extensions comes in.

EF Core Pagination: Offset and Keyset (Cursor-Based) Explained
Efficient pagination is key when working with large datasets in EF Core. In this guide, we explore two main strategies Offset Pagination and Keyset (Cursor-Based) Pagination, along with advanced techniques like indexing for performance.
youtube Videos