Sunday, March 30, 2014

Entity Frame Work Features " Ver. 5 to Ver. 6.1"

Entity Framework Changes from 4.0 to 6.1

see how much its changed from start to now.



EF 6.1

This release is currently being worked on, we'll add more feature specifications as we progress.

EF 6

These are the specs created for the EF6 release. Some smaller features/changes do not have specs, visit the EF Version History page for a complete list of features/changes.

EF 5

The EF5 release was largely completed prior to moving to CodePlex, these specs only include the final set of changes made in EF5. Visit the EF Version History page for a complete list of features/changes.
Information is taken from https://entityframework.codeplex.com

No comments:

Post a Comment

Secure you Asp .NET by Web.config & Global.ascx?

Add to Global.ascx protected void Application_BeginRequest(object sender,EventArgs e)     {         //to remove x frame         Resp...