#csharp
Read more stories on Hashnode
Articles with this tag
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...
Azure Key Vault – what is it? Azure Key Vault is a tool for securely storing and accessing secrets. A secret is anything that you want to tightly...
Two long-awaited types have been added to the core library in.NET 6 (preview 4). Developers can use DateOnly and TimeOnly to express either the date...
The features of exception handling help us deal with the unexpected mistakes that can occur in our code. We will use the try-catch block in our code...