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 |
When do you absolutely have to declare a class as abstract
Why doesn't the .NET runtime offer deterministic destruction
What are the methods in Thread class?
What is RouteConfig.cs in ASP.Net MVC 4?
What is work of clr?
can i change web.config settings from iis?
1 Answers HCL, ReadySoft, Wipro,
What is the .net framework and how does it work?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Is .NET a runtime service or a development platform?
What is Attribute Routing in ASP.Net MVC?
How you can implement custom validation in asp.net MVC?
What is namespaces