Ted Smith
Ted Smith

Reputation: 9623

Silverlight Design Architecture

Is there a good Silverlight Design Architecture?

Upvotes: 3

Views: 538

Answers (4)

Craig Shearer
Craig Shearer

Reputation: 14521

You could take a look at Rocky Lhotka's CSLA.NET for Silverlight - CslaLight

Upvotes: 1

cgreeno
cgreeno

Reputation: 32371

There is Prism it was originally designed for WPF but there is now a Silverlight release.

Upvotes: 3

Shawn Wildermuth
Shawn Wildermuth

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

DaniCE
DaniCE

Reputation: 2421

Also there is Caliburn, an "Application Framework for Silverlight and WPF".

Upvotes: 1

Related Questions