A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
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 ...
Different ways to organize API endpoints in ASP.Net Core Web API projects. All projects use a very simple ItemRepository to demonstrate how Dependency Injection works in the different cases. All ...
Peter returns to the ASP.NET Web API in Visual Studio 2012 to use it with ASP.NET. And this time, he's moving complete objects from the client up to the server in an HTTP POST. I've looked at the new ...
Parameter binding from forms, antiforgery tokens, and Native AOT are now supported in ASP.NET Core. Here’s how to take advantage of them. ASP.NET Core offers a simplified hosting model, called minimal ...
Learn to handle runtime errors using exceptions and return appropriate error codes and error messages in ASP.NET Web API. Microsoft’s ASP.NET Web API is a ...
Example implementations for all four tools. Scenarios addressing common challenges like socket exhaustion, fault tolerance, and scaling. Comparisons of memory usage, performance, and ideal use cases.