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 the role of assembly in the .net framework.
Why to use html.partial in mvc?
What is stateless model?
What is difference between html.beginform and ajax.beginform?
Mention some action filters which are used regularly in ASP.Net MVC?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
What is the difference between ViewData, ViewBag and TempData?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is the difference between partial and renderpartial?
Explain the types of Scaffoldings.
what is .edmx file and what it contains?
Explain how you can implement Ajax in MVC?
What are actions in asp.net mvc?
Which are the important namespaces used in ASP.Net MVC?
How to Create an Intranet Site Using ASP.NET MVC?