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?
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