I have working on mvc3 application.
I want to know some specific answer about :
After adding .edmx file what is the need to add
Code generation itemlike
Poco , dbContext etc.
Please explain it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The code generation items will give you POCOs. http://msdn.microsoft.com/en-us/library/dd456853.aspx
It will create objects (classes) that you can then use in your application.
This article is really useful to help you create POCOs using dbcontext tt.
http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-model-amp-database-first-walkthrough.aspx