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
mention what are the various methods provided by the dataset object to generate xml?
What is ViewStart Page in ASP.Net MVC?
Which .net framework is installed?
What is ado.net data provider? : Entity framework
Is .net core faster than .net framework?
What is the need of Action Filters in ASP.Net MVC
What is poco proxy? : Entity framework
What is razor code?
What is latest version of .net framework?
differences between poco, model first and data first approach?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What are non action methods in mvc?
Why should we go for entity framework?
how can you tell ef to have a different table or column name than that defined for the class?
Why to use Html.Partial in ASP.Net MVC?