Part 2 of dnrTV about the Entity Framework now up
Check it out at <www.dnrtv.com/default.aspx?showNum=118>. In this episdoe we build on the first EF dnrTV by looking at using the EF in a variety of scenarios including ASP.Net web pages with the Entity Data Source Control and with ASP.Net Dynamic Data and web services with ADO.Net Data Services and written by hand using WCF.
- Danny
Comments
Anonymous
July 28, 2008
PingBack from http://blog.a-foton.ru/2008/07/part-2-of-dnrtv-about-the-entity-framework-now-up/Anonymous
July 28, 2008
Hey Danny, I am faster than you on your own video lol (http://msmvps.com/blogs/matthieu/archive/2008/07/28/daniel-simmons-on-dnrtv-part-2.aspx)Anonymous
July 30, 2008
Thanks for interesting show! Let me express a suggestion on future EF presentations... I think many people would be really interested in more details on the modeling part, namely how those EF metadata files are structured. I'm personally in the project where we have ~200 entities, so visual entity model designer would not work for us, we would probably need to manually create/update model mapping files (this is what we are currently doing with NHibernate mapping files).