Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i am new to mvc 3.so can some one tell me how to use the sql server store procedure in mvc 3 razor.i am not using the linq to sql (.dbml) class and ado.net entity data model. I am simply using the connectionstring in the web.config file. and the use the DbContext class in model.if possible than pls send me a demo application or any source code.
Thanks,
Naveen Sharma
Posted
Updated 15-Dec-11 22:48pm
v4

1 solution

Data access implementation has nothing to do with MVC3 razor. It is designed to display the content in the web pages. to There are different options you can use for data access including the following:

ADO.NET
LINQ to SQL
NHibernate
Entity Framework


See the following link for more details on seleting different options with MVC3

http://stackoverflow.com/questions/6239894/mvc-3-using-stored-procedure-vs-entity-framework-4[^]

To retreive data using SP, check the following article:

http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx[^]
 
Share this answer
 
Comments
RaviRanjanKr 16-Dec-11 15:26pm    
Nice answer, My 5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900