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