Learning resources for working with POCO entities in EF 4.0
Posted
by boghydan
on Geeks with Blogs
See other posts from Geeks with Blogs
or by boghydan
Published on Tue, 27 Apr 2010 13:06:14 GMT
Indexed on
2010/04/27
14:14 UTC
Read the original article
Hit count: 611
Here are some links that can help you start working with POCO entities in EF 4.0:
ADO.NET Team blog:
- Working with POCO objects: http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx
- Proxy objects for POCO entities: http://blogs.msdn.com/adonet/archive/2009/12/22/poco-proxies-part-1.aspx
MSDN Library:
- Working with POCO http://msdn.microsoft.com/en-us/library/dd456853.aspx
- T4 editor for POCO generator can be downloaded from here:
http://visualstudiogallery.msdn.microsoft.com/en-us/60297607-5fd4-4da4-97e1-3715e90c1a23
© Geeks with Blogs or respective owner