Category Archives for EF Code First

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

Mixing EF Code First and Migrations

One of the applications we’re currently building uses these two technologies. If you’re not familiar with these, here are some posts to learn about EF Code First and Migrations. Anyway, we’re doing distributed development with one of us focusing on … Continue reading

28. June 2012 by Mark Berryman
Categories: EF Code First, EF Migrations, Entity Framework | Leave a comment