Code First Development Using the Entity Framework
page 1 of 3
Published: 05 Jul 2011
Abstract
This article will demonstrate how to use the new Code First feature in the Entity Framework 4.1.
by Vince Varallo
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 20678/ 26

Introduction

When the Entity Framework was first introduced developers could generate a model from an existing database.  This is called Database First development.  Then the next round of enhancements to the Entity Framework allowed the developer to create the model and then generate a database from the model.  This is called Model First development.  With the release of Entity Framework 4.1 developers can now develop their classes with all the properties and then generate a database from the classes.  This is called Code First Development.

Code first works great if you are the type of developer that thinks about the object model or business logic layer first.  You can build all your classes and test out functionality before building the data model.  You could consider using this type of approach at the beginning of a project when changes are happening rapidly and you want to get up and running with a prototype quickly.

This article will demonstrate how to use the new Code First features in Entity Framework 4.1 to create a database.  You must install Entity Framework 4.1 for these features to work.  You can download the setup file here.  The code for the sample can be found here.

The sample will create an Invoice class and a LineItem class.  From these two classes a database called Accounting will be generated with two corresponding tables.  The you'll be able to bind the records in the table to a GridView control and also Add, Update, and Delete the records in the database.  Finally, the sample will show you how to modify a database if the classes change.


View Entire Article

User Comments

Title: Great Article   
Name: Vinay
Date: 2012-04-18 7:56:17 AM
Comment:
Thanks very much.This is a superb article to get a quick start into code first approach.......

Thanks it helped me alot.
Title: Nice   
Name: LAB
Date: 2011-07-09 12:38:49 PM
Comment:
Nice article!
Title: Nice Article   
Name: C K Wadhwa
Date: 2011-07-06 12:57:10 PM
Comment:
Nice Article
Title: Nice Article   
Name: Bijith K B
Date: 2011-07-05 11:43:02 PM
Comment:
Nice article






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-19 5:41:44 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search