Looking at MVC for a new project and saw a lot of examples with LinqToSQL and EF.
What I wanted to look at was using MVC with an existing database design with existing
sprocs and views. Dung's tutorial is using MVC 3 but with some tweaking I was able to
use MVC 4 and an existing db design.
Just finished working through this sample. And it helped me out.
http://nndung179.wordpress.com/2012/04/10/mvc-3-and-stored-procedure-part-1/
http://stackoverflow.com/questions/250001/poco-definition
ReplyDeletePlain Old Class Object