Quote:
Originally Posted by Egomancer
I believe that people prefer .NET over PHP because in theory is harder to steal the code
|
I'm going to assume you've never used .NET or have even read up on it, because otherwise you would know that .net assemblies are the easiest language to extract source code from since they're converted to IL instead of native machine code, which can be easily translated back to c#/vb.net/etc