DCSIMG
Entity Framework Feature CTP5 Released - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Entity Framework Feature CTP5 Released

Entity Framework Feature CTP5 Released

Yesterday, ADO.Net team released the EF feature CTP5. Entity Framework Feature CTP5 ReleasedThe feature CTP contains new features for Entity Framework that are planed to be shipped as a stand alone package in the first quarter of 2011. The main feature in the package is Code First which allows you to define your model using C# or VB.Net classes only. This approach will be added to the previous EF approaches: Model First and Database First to form a better framework for common data access development scenarios. Other features are the lightweight DbContext and DbSets objects, T4 template for generating DbContext and DbSets, Fluent API for Code First that can be used for further configurating of a model and more.
You can download CTP5 from here.

Enjoy!

Comments

Gil Fink on .Net said:

EF Feature CTP5 – Walkthrough For The New DbContext T4 Template One of the new features in the EF Feature

# December 8, 2010 7:48 AM

Tom said:

Gil,what about dynamic object model, a model  which enables the customer to

add new properties(columns) at run time,any news in this issue?

Thanks

Tom

# December 9, 2010 2:50 PM

Gil Fink said:

@Tom,

Currently dynamic object model isn't supported in EF. The Code First feature might lead for that in the future.

# December 10, 2010 1:49 PM

Gil Fink on .Net said:

Using EF DbContext with WCF Data Services One of the questions that you may ask yourself with the new

# December 11, 2010 10:25 AM

MS Visual Studio 2010 » Blog Archive » ???????????????? ????????????. 11.12.2010 said:

Pingback from  MS Visual Studio 2010  » Blog Archive   » ???????????????? ????????????. 11.12.2010

# December 14, 2010 1:47 PM