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.
Learn how to schedule and automate background tasks in .NET with Quartz.NET. Includes simple coding examples for console apps and ASP.NET Core.
Explore C# records for immutability, value-based equality, and concise syntax. Learn when to use records over classes with practical examples.
Explore .NET 9's System.Text.Json updates like JSON schema export, advanced serialization options, and performance enhancements for JSON docs.
Explore .NET 9’s new LINQ methods, CountBy and AggregateBy, which simplify group operations, boost readability, and improve code efficiency.
Explore C# 11's new features: raw string literals, list patterns, UTF-8 strings, required members, and generic math for improved code quality.
Discover new cryptography features in .NET 9, including simplified hashing with HashData and enhanced security with KMAC for data integrity.
A revisit of HTTP logging in ASP.NET Core 8, covering set up, new config options like CombineLogs, and using interceptors to fine-tune logs.