About Database connection in MVC
I am new to MVC, i have some confusion about Queries in MVC. Can we use Pure Sql quries in MVC or we have use LINQ TO SQL. If both we can use which is better.Can anyone help me..
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.
Sandeep Singh ShekhawatPosted Feb 24, 2014, 6:36 AM
http://www.c-sharpcorner.com/UploadFile/3d39b4/an-mvc-application-with-linq-to-sql/
http://www.c-sharpcorner.com/UploadFile/3d39b4/crud-operations-using-linq-to-sql-in-mvc/
I think you should go with LINQ to SQL because its easy and fast development.