.NET Pulse
A free weekly newsletter about .NET
Embark on a journey of continuous learning and discovery!
Subscribers
Latest Issues
New APIs in .NET 9 You Should Know About
Discover new .NET APIs in .NET 9 like CountBy, Task.WhenEach, and ReadOnlySet that simplify coding…
Mastering Async and Await in C#: Best Practices
Master async/await with best practices! Avoid deadlocks, optimize performance, and write cleaner, scalable C# code.
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…