Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,
I have a question about .NET Framework and programming in general.

Well, I have been using visual studio so far since the times of VB6.
I have really enjoyed the convenient functionality of visual studio, and although I'm not a professional programmer I have achieved almost everything I wanted.

But my concern is about commercial use of programming with high security. Is there any way that I can achieve this goal too in Visual Studio?

I mean, I believe there's no security in the deployment of .NET Framework executable files while with a single button of a .NET Decompiler they can extract the source code out of it.
Yet, I think being bound to .NET Framework is one of the weakpoints of .NET Programming since most of today's commercial applications are framework independent.

With the "dependency" and "security" problems that I have in .Net Programming, what do you suggest for me? Should I carry on with it or move on to another programming platform?

Thanks for reading!
-GabrielX
Posted

1 solution

It is not completely possible to secure the source code, but you can make it hard using Obfuscation[^]

See this answer,
how-to-protect-an-exe-file-from-decompilation[^]
 
Share this answer
 
Comments
Gabriel X 1-Jan-12 20:14pm    
I see...
I hadn't heard of this before, but if I accept this as the decompilation's solution, still another problem will remain.

By the way, thanks for your response!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900