.Net Development & General Tech Related News

Multi-Select List Box in ASP.NET MVC

Friday, February 26th, 2010 Posted in .Net, ASP.NET MVC, ASP.Net, C#, Entity Fraemwork | 1 Comment »

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

Entity Framework v2 Articles

Tuesday, August 25th, 2009 Posted in .Net, Entity Framework, ado.net, microsoft, msdn, visual studio | No Comments »

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

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

Wednesday, May 20th, 2009 Posted in .Net, ASP.Net, C#, Entity Framework, Tutorials, ado.net, visual studio | 6 Comments »

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