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.
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.