How can I stop my code being reverse-engineered from IL
Answer Posted / 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 |
Post New Answer View All Answers
What is clr? How does work clr & wht is work of clr?
Can you explain model, controller and view in mvc?
What is definingquery in entity framework? : Entity framework
what is minimum requirement for entity framework applications to run?
What is .net framework & its benefits?
What are scaffold templates in mvc?
What is display mode in mvc?
How to make sure Client Validation is enabled in ASP.Net MVC
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain what platforms does the .net framework run on?
What is representational state transfer (rest) mean?
Is entity framework slow?
What are the levels at which filters can be applied in an asp.net mvc application?
What is the purpose of a web form?
what is client wins and store wins mode in entity framework concurrency?