Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best approach to Protect Custom .NET Components with License? [closed]

Tags:

c#

licensing

What's the best approach to Licensing Custom .NET Components or applications for selling ?

  • Closed Source
  • 2 licensing mode :
    • Trial limited features license (free)
    • Full featured
like image 389
Yoann. B Avatar asked Mar 31 '09 14:03

Yoann. B


1 Answers

As for a "Closed Source" scenario consider using obfuscation. I've been using SmartAssembly and very satisfied with results.

As for licensing modes. You are speaking about .net components so the target audience are developers. I don't think they will deal with free limited trials. If you are going to sell something valuable to developer community get ready to see a "Full Featured" version on Rapidshare or torrents.

I would recommend concentrating on support and frequent updates/enhancements rather than protection. In most cases "business" buys support rather than binaries.

If you need some tool titles why don't you just google for that? ".net licensing" query will give you tones of links.

Hope that helps.

like image 96
Denis Vuyka Avatar answered Oct 14 '22 01:10

Denis Vuyka