Browse by Tags

All Tags » {smartassembly} (RSS)

Protecting my intellectual property/XAML

Every .NET developer worth their salt has probably played round with Lutz Roeder's Reflector... This application allows you to peak into a .NET application and disassemble it to readable code! This can be very useful when you have a 3rd party library and you need to "see" how something was implemented! I recently discovered the BamlViewer. BamlViewer is a add-in for Reflector that allows you to disassemble BAML (Binary Application Markup Language). My big concern now is how do I protect...