Showing results for Web APIs - .NET Blog

Apr 7, 2021
3
0

Your Top .NET Microservices Questions Answered

Nish Anil
Nish Anil

We got some great questions during our recent Let's Learn .NET: Microservices event. In this post, Nish Anil answers your top five questions, with links to docs and resources where you can learn more.

ASP.NET.NET CoreCloud
Feb 27, 2018
4
0

ASP.NET Core 2.1.0-preview1: Improvements for building Web APIs

Daniel Roth
Daniel Roth

ASP.NET Core 2.1 adds a number of features that make it easier and more convenient to build Web APIs. These features include Web API controller specific conventions, more robust input processing and error handling, and JSON patch improvements. Please note that some of these features require enabling MVC compatibility with 2.1, so be sure to check ...

ASP.NETASP.NET Core