.net 6 Localization with JSON files in .NET 6 We'll learn how to use JSON-based localization in.NET 6 and how to combine it with caching to make it even more efficient. We'll save the localized strings in JSON files and utilize middleware to swap languages using language keys in the request header. Source code can be found here
.net 6 DateOnly and TimeOnly in .NET 6 In this post, we will look at the DateOnly and TimeOnly types introduced in the.NET 6 core library for representing dates and times independently.