I thought you could compile your C# code directly into machine code

解决方案 »

  1.   

    像 java 一样,用某些第三方软件搅混一下咯,呵呵
      

  2.   

    to saucer
    I can not find the way to set the compiler to compile C# code directly into machine code.
    do u have any suggestion?
      

  3.   

    其实就跟Java一样嘛,我们能接受Java,为什么不能接受C#呢?
    本来C#的主要方向就是Web Application,与Java一样。
      

  4.   

    thanks for your help,saucer.
    I have tried to use ngen.exe
    and I learned a new skill to make my programme running faster.
    but unfortunately, the pe file is still understandable for verybody
      

  5.   

    Java的字节码一样可以被反编译。
    现在网上已经有一些.NET语言混淆器了。与Java一样的。
    但是即使被混淆了,只要乐意,总会可以阅读的。
    不过估计没有什么客户,愿意浪费时间来阅读我们的源代码。现在又有那么多的OS项目(Open Source)。
    比如.NET Framework的源代码,大家都想看看,可是真有一天,到了手上,你还有心思看下去吗?
    现在.NET的源代码就在他们网站上提供下载呀,只不过只有一部分而已。