Using Entity Framework 4.0 CTP
In this post I will take a look at the new features in the next release of entity framework. Primary feature set is centered around what is commonly referred to as “Code First” approach to Entity Framework. With code first approach you write the code first, then entity framework runtime dynamically figures out how to …