How to connect to a SQL Server 2008 R2 database from an ASP.NET MVC3 application?
Thanks in advance.
How to connect to a SQL Server 2008 R2 database from an ASP.NET MVC3
Share
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.
You can use Data First approach to connect to the Database. You have your database ready in SQL Server. Once your Database is ready, then you can get all the Database entities into the Application, by follwing this http://msdn.microsoft.com/en-us/data/gg685489.aspx
Its only a starting point! Hope this helps!