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 entity client data provider? : Entity framework
What you mean by routing in mvc?
What is model first? : Entity framework
How we can invoke child actions in ASP.Net MVC?
why DotNetFramework is included in building a software
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can I add mvc testcases in visual studio express?
Can we change web.config settings from iis?
What is the domain object?
What is html.renderpartial?
What is disconnected scenario? : Entity framework
Why should we go for entity framework?
what is code first approach?
What is the difference between .net core and .net framework?
How the ‘page lifecycle’ of ASP.Net MVC does works?