Take advantage of global exception handling to avoid writing scads of boilerplate exception handling code in ASP.NET Core MVC. Exceptions are runtime errors that ...
Learn to change the default behavior and return HTTP 404 when action methods in ASP.NET Core return null values. ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework. You can ...
Microsoft's .NET Core 2.0 is done and available for download as of Aug. 14. Microsoft's primary goal with .NET Core and .NET Standard was to make more of its application programming interfaces (APIs) ...
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 ...
The Kestrel web server flaw allows request smuggling attacks, but the actual risk depends on the application code and deployment. Microsoft has patched a critical vulnerability in ASP.NET Core that ...