Sysem.Text.Json: Working with Polymorphic types
How to Serialize/Deserialize polymorphic types using System.Text.Json
How to Serialize/Deserialize polymorphic types using System.Text.Json
Misusing PeriodicTimer can make your application inefficient!
Considering a better approach rather than Task.WhenAll
We will learn how to mock only a part of a class.
Let's refactor a code and use the Template Method Pattern
No need to check all validations when one of them fails.
Let's see how .NET fixed the IAsyncDispose issue!
Let's see the why, what and how behind StringValues type.
A reminder of how IClassFixture
works in xUnit.
In-Memory cache allows storing data within the application's memory
.
Writing a Unit Test for a class that accepts IOptions
In general, when we try to copy one object to another object, both objects will share the same memory address. It's about how objects are saved in Stack and Heap.
Let's get to know why gRPC is high-performance?