Learn how to implement soft deletes in EF Core using flags, query filters, SaveChanges overrides, and repositories for safer data handling.
Master common HttpClient tasks in .NET. From setting headers, handling JSON and retries. This hopefully helps you and me from Googling next time.
Learn how to use C# reflection with real-world examples like CSV export, model mapping, plugin loading, and key tips for better performance.
Learn when and why to use GraphQL in .NET with practical examples and a step-by-step guide to building a GraphQL API using HotChocolate.
Compare Newtonsoft.Json and System.Text.Json for .NET. Learn about features, performance, customization, and when to choose each library.
Explore how Entity Framework Core tracks changes and generates SQL for Create, Update, and Delete operations. Learn what happens under the hood.
Learn how to integrate Cloudflare Turnstile into your ASP.NET Core website as a reCAPTCHA alternative. Follow this guide to reduce bot traffic.
Master advanced .NET dependency injection techniques, including IServiceProvider, IServiceScopeFactory, IEnumerable, AddKeyed DI, and more.
Optimize Entity Framework Core queries with projection, AsNoTracking, lazy vs. eager loading, indexes, pagination, raw SQL, and buffering tips.