Entity Framework 5.0 Beta - will a DbContext code generation template be provided?

醉酒当歌 提交于 2019-12-04 07:35:10

I didn't check it myself, but according to this Entity Framework Releases and Versioning It will be provided.

Try to install EntityFramework 5 Beta 2 using install-package EntityFramework -pre and then install EF 5.x DbContext Generator for C#

Note that starting with the Entity Framework version 4.1 release, the Entity Framework is not part of.NET but is built on .NET. So I think that any related tools will be released separately on nuget or visualstudio gallery.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!