The EF 4 code-first demo has been updated to reference the EF4 Feature CTP3 dll at its default location. To run the demo, you have to make sure that the you have it installed. Download the EF 4 Feature CTP3 at http://www.microsoft.com/downloads/details.aspx?FamilyID=af18e652-9ea7-478b-8b41-8424b94e3f58&displayLang=en. Although the demo was originally developed with VS 2010 Beta 2 everything works [...]
Categories: O/R mapping
Tagged: ASP.NET MVC, Demo, Entity Framework
- Published:
- April 27, 2010 – 9:51 pm
- Author:
- By martijn
Probably all consumers of Open Source .NET libraries have run into the following situation: you’re using specific versions of library X and library Y in your application but library X also uses library Y, but a different incompatible version. Aaarrrghh!!! A classic example of Dependency Hell. There are technical solutions out there that address this [...]
Categories: .NET
Tagged: .NET, Open Source
- Published:
- April 14, 2010 – 5:01 pm
- Author:
- By martijn