Ok, Entity Framework is still to be released, but where the heck are EF samples? Take Following Real-World ASP.NET MVC Projects: Linq to SQL. Take Dynamic Data Controls: easily bindable with Linq To SQL, couldn't hook them up with EF. Most bloggers samples: Linq To SQL. Take Microsoft demoware apps: Linq To SQL. Can anyone point me to some nice EF samples other then Astoria?
Saturday, May 03, 2008
Where the heck are Entity Framework samples?
Posted by Mário Romano at Saturday, May 03, 2008
Labels: Database, Development
Subscribe to:
Post Comments (Atom)
Development Catharsis :: Copyright 2006 Mário Romano
3 comments:
http://www.codeplex.com/adonetsamples/Release/ProjectReleases.aspx?ReleaseId=8858
http://msdn.microsoft.com/en-us/library/bb738547.aspx
First of all, let me thank you for the samples links. My point here is: why aren't we finding more real world samples about EF? Why is Linq to SQL much sexier to present? Is it just because it as shipped? Or simplicity is a major asset on demos? And if so, wouldn't future application that should be written over EF just use Linq to SQL? Where are the EF based apps?
Post a Comment