-
Beyond that, there are also obfuscation utilities that can obfuscate your published code. (The public API surface remains intact to maintain compatibility, but everything under that becomes obfuscated.) There are many options to help protect your code: https://github.com/NotPrab/.NET-Obfuscator Dive in and see if any floats your boat.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Suppose it depends on how rampant you expect such piracy/theft would be for what you're making. In practice, I'm not sure how widespread decompilation and code theft is in the .NET world. Hell, many companies/individuals sell licenses of their libraries and publish it open source for non-commercial use. For example, EPPlus is a widely used Excel library that you purchase licenses for and they have it available open source for non-commercial use.
Related posts
-
Need help reading an excel file with c# epplus :)
-
EPPlus Question
-
Theres some way that i can make a .xlsx like this exporting data from a database using Windows Form ?
-
Can PowerAutomate be used for this ? (Generate a Excelfile from Emails [Metadata, Keywords in Subject Line, Text-Body and attachment names ?])
-
How do I parse xlsx file to List<CustomClass>?