Can WPF apps be compiled to native code?

Posted by Rhubarb on Stack Overflow See other posts from Stack Overflow or by Rhubarb
Published on 2010-02-13T01:17:18Z Indexed on 2010/05/28 5:41 UTC
Read the original article Hit count: 206

I know there are tools like Salamander that can compile a .NET WinForms apps to fully native code with no need for the CLR/.NET Framework to be on a machine. Is this possible for WPF apps as well?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf