Scenario: Important meeting! Too much coffee! Bad lighting! In walks the killer! Wait…
No, that’s wrong. In walks Visual Studio 2010 Beta 2 with an inability to open an EDMX created with Visual Studio 2010 Beta 1, asking if I’d like to open the file in an XML editor. Ack! A previously printed paper diagram (for [...]
Posts Tagged ‘entity’
EDMX Issues With Visual Studio 2010 Beta 1 to Beta 2
Posted in Uncategorized, tagged .net-4.0, beta-2, diagram, edmx, entity, entity-framework, visual-studio-2010, visual-studio-2010-beta-1, visual-studio-2010-beta-2, xml on 2009/11/10 | Leave a Comment »
EdmGen2.exe – Replaces EdmGen Shipped w/ .NET 3.5 SP1
Posted in Uncategorized, tagged .NET-3.5-SP1, EDM, edmgen.exe, edmgen2.exe, entity, entity-framework, microsoft on 2009/07/29 | Leave a Comment »
This looks very useful for anyone (poor wretch) wrestling with the Entity Framework.
EdmGen2 is a command-line tool for the Microsoft ADO.NET Entity Framework. The tool can be used as a replacement for the EdmGen.exe tool that ships with the .Net framework 3.5 SP1. EdmGen.exe can only read and write the CSDL, SSDL & MSL file [...]
N-Tier Applications of the Entity Framework
Posted in Uncategorized, tagged api, change-tracking, ef, entity, entity-framework, framework, IPOCO, mapping, n-tier, nHibernate, ORM, POCO, POJO, rdbms, relational on 2009/03/05 | Leave a Comment »
Interesting if somewhat scathing discussion of using the Entity Framework for n-tier applications from the developers/designers of the next version of the Entity Framework. The feedback has inspired me to look at nHibernate again, and makes me wonder if the Entity Framework is really as safe a bet as one would assume Microsoft’s implementation of [...]