Recently I have been working on an MVC site using the Entity Framework. I have some related entities in my EF model, as show below in the form of “Reader” and “Category”, and the relationship between them, i.e. many to many. When it came to proucing a view and action to perofrm the Create Reader …
Category Archive: Entity Fraemwork
May
13
Entity Framework Improvements in .Net 4.0 – Summary & Links
I have used the entity framework in a few projects using .Net 3.5, but we were promised that there was much more to come in the next version which is shipping with .Net 4.0 and with quite a few announcements recently from the ADO.NET Team, I thought I would summarise and provide some links (at …
