New Beta of Open Source Entity Framework
Written by Kay Ewbank   
Wednesday, 19 June 2013

Beta 1 of Entity Framework 6 has been released, with EF tooling included and the ability to generate and alter stored procedures.

Entity Framework was developed by Microsoft as an object-relational mapping framework for the NET Framework, but didn’t achieve the success Microsoft hoped for, and the initial version in particular was heavily criticized.

entityframework13

It has gone through a number of incarnations to overcome the complaints, and since July 2012  has been developed as an open source model. The difficulty this leaves Microsoft is that some of the core files have to be retained in .NET.

A number of additions have been made to the new version since the Alpha release last year, in particular EF tooling. According to a post on the ADO.NET blog, Microsoft’s focus with the tooling has been on:

“enabling EF6 support and enabling us to easily ship out-of-band between releases of Visual Studio.”

Code First Migrations in the beta support generating and altering stored procedures. The ability to map to stored procedures was introduced in Alpha 3.

Code First was introduced in EF4 as an alternative to the database-first way of creating a model (by reverse engineering a database into an Entity Data Model), or the model-first feature (define an Entity Data Model, then create the database from it). 

In Code First you begin with code rather than the database or the model, and work without a visual model or XML describing that model. Code First Migrations give you a way to implement database changes using just code as your object model changes over time.

Most of the other new features were included in the earlier previews, including Custom Code First Conventions so you can write your own conventions to help avoid repetitive configuration. The full list of changes is on CodePlex Entity Framework site.

entityframework13

More Information

Entity Framework on CodePlex

Runtime of Beta 1 on NuGet

Related Articles

Entity Framework Open-Sourced - Good or Bad?

Entity Framework CTP5 released

 

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Quantum Computers Really Are A One Trick Pony
17/03/2024

Google is offering $5 million if you can think up a use for a quantum computer. Wait, I thought quantum computers were the next big thing, a revolution! Surely we know what they can do?



Google Releases Gemma Open Models
28/02/2024

Google has released a set of lightweight open models that have been built from the same research and technology used to create Google's recent Gemini models.


More News

Last Updated ( Wednesday, 19 June 2013 )