Skip to main content
Home Forums Silverlight Design Designing with Silverlight How xaml design can be protected??
2 replies. Latest Post by Shrimp on May 19, 2008.
(0)
Shrimp
Member
2 points
2 Posts
05-19-2008 1:37 PM |
Hello Fellas,do any of you know how xaml design can be protected?? i've searched this forum but no solutions.. i heard some says must use SL 2. please share if any of you know how :) Thanks a lot
pbrooks
Contributor
2671 points
355 Posts
05-19-2008 8:50 PM |
Shrimp,
I am assuming you want to protect the actual XAML from prying eyes. Out of the box, I don't believe SL2 will help you any because the XAML is simply packaged as a resource to a DLL inside of a XAP file which is very easy to disassemble using Reflector. However, you might have another option. Have you checked out {SmartAssembly} 3.0? I have not used this myself, but it appears to have some XAML compression features that might help to improve the protection of your XAML, this is not 100% protection, but it should help "raise the bar". They also say that they support Silverlight 2.0.
http://www.smartassembly.com/product/whatsnew.aspx
I hope this helps!
05-19-2008 9:06 PM |
Yep, im a designer. my main concern is how my work get more protection, im still along with sl1 that still exposing the .xaml :). i will try to use sl2 and the software you recommended. while the others post their experience/comments. Thanks page.. really appreciate it.