These samples show how to compile C# to native code using the .NET Native AOT technology (NativeAOT, also known as CoreRT previously). The samples are for people who would like to use C#, but don't ...
This sample implements a virtual file system for Windows with synchronization support, on-demand loading, selective offline files support, upload and download ...