views:

4239

answers:

6

Does anyone know of any good tutorials on ADO.NET Entity Framework?

There are a few useful links here at Stack OverFlow, and I've found one tutorial at Jason's DotNet Architecture Blog, but can anyone recommend any other good tutorials? Any tutorials available from Microsoft, either online or as part of any conference/course material?

+1  A: 

Sample application from MSDN

And some inside information from ADO.NET Team Blog

Prakash
+3  A: 

Here are some that Julie Lerman wrote: http://www.thedatafarm.com/blog/2008/04/04/EightEntityFrameworkTutorialsOnDataDeveloperNET.aspx

And here's of course some info from Microsoft: http://msdn.microsoft.com/en-us/library/bb386876.aspx

Slavo
+4  A: 

Microsoft offers .NET 3.5 Enhancements Training Kit it contains documentation and sample code for ADO.NET EF

aku