New in .NET Core 3.0: local tools
I think all of you are using or heard about .NET Core Global Tools. Andrew Lock described how to use new feature: manifest file. andrewlock
Moving from the switch statement to switch expressions (C# 8)
C# 8 brings new switch statement syntax. It’s looks more clear and have less cognitive complexity. Here is step-by-step diving into new sintax from C# 6 to C# 8. Here is posrt
Microservices Testing Strategies, Types & Tools: A Complete Guide
This post is not about new-way-of-testing. It’s overview of all testing strategies in one place.
The best Twitch and YouTube channels for .NET developers
Do you like videos about .Net, but channel9.msdn.com is not enough? Here is more
JSON Serialization in .NET Core 3: Tiny Difference, Big Consequences
In my previous DotNetNews post I mentioned “JSON Serializers battle”. Here is described pitfall migrating from JSON.Net to System.Text.Json.