Entity Framework
-
Monday, December 15, 2008 8:06 PM
Any useful tutorials or videos that discuss Microsoft's entity framework?
Thanks
All Replies
-
Thursday, December 18, 2008 1:56 AMModerator
Hello,
The ADO.NET Entity Framework provides a strongly typed LINQ data access experience over relational databases.
You will find more detail information from the links below:
http://msdn.microsoft.com/en-us/data/aa937723.aspx
http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx
http://code.msdn.microsoft.com/adonetefx/Best Regards,
Lingzhi -
Thursday, December 18, 2008 8:02 AM
A good starting point is Roger Jennings' blog:
http://oakleafblog.blogspot.com/
He keeps track of, and links to, just about everything that is being published in blogs, magazines etc about MSFT's data access (and storage) related technologies. New stuff every day, covering both the MSFT, and non-MSFT perspective.

