You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
managed apps
About this tag
Managed apps on WindowsForum.com refer to Universal Windows Platform (UWP) applications written in managed languages like C# or VB. A key topic is .NET Native, a precompilation technology in Visual Studio 2015 that compiles managed IL binaries into native code before reaching consumer devices. This process is automatic for every managed UWP app, improving performance and startup time. Discussions cover how .NET Native works, its benefits for developers, and its role in the UWP ecosystem. The tag is relevant for developers building Windows apps with .NET and seeking optimization through native compilation.
This blog was written by Daniel Jacobson, Program Manager
What is .NET Native?
.NET Native is a precompilation technology for building Universal Windows apps in Visual Studio 2015. The .NET Native toolchain will compile your managed IL binaries into native binaries. Every managed (C# or VB)...
api
app packaging
cloud solutions
compilation
debugging
development
issues
managedapps
memory
microsoft
native code
net native
nuget
performance
release
resources
testing
uwp
visual studio
windows