Description
UWP apps run on a new .NET Runtime called .NET Native. In this video Daniel Jacobson outlines the key advantages of .NET Native – it generates 100% native code and gives your app a fast startup time. Daniel explains best-practice for your Build, Debug, and Test loop in light of .NET Native, and how it affects store submission.
Part 1 - Introduction to CoreFX
Part 3 - Advanced .NET Native Topics
Part 4 - Advanced CoreFX Topics
Download
Right click or Alt+Enter to download this episode
- MP3 (6.1 MB)
- Low Quality MP4 (10.4 MB)
- High Quality MP4 (49.8 MB)
- Mid Quality MP4 (28.7 MB)
The Discussion
-
Jerry Riffkehn I know this is far outside the scope of this video, but, as an aside, will .NET Native someday be available for compiling PowerShell scripts to native code binaries? Thanks
-
pmatmic We currently do not have any plans to integrate .NET Native with Powershell scripts; however, for C# developers building command line tools that want to take advantage of ahead-of-time compilation, we're building .NET CLI that is powered by what is called CoreRT. Some information can be found in the below links:
Conversation locked
This conversation has been locked by the site admins. No new comments can be made.
Related episodes
Reliable Async Systems with Coyote - Part 2
Reliable Async Systems with Coyote - Part 1
ASP.NET Core Series: SignalR
ASP.NET Core Series: Getting started with the Worker templates
ASP.NET Core Series: High performance requests with gRPC
TWC9: .NET 5.0 Preview 5, Windows Terminal 1.1 Preview, WSL GPU Support, and more
ASP.NET Core Series: Performance Testing Techniques
ASP.NET Core Series: Tracing
.NET with Scott Hunter Part 2