How can I stop my code being reverse-engineered from IL
Answer / kirti
There is currently no simple way to stop code being reverse-engineered from IL. In future it is likely that IL obfuscation tools will become available, either from MS or from third parties. These tools work by 'optimising' the IL in such a way that reverse-engineering becomes much more difficult.
Of course if you are writing web services then reverse-engineering is not a problem as clients do not have access to your IL.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?
What is different between User Control and Web Control and Custom Control?
What is the benefit of entity framework?
What is representational state transfer (rest) mean?
What is the difference between viewbag and viewdata in mvc?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
what is .NET ?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Explain the methods used to render the views in mvc?
What is work of clr?
What is GUID and why we need to use it and in what condition? How this is created
Can we create .DLL file without using the namespace?