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
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