Is it posible to compile C# code into standalone executable?

Is it possible to compile C# code into standalone executable(native mashine code)

Answer this question

Is it posible to compile C# code into standalone executable?

  • Xinwei Hong -- MSFT

    No. You can compile an existing assembly's IL to native code with Ngen.exe but that doesn't make it "standalone".



  • Is it posible to compile C# code into standalone executable?