Search code examples
c#exenative

Is there any work being done to create a C# compiler to produce native exe's?


Is there any work being done to create a C# compiler to produce native exe's? e.g. the output is a native exe and NOT a .NET assembly.


Solution

  • Why don't you try NGen. For exemple Paint.NET use nGen to create native images after installation.