.NET Pulse
A free weekly newsletter about .NET
Embark on a journey of continuous learning and discovery!
Subscribers
Latest Issues
How to Avoid Common EF Core Performance Pitfalls
Avoid slow EF Core queries! Learn how to fix N+1 issues, reduce memory usage, and…
Manage API Versioning Like A Pro in ASP.NET Core
Learn how to version Minimal APIs in ASP.NET Core to support multiple versions, avoid breaking…
Stop Unnecessary Allocations with Static Lambda in C#
Improve C# performance with static lambdas! Reduce memory allocations, prevent unintended captures, and write faster,…
Getting Started with Azure Service Bus Emulator
The Azure Service Bus Emulator is here! Run Service Bus locally, cut cloud costs, and…
How to Become a Microsoft MVP: My Path and Tips for You
How I became a Microsoft MVP — my journey, key skills that helped me, and…
The Builder Pattern in C#: Create Objects Step by Step
Simplify complex object creation in C# with the Builder pattern. Learn how to structure required…