书呆子晚餐实体?
NerdDinner项目中的NerdDinnerEntities是什么,它是类库还是类?如果是上课,那么晚餐和 Rsvp 课程应该在哪里?请不要说阅读专业的asap.net mvc2书籍。我是在读完那本书后才产生这个疑问的。
what is NerdDinnerEntities in NerdDinner project, is it a class library or class? if it is class then where the dinner and Rsvp class should be? please don't say read the professional asap.net mvc2 book. i am getting this doubt only after reading that book.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 NerdDinnerEntities 是一个 EF4 上下文。这使您可以在数据库中执行数据访问操作。查看任何 EF4 入门教程。 20分钟内你就会明白基础知识。
我向你推荐这个:
http:// /blogs.msdn.com/b/adonet/archive/2010/07/19/absolue-beginners-guide-to-entity-framework.aspx
I think that NerdDinnerEntities is an EF4 Context. This let you perform data access operations in the Database. Take a look to any EF4 introductory tutorial. You will understand the basis in 20min.
I recomend you this one:
http://blogs.msdn.com/b/adonet/archive/2010/07/19/absolue-beginners-guide-to-entity-framework.aspx