In a previous post, I mentioned that version 3 of the Web Essentials tool no longer has any TypeScript support. I was prompted about several Visual Studio updates, one of which was Web Essentials: Oh Joy of Joys, Mads has…
In a previous post, I mentioned that version 3 of the Web Essentials tool no longer has any TypeScript support. I was prompted about several Visual Studio updates, one of which was Web Essentials: Oh Joy of Joys, Mads has…
Where I work, we have now moved our main development to VS2013 and .net 4.5. After upgrading all the projects to use .net 4.5.1, MVC to V5, and getting a successful build, it was time to run the application. Started…
This is another post relating to the new features in WebApi2. When you start a new WebAPI controller, the template used is Once you start working with the WebAPI, you soon realize that this is not enough, as you need…
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…