Santhosh G
Santhosh G

Reputation: 35

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.

Upvotes: 3

Views: 2326

Answers (1)

Zakaria
Zakaria

Reputation: 15070

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.

Upvotes: 1

Related Questions