Entity Framework开源

EF开发团队的博客上发了文章Entity Framework source code has been released under an open source license ,Scott 也发了相关的博客Entity Framework and Open Source。EF团队成员One Unicorn也写了博客 Why open sourcing Entity Framework is a great move

实体框架的站点在 http://entityframework.codeplex.com/,正在为EF5.0的发布而努力。

目前已公开的代码包括EF Runtime、Code First、DbContext API等项目,根据Scott Hanselman的说法,EF Designer的代码以后也会开源。

Microsoft声明,EF将继续获得完整的支持,无论是独立的版本还是Visual Studio内置的版本.

公告中EF团队还展望了他们的EF6开发计划。将进入EF6的最重要特性包括:

  • Code First支持存储过程和函数
  • 基于任务的Async(使用.NET 4.5)
  • 自定义Code First conventions
作者: 自由、创新、研究、探索……
出处:http://shanyou.cnblogs.com/
版权:本文版权归作者和博客园共有
转载:欢迎转载,为了保存作者的创作热情,请按要求【转载】,谢谢
 
原文地址:https://www.cnblogs.com/xsmhero/p/2604960.html