¡@

Home 

c# Programming Glossary: decompilation

How to preventing decompilation of any C# application

http://stackoverflow.com/questions/1276237/how-to-preventing-decompilation-of-any-c-sharp-application

to preventing decompilation of any C# application We are planning to develop a client server.. like any other software utility. We are worried about the decompilation of our product which does have some sort of edge over our competitors.. functionality. How can we prevent our software from decompilation so the business logic of the product remains intact We have..

Compiling C# to Native?

http://stackoverflow.com/questions/1921656/compiling-c-sharp-to-native

HexRays decompiler I don't quite get the same degree of decompilation back and I have to resort to wading through x86 disassembly.. the logic flow. It's my understanding that such great decompilation comes from Reflector due to the application being in MSIL instead.. to do this why did Reflector still give me such a great decompilation So just to summarize my main question again How can I compile..

Are C# auto-implemented static properties thread-safe?

http://stackoverflow.com/questions/2074670/are-c-sharp-auto-implemented-static-properties-thread-safe

share improve this question It appears not. This is the decompilation with Reflector private static string Test CompilerGenerated..

How can I protect my .NET assemblies from decompilation?

http://stackoverflow.com/questions/2478230/how-can-i-protect-my-net-assemblies-from-decompilation

can I protect my .NET assemblies from decompilation One if the first things I learned when I started with C# was.. when I show them their source code. Protection against decompilation is still a difficult task. I am still looking for a fast easy..

ASP.NET: Best way to restrict access by IP address

http://stackoverflow.com/questions/431013/asp-net-best-way-to-restrict-access-by-ip-address