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
Explain ASP.NET MVC Identity and Security?
What is meant by tempdata in mvc?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is entity framework in asp net?
How route table has been created in ASP.NET ASP.Net MVC?
What is viewbag title?
what is lazy loading in entity framework?
Is .net core replacing .net framework?
What is meant by domain model?
What is ado.net data provider? : Entity framework
what is use of entity container?
Explain the methods used to render the views in ASP.Net MVC?
how do you truncate a table using entity data model?
What is the .net framework and how does it work?
What is managed extensibility framework?