Code

Doc-O-Matic: Aiding Source Code Documentation and Help Authoring

The computer software industry is one thriving industry that has easily managed to make news of its expanding territory every now and then. Offering ceremonious business solutions to an entire legion of corporate houses, and even a new leash of life to some struggling ones, the software industry has single-handedly been a major contributor to [...]

Tags: , , , , , ,

Posted in: vb.net programming | No Comments »

8 Ways To Protect And Obfuscate Your .Net Code Against Reverse-Engineering Using Crypto Obfuscator

IntroductionMost non-.Net compilers emit binary programs containing native CPU instructions which are very hard to disassemble, decompile and reverse-engineer. However, all .Net compilers such as C#, VB.Net, Managed C++, IronPyhton, etc emit compiled programs in MSIL (Microsoft Intermediate Language) format. This format preserves a lot of high-level information about your software such as class, field, [...]

Tags: , , , , , , , , ,

Posted in: vb.net programming | No Comments »