I’m started to learn mvc3 razor. I know, that this question is simple, but I really don’t know how I can use stored procedure (mssql) in mvc3 razor. Can someone show me a sample, how I can use it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your choice of data access implementation has nothing to do with the tools you use to generate your User Interface and consequently, nothing to do with ASP.NET MVC 3 and Razor.
Read up on Entity Framework which is a good choice for data access in .NET applications and can be used to execute your stored procedure.