Does Entity Framework 4.0 allow to work without designers?

拥有回忆 提交于 2019-12-04 10:00:46

Yes,

There is an add-on to .NET 4.0 that allows you to do this without a designer, it is called Code-Only you can find it here: In the CTP for Beta 2

The current version works against EF / .NET 4.0 Beta 2.

Check out this post on the EF design blog more on how to use Code-Only. Also check on this post on my blog.

Hope this Helps.

Alex

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