we can use external sql server in mvc web application or not
I want to know we can use external sql server in mvc web application or not if we can use then how.
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 May 21, 2014, 5:18 AM
hi,
you can use any Database from 2000 to 2014
With MVC, EF is best suited as data access layer
Please refer
http://mozouna.com/Blog/2013/03/20/creating-simple-asp-net-mvc-4-application-with-sql-server-database/
Nimit JoshiPosted May 21, 2014, 5:13 AM
You can also check out the following link in which I've used the SQL Server LocalDB Database.
http://www.c-sharpcorner.com/UploadFile/4b0136/Asp-Net-mvc-5-with-entity-framework-data-model/
sudheer kumarPosted May 21, 2014, 5:07 AM
Jignesh TrivediPosted May 21, 2014, 4:44 AM
hi,
what do you mean external SQL server?