Microsoft’s ADO.NET Team announces the release of Entity Framework 4.3.0 Beta 1 which includes a number of bug fixes for DbContext API and Code First .
The current release is also about integrating migrations in to the Entity Framework Nuget package .
Microsoft’s ADO.NET Team also announced the plans that the current release is the last pre-release version of migrations and the next release will be Entity Framework 4.3
Some of the notable Bug fixes in Entity Framework 4.3.0 Beta 1 includes
- Bug fix for GetDatabaseValues
- Bug fix to support Unicode DbSet names
There is also plans for Entity Framework 5.0 Beta 1 immediately after the next preview of the .NET Framework 4.5 that could possibly include the Enum support .
Know more about the announcement from Microsoft’s ADO.NET Team Blog


