Category
WebAPI
Web APIs are the backbone of modern application architecture. Learn RESTful design, authentication, and API best practices.
2 articlesHow to Setup and Customize Swagger with ASP.NET MVC
2016/03/04·5 min readThis walkthrough tutorial is about how to set up Swagger with ASP.NET MVC API by using Visual Studio 2015, also provides steps of how to customize the Swagger UI.
How to Log All WebAPI Request Response at ASP.NET MVC
2014/05/31·1 min readExample code of logging every request, response, and exception when accessing an ASP.NET MVC 3 controller.