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 |
What is serialization ?
exe abrevatiom
What is .net architecture and framework?
What is .net framework & its benefits?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
What is viewbag title?
What is difference between shared and public
Is any files are generated,when we are adding the web reference to the web service?
can we call the garbage collector to run explicicitly?
Explain something about model, view and controllers in asp.net mvc?
How to change the action name in ASP.Net MVC?
Is .net core faster than .net framework?