博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EF4.2预览版出来了
阅读量:5228 次
发布时间:2019-06-14

本文共 2652 字,大约阅读时间需要 8 分钟。

原文发布时间为:2011-09-21 —— 来源于本人的百度文章 [由搬家工具导入]

We recently about our plans to rationalize how we name, distribute and talk about releases.  We heard a resounding ‘Yes’ from you so then we about our plans for releasing EF 4.2. Today we are making EF 4.2 Beta 1 available.

 

EF 4.2 = Bug Fix + Semantic Versioning

When we released ‘’ we introduced a bug that affects third party EF providers using a generic class for their provider factory implementation, things such as WrappingProviderFactory<TProvider>. We missed this during our testing and it was reported by some of our provider writers after we had shipped. If you hit this bug you will get a FileLoadException stating “The given assembly name or codebase was invalid”. This bug is blocking some third party providers from working with ‘EF 4.1 Update 1’ and the only workaround for folks using an affected provider is to ask them to remain on EF 4.1. So, we will be shipping this version to fix it, this will be the only change between ‘EF 4.1 Update 1’ and ‘EF 4.2’. Obviously a single bug fix wouldn’t normally warrant bumping the minor version, but we also wanted to take the opportunity to get onto the semantic versioning path rather than calling the release ‘EF 4.1 Update 2’.

 

Getting EF 4.2 Beta 1

The Beta is available via as the package.

If you already have the EntityFramework package installed then installing the Beta will overwrite the existing reference in your project. If you used the standalone installer for ‘EF 4.1’ or ‘EF 4.1 Update 1’ there is no need to uninstall.

 

Templates for Model First & Database First

The templates for using DbContext with Database First or Model First are now available on Visual Studio Gallery, rather than in a standalone installer.

Note: The templates for C# and VB.NET applications (including ASP.Net Web Applications, MVC, etc.) are available. The templates for ‘Web Sites’ will be available soon.

Right Click on the designer surface and select ‘Add Code Generation Item…’:

Select ‘Online Templates’ from the left menu and search for DbContext:

 

Support

This is a preview of a future release and is designed to allow you to provide feedback. It is not intended or licensed for use in production. If you need assistance we have an .

 

What’s Not in This Release?

As covered earlier this release is just a small update to the DbContext & Code First runtime. The features that were included in are part of the core Entity Framework runtime and will ship at a later date. Our Code First Migrations work is continuing and we are working to get the next alpha in your hands soon.

 

ADO.NET Entity Framework Team

转载于:https://www.cnblogs.com/handboy/p/7182585.html

你可能感兴趣的文章
Fiddler模拟发送post请求
查看>>
COCOS2D 释放资源的最佳时机
查看>>
eclipse里配置Android ndk环境,用eclipse编译.so文件
查看>>
最北之北,最南之南
查看>>
combobox的用法
查看>>
AttributeError: module 'unittest' has no attribute 'TestCase'
查看>>
[算法]: 排序-冒泡排序
查看>>
JavaScript实现的图片循环播放
查看>>
动态规划(0-1背包)---字符构成最多的字符串
查看>>
让类只能用new来创建实例
查看>>
【ISO】【2011-3-20】【NSInvocation简单使用】【转】
查看>>
现有Silverlight程序使用mvvmlight开发框架教程
查看>>
Event Handler
查看>>
数据可视化思路
查看>>
PHP CI 框架初识(一)
查看>>
从零开始打造完整评分系统
查看>>
教你自己搭建linux邮箱服务器
查看>>
flashbuilder mx组件 MenuBar
查看>>
【SSMS】在.bak文件上读取失败:38(已到文件结尾) 错误:3203
查看>>
[Java Servlet]调用 Servlet
查看>>