Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am pretty much new to EF and MCVC3, I have been reading multiple articles on EF and MVC3. I am really confused when the articles talk on code first EF to talk to the database. Can you please help me in providing examples where we can think more of live environment where database is in the control of others in the team which is on other servers and application is developed on MVC3 by us. What is this kind of EF called. Please do the needful

Satish
Posted

1 solution

Hi,

This http://www.asp.net/mvc[^] page provides a whole bunch of tutorials and videos on the basics of MVC. It really helped me start.

If the database already exists, then you want to use database first. You can use the wizards to import and build a model from an existing database.
 
Share this answer
 
Comments
Monjurul Habib 30-Oct-12 17:18pm    
5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900