Mvc3 connection establishment with sql serevr2008R2
Hi How to establish connection to a sql server database from a mvc3 application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 28, 2012, 12:20 AM
with MVC3.0 it is good to use Entity Framework.
Please refer
MVC3.0 with EF example.
http://msdn.microsoft.com/en-us/data/gg685467.aspx
http://www.asp.net/mvc/tutorials/older-versions/javascript/creating-a-mvc-3-application-with-razor-and-unobtrusive-javascript
hope this will help you.