Reputation: 9623
Is there a good Silverlight Design Architecture?
Upvotes: 3
Views: 538
Reputation: 14521
You could take a look at Rocky Lhotka's CSLA.NET for Silverlight - CslaLight
Upvotes: 1
Reputation: 32371
There is Prism it was originally designed for WPF but there is now a Silverlight release.
Upvotes: 3
Reputation: 7458
Soon, Microsoft will be releasing a new version of Prism (though unlike the earlier answer), the Silverlight version of Prism is just a proof of concept. The PnP team hope to have a full release in the next couple of months. The prevailing story today is to use the same MVVM pattern that WPF has had success with (searching for Silverlight and MVVM will yield a lot of info).
Upvotes: 0