Episode

.NET Native

with Shawn Farkas

.NET Native is a compiler technology that allows you to compile your .NET code directly to native code, taking advantage of the Visual C++ optimizer for code generation. Apps that are built with .NET Native run on a refactored .NET Framework and CLR, which is small enough to include in the application package. This makes the app independent of a machine-wide .NET Framework installation. This video provides an overview of .NET Native, and demonstrates some of the performance benefits that you can expect to see when your apps use .NET Native compilers.

Windows