(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Obfuscation.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 1 comments  /  posted by  Silverlight Show  on  Oct 19, 2010 (6 days ago)

    Here is another article written by Rudi Grobler in which he explains how to obfuscate a Silverlight application.

    Source: Rudi Grobler in the Cloud

    Obfuscation has been used in programming for ages helping protect intellectual property! WPF and Silverlight is a little more tricky to obfuscate because of the way XAML work! While searching for a solution I found that Dotfuscator does support Silverlight XAML & WPF BAML obfuscation.

    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 



  • 0 comments  /  posted by  Silverlight Dude  on  May 04, 2010 (5 months ago)
    Tags: Obfuscation , Silverlight Dude

    Why obfuscate you say: As a developer you get paid for your knowledge. Knowledge that is only a privileged few (relatively speaking) posses. Hence programmers command such salaries. It’s all supply and demand. If any hobbyist programmer can do what you do by using reflector to look at how you did it then you can see how it will affect your salary. How to obfuscate:

    Demytifing Silverlight Obfuscation

  • 0 comments  /  posted by  Silverlight Show  on  Apr 16, 2010 (6 months ago)
    In this post Andy Beaulieu explains how by using obfuscation you can make it a little bit more difficult for people to copy your Silverlight application logic.

    You might be aware that when you publish a Silverlight XAP on the web, your source code is very vulnerable to prying eyes. A XAP file is in a ZIP compressed format, and the contents are .NET Assemblies and resources which can be disassembled easily using a tool like .NET Reflector .