Discover 16 common C#/.NET mistakes. From rethrowing exceptions to using HttpClient. Learn how to fix them with code samples and practical tips.
Learn how to scan JavaScript libraries for vulnerabilities using Retire.js and automate detection in CMD or Azure DevOps with a custom extension.
Discover the difference between IEnumerable and IAsyncEnumerable in .NET. Learn when to use each with practical examples and perf benchmarks.
Learn how to measure .NET code coverage on Azure DevOps using XPlat Code Coverage and ReportGenerator. Includes full pipeline and practical tips.
Learn how to store and query JSON data in relational databases using EF Core with real-world examples for PostgreSQL, SQL Server, and MySQL.
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.