Skip to content Skip to sidebar Skip to footer

Retreiving Data From Sql Server 2008 To Asp.net Mvc 4 Either By Using Stored Procedure Or Entity Framework

I am new to ASP.ENT MVC and I am working on project where I have data in SQL Server 2008. Now I need to connect to that database using ASP.NET MVC4 and retrieve data. Now I am conf

Solution 1:

Solution 2:

If you need to use Sql Server or SqlExpress instead of LocalDb maybe the following can help you.

http://amitraya.blogspot.gr/2012/05/create-websites-using-sql-express-with.htmlhttp://tutorials.slcdev.com/2012/03/mvc4-sqlexpress-connection/

Solution 3:

Post a Comment for "Retreiving Data From Sql Server 2008 To Asp.net Mvc 4 Either By Using Stored Procedure Or Entity Framework"