Out of the .NET Framework 4 come many great enhancements, the ADO.NET entity framework (ADO.NET EF) is among the top. The framework has improved upon some of the version 1 bugs, as well as enhanced the API, including many new LINQ-to-SQL-like improvements. This article examines using these API features to create a generic version of a data repository. ...
Go to the complete details ...