Learn how to leverage C# tuples for cleaner, efficient code. Discover real-world use cases, benefits, and best practices to optimize performance.
Learn how C# delegates simplify event-driven programming with real-world examples, lambda expressions & built-in delegates like Action & Func.
Explore the updated NuGet packages powering elmah.io! Discover new additions, changes, and essential tools driving our modern tech stack.
Learn how EF Core complex types simplify database models, reduce redundancy, enhance reusability, and improve maintainability effectively.
Discover the key differences between records, structs, and classes in C#. Learn when to use each construct for optimal design in your projects.
Learn how to create reusable custom controls in .NET MAUI, such as a custom button, using XAML and C# for efficient mobile app development.
Learn how to monitor .NET app performance using BenchmarkDotNet. Discover benchmarking basics, examples, and tips for optimizing your code.
Learn how to perform bulk inserts with EF Core, from basic methods like Add and AddRange to advanced options using BulkExtensions and raw SQL.
Discover what's new in C# 13 with .NET 9! Learn about enhanced params, implicit index, new escape sequences, locks, and optimized overloads.