News

Visual Studio 2013 came with a new version of Web API. The Web API 2.1 update includes a host of new features, including support for Binary JSON. Learn how to leverage BSON by building a Web API 2.1 ...
Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.
Believe it or not you can use Microsoft's Visual Studio Code from your web browser, or at least, versions of it.
In ASP.NET Core 7, minimal APIs provide a lightweight way to create web APIs with less boilerplate code. However, errors can still occur and you should be able to handle them elegantly.