Securing against dynamic linking in .NET

Posted by Henri on Stack Overflow See other posts from Stack Overflow or by Henri
Published on 2010-03-19T17:57:58Z Indexed on 2010/03/19 18:01 UTC
Read the original article Hit count: 316

Filed under:
|
|
|
|

I want to deploy an application with a license attached. However, I want to prevent that my dll can be easily referenced in visual studio.

What are the usual ways of doing this? I was thinking about ngen-ing the application to prevent this, however, then the code becomes architecture dependent. Im not targetting any other architecture/platform besides windows, however, ngen-ing the application after making a release build seems like a workaround to me. Are there any other techniques to achieve this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about dll