Introducing the Entity Framework

Posted on Internet.com See other posts from Internet.com
Published on Wed, 24 Jun 2009 04:00:00 +010 Indexed on 2010/03/07 23:13 UTC
Read the original article Hit count: 413

Filed under:
The Entity Framework provides a .NET class-based model of a data store, letting you query the model with LINQ, while the model do the background grunt work of contacting the data store to add, update, or delete data.

© Internet.com or respective owner