Click here to Skip to main content
15,881,248 members
Everything / Entity Framework / Entity Framework 4.0

Entity Framework 4.0

EF4.0

Great Reads

by linush
Explains how to mock test an EF Model-First project using ADO.NET Entity Data Model template
by Dean Oliver
A performance tip for EF 4.1
by Ram Balak Sharma
How improve performance of EF
by Akhil Mittal
Code First Approach and Migrations in Microsoft .NET Entity Framework

Latest Articles

by Akhil Mittal
Code First Approach and Migrations in Microsoft .NET Entity Framework
by Jim_Gray
How I simplify my DataContext using Generics and OOP in C#.NET
by Rahul Pawar LogicMonk
Simple Demo Entity Framework - a tutorial explaining Code First!
by David Bywaters
Two approaches for unit testing Entity Framework

All Articles

Sort by Score

Entity Framework 4.0 

29 Aug 2012 by linush
Explains how to mock test an EF Model-First project using ADO.NET Entity Data Model template
19 Sep 2012 by David Bywaters
Two approaches for unit testing Entity Framework
15 Nov 2015 by Rahul Pawar LogicMonk
Simple Demo Entity Framework - a tutorial explaining Code First!
21 Apr 2012 by Kelvin Armstrong
Entity Query Load Manager for Entity Framework Domain Contexts.
6 Sep 2017 by Jim_Gray
How I simplify my DataContext using Generics and OOP in C#.NET