After inquiring on the official forums about new features in Entity Framework 4.0 around join tables this is what I heard back. In short, no new news. Which is too bad. Our model doesn’t really model entities until we have some way of hiding the join tables or otherwise demoting them to second-class [...]
Posts Tagged ‘ef’
Join Table Hiding Improvements in EF4? Workarounds?
Posted in Uncategorized, tagged EDM, ef, EF4, entity-framework, join, join-table, many-to-many, model on 2009/07/22 | 1 Comment »
Entity Framework 2.0 er… 4.0 (.NET Rocks!)
Posted in Uncategorized, tagged .net-4, beta, database, ef, entity-framework, microsoft, nHibernate, ORM on 2009/06/11 | Leave a Comment »
Just finished another excellent podcast from .NET Rocks which this time discussed the new features of the Entity Framework which is currently out in beta. While I haven’t had a chance to give it a try myself I’m very interested in what Daniel Simmons described. Having written off the EF as “not ready yet” and [...]
xSQL Profiler – Free Sql Server Profiler
Posted in Uncategorized, tagged ef, entity-framework, sql, sql-server, sql-server-express, xsql, profiler, sql-profiler, xSQL-Software, ado.net-entity-framework on 2009/03/11 | Leave a Comment »
One of my biggest complaints about the Express versions of Sql Server is that Sql Profiler is specifically excluded, a full Sql Server license is required instead. I managed to do without Sql Profiler just fine until I was working on some Entity Framework code and wanted the see the sql getting generated. It certainly [...]
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 [...]