I have a C# desktop application.
I would like to compile it into native code for speed execution and add a level of protection to my code.
I notice that MS offers this for Window Apps? But not desktop Apps?
I have also heard (somewhere) that I could use Mono which would do the native compilation. Is that true? If so, would using 3rd party tools like Aforge.Net and EMGU be a stopping point?
Thanks
If you're writing an app for Windows 10 UWP, you can now use Microsoft .NET Native to AOT compile your app into native code.