Hello everyone..
I have developed a Silverlight application using CSLA & by reffering ProjectTracker sample.
In ProjectTracker sample,a user can work on only one form at a time.
I want to develop an UI using CSLA & MVVM where a user can open multiple forms at a time & work on it.
Is there any technique that will help the user to work on multiple forms simultaneously?
Is there any sample available related to this scenario?