I’m using Entity Framework 4.1 Code First Fluent API.
The problem. I have an Entity Framework model being used in the business layer called Patient, it has a collection of dependent entities called Responses, when a response needs to be deleted I simply remove it from the collection and expect that it’ll get deleted from the database. It doesn’t. Read the rest of this entry »
September 6th, 2011

