Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

Browse by Tags

All Tags » Entity Framework   (RSS)

Microsoft Store

No mapping specified for the following EntitySet/AssociationSet
Today I was working on a new project using Entity Framework 4. This is the first time I have used the model first approach available with EF 4 and came across an interesting compiler error, “ No mapping specified for the following EntitySet/AssociationSe Read More...
ASP.NET 3.5 Problem – Design - Solution
Last Summer, around August 2008, I started work on my latest book and spent the next 5 months working on updates to the Beer House application . WROX asked me to write the book and only had 2 requirements: 1) Use Entity Framework 2) Add more AJAX to the Read More...
Richmond Code Camp, Entity Framework and the Beer House
I will be presenting an introduction to the Entity Framework and the Beer House this Saturday at the Richmond Code Camp . I have been very busy with the Beer House application, Entity Framework, ASP.NET AJAX, CSS Layouts and much more the past 2 months Read More...
From Nothing to Binding a Collection in 5 Minutes with Entity Framework
So I thought I would just do it, use the Entity Framework, I mean how bad can it be? Well, pretty easy to be honest. Granted I just bound a collection to a GridView, but it was super easy. So I wanted to share with you want I did. First I recommend you Read More...