In my previous post, Using Microsoft ASP.NET Web API 2 Help Page – Part 2 I mentioned that in MVC5, the HelpPage API, you no longer to specify the response type as part of the HelpPageConfig. This was simplier than I thought…
In my previous post, Using Microsoft ASP.NET Web API 2 Help Page – Part 2 I mentioned that in MVC5, the HelpPage API, you no longer to specify the response type as part of the HelpPageConfig. This was simplier than I thought…
This post is a continuation of my previous post Documenting the WebApi using Microsoft ASP.NET Web API 2 Help Page Including multiple XML files The first change that I wanted to make was that the HelpPage is only reading from one…
This post will be to continue putting in place some of the plumbing for the MotorDB application. In previous post I created a RESTful web service to return policy data to the client. As this could be seen as a…