Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear Friends,

Please suggest or provide me Microsoft ASP.Net MVC tutorial or demo project with SQL Store procedure.


Thanks in Advance !
Rohit Rathod
:-)
Posted

Check this video, it is not strictly connected to MVC but as I suppose you are using EF, this should do.

http://msdn.microsoft.com/en-us/data/hh148157[^]

Cheers
 
Share this answer
 
Hi,

MSDN is the only place where you find everything you want for Microsoft products.

ASP.NET MVC :http://msdn.microsoft.com/en-us/library/gg416514%28v=vs.98%29.aspx[^]

StoredProcedure : http://msdn.microsoft.com/en-us/library/aa214299%28v=sql.80%29.aspx[^]

Best of luck
 
Share this answer
 
Comments
anrorathod 20-Sep-12 8:26am    
Dear Amit,

Thanks for providing me msdn link. I have good knowledge of SQL SPs.
But I am totally freshser in MVC, so if you have any toturial for MVC please share with me.

I want to learn basic in MCC, like..
1. How to use MVC structure
2. How to insert record in database table
3. How to retrive the data from SQL server and bind with data gridview.

Thanks and Regards,
Rohit
AmitGajjar 20-Sep-12 8:28am    
Check www.asp.net/mvc/
In this link you can find samples and videos.

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