Skip to main content
Home Forums General Silverlight Getting Started Sample projects / Best practices
3 replies. Latest Post by Jonathan Shen – MSFT on November 10, 2009.
(0)
jbosch
Member
1 points
20 Posts
11-04-2009 3:59 AM |
Hi,
Someone could recommend me an open silverlight application project to see best practices in databinding,data validation, concurrency management, and all these staff common in web applications, but obviously implemented in Silverlight?
Thanks!
Sergey.L...
Contributor
7198 points
1,340 Posts
11-04-2009 4:34 AM |
Look at Composite Application Guidance for WPF and Silverlight.
11-04-2009 10:27 AM |
Hi, I'd like to see a "normal" silverlight application, I mean, not using external libraries.
Thanks
Jonathan...
All-Star
24939 points
2,425 Posts
11-10-2009 3:13 AM |
Hi Jbosch,
For the design pattern with Silvelright, we'd better reference to the Prim(patterns & practices Composite Application Guidance for WPF and Silverlight site). For DataBinding and DataValidation, we can reference to the sample to DataForm.
Best regards,
Jonathan