Getting Started with Azure Service Bus Emulator
The Azure Service Bus Emulator is here! Run Service Bus locally, cut cloud costs, and speed up development. Get started with offline messaging today!
The Azure Service Bus Emulator is here! Run Service Bus locally, cut cloud costs, and speed up development. Get started with offline messaging today!
How I became a Microsoft MVP — my journey, key skills that helped me, and tips for those looking to earn the award.
How to Become a Microsoft MVP: My Path and Tips for You Read More »
Simplify complex object creation in C# with the Builder pattern. Learn how to structure required and optional properties for clean, maintainable code.
The Builder Pattern in C#: Create Objects Step by Step Read More »
Learn how to implement and optimize background services in .NET to run long-running tasks efficiently, handle async operations, and follow best practices.
How to Use BackgroundService in .NET for Long-Running Tasks Read More »
Ensure consistent code formatting in .NET with .editorconfig. Learn how to set up rules, enforce styles, and improve team collaboration effortlessly.
How to Standardize Code Formatting in .NET with .editorconfig Read More »
Streamline API testing with .http files! Send requests directly from VS Code, Visual Studio, or Rider—lightweight, fast, and version-control friendly.
Easy API Testing in VS Code, Visual Studio, and Rider Read More »
The Decorator Pattern in .NET allows you to add behavior to objects dynamically. Learn how to implement and register decorators using DI for cleaner, flexible code.
Decorator Pattern: Add Behavior Without Breaking Code Read More »
Control features dynamically in ASP.NET Core! Learn to toggle features, roll out updates, and boost agility with feature management.
Seamless Feature Rollouts in ASP.NET Core Using Feature Management Read More »
Master task cancellations in C# with CancellationToken! Explore patterns, best practices, and techniques for building responsive and efficient code.
Mastering Cancellation in C# with CancellationToken Read More »
Mapperly: The compile-time object mapping library that transforms .NET development. Discover how source generators create faster, type-safe mappings with zero runtime overhead.