Learning Recommendations for MVC

Learning Recommendations for MVC

Old forum URL: forums.lhotka.net/forums/t/9318.aspx


bcrowell posted on Tuesday, August 03, 2010

I'm a reasonably experienced VB developer and have used CSLA quite extensively for my company's line of business solutions using WinForms and ASP.NET WebForms as the UI. 

We would like move our web-based apps to ASP.NET MVC but I have been unable to find documentation and/or support for exactly how to use our CSLA objects in an MVC solution.  Am I missing an obvious sample application or video or something. Keep in mind that I'm coming at MVC from scratch. 

Does anyone have a recommended training/learning path for this. Sorry if I'm being annoyingly obtuse. Thanks for any help.

 

Byron 

xAvailx replied on Tuesday, August 03, 2010

I would learn MVC first. Then replace the "M" in the examples with Csla. In terms of MVC and Csla working together, they work fine with no real issues from my experience. You will want to the use the CslaModelBinder if you want to take advantage of model binding (which you do). 

Copyright (c) Marimer LLC