#csharp
Read more stories on Hashnode
Articles with this tag
Enhanced weather forecast API · In this article, we will explore the latest C# 12 and .NET 8 features by applying them to the basic dotnet Web API...
vscode, vscode Jest extension, csharp attributes for nullables. · This week I worked mainly in vs code to do some web development so tips will mostly be...
A story about records, http message handlers, http client extensions... · In this article I want to talk about a few things in .NET such as http requests...
Using a DelegatingHandler · In our daily job, we often have to query secure REST APIs that require our HTTP requests to have a valid access token in...