|
-
Apr 10th, 2013, 05:25 PM
#2
Re: MVC 4 using Stored Procedure to display view
If you've ever done it in MVC without stored procedure than you already should know the answer. Using stored procedure in opposed to dynamic sql statement (or ORM if you are using one) doesn't make MVC work any different. You retrieve data into your OBJECT and pass it to your view. What do you use to access data? LINQ to SQL? Entity Framework, NHibernate, other ORM? Straight ADO.NET?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|