0
votes
0
votes
How Do You Handle Validation In Silverlight?
You might want to look at PostSharp, it makes attributing your client-side data model very simple.
…
0
votes
What is the best way to clone a business object in Silverlight?
I believe the standard cloning functionality was left out to keep it simple and lightweight. I believe you could use either JSON or XML serialization to achieve the same thing though. Not sure abou …
1
vote
Silverlight 2 UI pattern
You might want to look at CSLA.NET for Silverlight. I've heard good things about it but haven't gotten around to try it yet myself. …
1
vote
Silverlight image: load URL dynamically?
From what I gather you aren't trying to change the image itself dynamically, but rather to correctly determine the location of the image at runtime.
I believe simply prefixing the image rel …
6
votes
Is the Silverlight 2 Bible worth purchasing?
I'm rather waiting for Programming Silverlight 2 by Jesse Liberty and Tim Heuer.
Update: Se …
1
vote
Silverlight Logging framework and/or best practices
I am about to delve into something similar myself for a product we've written. I'm considering using PostSharp for Silverlight to add client-side logging as an aspect.
I have used the NLog …
