Community

Introduction to Entity Framework Code First

(Bipin Joshi) Entity Framework (EF) allows you to program against a model instead of dealing with a database directly. In EF 4.0 (that ships with .NET 4.0) you typically design a model from an existing database visually, using a designer provided for that purpose.

Read More - Register for Free Membership