ADO.NET Entity Framework 4.1.10715.0 freeware
Set of features that build on top of Entity Framework 4.0 Beta 1 (included in .NET Framework 4.0 Beta 1)
Author | Microsoft |
Released | 2011-07-26 |
Filesize | 1.50 MB |
Downloads | 549 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64 |
Installation | Instal And Uninstall |
Keywords | NET Framework, Framework Entity, Query Execution, Framework, Entity, Programming |
Users' rating (5 rating) |
ADO.NET Entity Framework Free Download - we do not host any ADO.NET Entity Framework torrent files or links of ADO.NET Entity Framework on rapidshare.com, depositfiles.com, megaupload.com etc. All ADO.NET Entity Framework download links are direct ADO.NET Entity Framework download from publisher site or their selected mirrors.
4.1.10715.0 | Jul 26, 2011 | New Release | · Bug fix to remove the need to specify ‘Persist Security Info=True’ in the connection string when using SQL authentication. This change predominantly affects users connecting to SQL Azure. Introduction of new types to facilitate design-time tools for Code First: · DbContextInfo can be used to instantiate and interact with a derived context as well as determine information about the origin of the connection string etc.. · IDbContextFactory is used to let DbContextInfo know how to construct derived DbContext types that do not expose a default constructor. If your context does not expose a default constructor then an implementation if IDbContextFactory should be included in the same assembly as your derived context type. |
4.1.10311.0 | Mar 16, 2011 | New Release | · The DbContext API is a simplified abstraction over ObjectContext and a number of other types that were included in previous releases of the ADO.NET Entity Framework. The DbContext API surface is optimized for common tasks and coding patterns. · Code First is a new development pattern for the ADO.NET Entity Framework and provides an alternative to the existing Database First and Model First patterns. Code First is focused around defining your model using CLR classes, these classes can then be mapped to an existing database or be used to generate a database schema. Additional configuration can be supplied using Data Annotations or via a fluent API. · Rename of ‘DbDatabase’ to ‘Database’. This class has also moved to the ‘System.Data.Entity’ namespace, along with the database initializer classes. · Rename of ‘ModelBuilder’ to ‘DbModelBuilder’, to align with the other core classes. |