Category Archives for Web API

Differences Between ASP.NET Web API and ASP.NET MVC – Routing

I’ve done a fair amount of work with ASP.NET MVC over the years, and I understand how routing works in that world. Routing with ASP.NET Web API is bit different though and when I first started with it, some of … Continue reading

26. July 2012 by Mark Berryman
Categories: MVC, OData, Web API | 6 comments

Going in circles with EF Code First and Web API

This was a new area of pain for me. While I’ve played around with EF Code First before, ASP.NET Web API is a new beast and mixing the two can be tricky. If you don’t know much about serialization and … Continue reading

11. July 2012 by Mark Berryman
Categories: EF Code First, Web API | 11 comments