Tag Archive: Entity Framework

Feb
26

Multi-Select List Box in ASP.NET MVC

EF Model

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 …

Continue reading »

Aug
25

Entity Framework v2 Articles

There has been a lot of information being passed around recently about the changes being introduced in the second major release of Microsoft’s Entity Framework, so I thought it might be a good idea to get a list of articles together on the subject that I have found useful. If you know of any more …

Continue reading »

May
20

TUTORIAL: Entity Framework v2.0 – Model First using Visual Studio 2010 and .Net 4.0

add-model-object.gif

Following up on my recent post about the improvements to the Entity Framework in .Net 4.0 this is the first in a series of posts examining some of the new features and showing you how to put some of them into practice. In this post I am going to look at one of the most …

Continue reading »