Microsoft’s Active Server Pages have been around a long time; launching back in the early days of the web. Since then they’ve been through several iterations and frameworks, driving the development of ...
The .NET framework does a lot to help improve and speed up the development process. One of the areas it really shines in is API development. Using the WebAPI and, more recently, WebAPI 2 project types ...
A modern, API-compatible graphics framework built on ImageSharp delivers native-free imaging across Windows, Linux, and macOS ...
.NET Aspire is an interesting piece of the .NET ecosystem, providing a framework for building, testing, and deploying cloud-native applications. Still relatively new, Aspire takes an opinionated ...
Building a web application using non blocking calls to the data layer is a great way to increase the scalability of your system. Performing a task asynchronously frees up the worker thread to accept ...