Better Controlling Time in .NET
No Comments
The DateTime type has existed in .NET from the beginning. It represents an instant in…
Boost Your .NET Development with Refit
1 Comment
Learn how Refit can boost your .NET Development. Explore how flexible and feature-reached Refit is.
How to Use HttpClient Properly in .NET
2 Comments
HttpClient is a widely used typical class in .NET. However, it has a hidden pitfalls….
How Easily to Fan Out HTTP Requests in .NET
No Comments
An easy way how to fan out HTTP requests in .NET. A new method introduced…
Efficient Bulk Updates in Entity Framework
No Comments
Learn about new bulk update and delete methods in Entity Framework Core. Find out how…
Unlocking the Delegate’s Potential in C#
No Comments
A delegate is a type-safe function pointer that can reference on or more methods with…
How to Investigate Performance Counters in .NET
No Comments
Explore how to use Performance Counters in .NET. The tutorial describes the available commands.
How to Handle Options in ASP.NET Core Better
No Comments
Discover a better way to handle options in ASP.NET Core. Find out what is the…
Getting started with Health Checks in ASP.NET Core
No Comments
Getting started with health checks in ASP.NET Core is simple. Health checks provide a quick…