.NET Pulse
A free weekly newsletter about .NET
Embark on a journey of continuous learning and discovery!
Subscribers
Latest Issues
What’s New in ASP.NET Core 9
ASP.NET Core 9 boosts Minimal API with lower memory use, OpenAPI generation, and small API…
Understanding IEnumerable and IQueryable in C#
Understanding IEnumerable vs. IQueryable in C# is key for performance. Learn when to use each…
What’s new in System.Text.Json in .NET 9
System.Text.Json 9 brings JSON schema support, nullable reference types, custom enum names, flexible serialization, and…
Efficient Synchronization in C# with SemaphoreSlim
SemaphoreSlim in C# controls concurrent access to resources, supports async operations, and is ideal for…
Boost Your App’s Performance with .NET Benchmarking
Boost your .NET app’s performance with BenchmarkDotNet! Measure execution time, memory usage, and optimize your…
Understanding ValueTask in C#
ValueTask is a value type that helps reduce allocations in async methods, optimizing performance for…