Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code first implementation in Entity framework

Can any one help me... What are steps i need to follow Code first Implementation in EntityFramwork using ASP.NET MVC3. I'm Very new to Entity framework. So Please tell me step by step. Thanks in advance.

like image 942
Santhosh G Avatar asked Nov 28 '25 03:11

Santhosh G


1 Answers

You can follow this introduction made by Scott Guthrie, a Corporate Vice President in the Microsoft Developer Division.

I posted two links about some nice tutorials in ASP MVC 3. The Movie App tutorial uses the Code First method. Regards.

like image 160
Zakaria Avatar answered Dec 02 '25 03:12

Zakaria