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:
I have found great article on this site http://www.asp.net/mvc/tutorials/hands-on-labs/aspnet-mvc-4-models-and-data-access
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/
Post a Comment for "Retreiving Data From Sql Server 2008 To Asp.net Mvc 4 Either By Using Stored Procedure Or Entity Framework"