Click here to Skip to main content
15,897,891 members
Articles / Web Development / HTML

Entity Framework 5.0 Generic Repository classes for CRUD operation with complex LINQ expression. Microsoft Visual Studio Test Tools Unit Testing

Rate me:
Please Sign up or sign in to vote.
4.00/5 (7 votes)
2 Apr 2015CPOL9 min read 29.3K   710   37  
The article demonstrates how to develop Generic classes not only for CRUD operation but also for search with System.Linq.Expressions.Expression parameter as predicate using Entity Framework 5.0 Database first Approach. As I have already demonstrated Code first approach in my previous article. It als

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions