Can private assembly be used for more than one application?
If so how?
Answer Posted / anand. m. m
No, in directly we cannot use, but using the tool
ILDASM(provided my microsoft) or Reflector(third party), we
can decompile the other assembiles and look into them. So it
is easy to reverse engineer them and crack your application.
To provide this reverse engineering using the technique
"obfuscation". There are many third parties(xenocode,
Demeanor for .Net)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Write a code snippet to implement the indentation in json in web api.
Which two new properties are added in asp.net 4.0 page class?
List all templates of the repeater control.
What is difference between Lambda Expression and LINQ in ASP.NET?
How can you register a custom server control to a web page?
How long the items in ViewState exists?
What is a user developed application?
How do you create a master page?
What are Master Pages in ASP.NET? or What is a Master Page?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How to unit test Web API?
What are the 3 types of web?
What can you do with asp.net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?