News

In this article, we will investigate testing your ASP.NET Core 2.0 Web API solutions. We will look at internal testing with Unit Testing and externally testing your solution with a new testing ...
REST is an acronym for Representational State Transfer, an architectural style that has become extremely popular over the past few years. A RESTful API is one that it is built in accordance with the ...
Learn the three ways you can return data from your ASP.NET Core Web API action methods.
Going beyond the many 'hello world' presentations out there, expert developer and presenter Chris Klug specializes in sharing his higher-level knowledge on topics including Microsoft's ASP.NET Core ...
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 ...