#aspnet
Read more stories on Hashnode
Articles with this tag
Reducing the size of your API responses can noticeably improve the performance of your application. And since network bandwidth is a limited resource,...
Today's modern applications must deliver the latest information without refreshing the user interface. If you need to introduce real-time...
If you're building a .NET application, chances are high that you'll need to call an external API over HTTP. The easy way to make HTTP requests in .NET...
In this week's newsletter I will show you how to easily add validation to the strongly typed configuration objects injected with IOptions. The Options...
In this week's newsletter we are going to explore Minimal APIs, which were introduced in .NET 6. Minimal APIs were introduced to remove some of the...
In this week's newsletter we will talk about running background tasks in ASP.NET Core. After reading this newsletter, you will be able to set up a...