CSLA without MVVM

CSLA without MVVM

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


mayurimalgave posted on Monday, March 04, 2013

I have created a Library project, DAL,DalEf,WcfAppServer project using CSLA.   Now i want to create a Silerlight UI project.But i dont to use MVVM pattern for UI developing.Can you suggest me the another way of developing UI,without using MVVM?

JonnyBee replied on Tuesday, March 05, 2013

If you do not want to use MVVM you can still create codebehind pretty much like you would do in Windows Forms.

Of course without the clean separation that MVVM makes you do. 

Copyright (c) Marimer LLC