Microsoft yesterday announced the first release of .NET Native. It is a next generation compiler technology that is making popular Windows Store apps start up to 60% faster and use 15-20% less memory when compiled with .NET Native. .NET Native compiles C# to native machine code that performs like C++. This first release is a Developer Preview that allows you to develop and test apps with this new compiler. This preview release of .NET Native offers you the performance of C++ with the productivity of C#. .NET Native continues to provide a first-class .NET developer experience in Visual Studio. You still get a great edit/compile/debug environment with productivity enhancers like Edit and Continue and code refactoring. You continue to upload MSIL app packages to the Windows Store. Our compiler in the cloud compiles the app using .NET Native in the Store, creating a self-contained app package that’s customized to the device where the app will be installed. .NET Native optimizes Store apps for device scenarios in all stages of compilation....

The rest of the story...
Microsoft News