This is continuation from my original post Journey Into Angular – Part 1 Clean Up I wanted to clear up a few things that I did from my previous post. I originally pulled in all of the angular libraries from…
This is continuation from my original post Journey Into Angular – Part 1 Clean Up I wanted to clear up a few things that I did from my previous post. I originally pulled in all of the angular libraries from…
I have been away for a while. Took on a new job and for a while become the pointy haired boss, but through a variety of factors decided that at this time it was not the right role for me.…
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…
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…