Mile.Xaml.Samples
February 15, 2025 ยท View on GitHub
Provide samples that demonstrate using XAML Islands with Mile.Xaml.
If you meet some issue when using implementations in this repo, please fire an issue at https://github.com/ProjectMile/Mile.Xaml/issues.
Samples List
C++/WinRT
MileXamlBlankApp
A project for a single page C++/WinRT XAML Islands app with Mile.Xaml and no predefined layout.
MileXamlControlsDemo
A project for a single page C++/WinRT XAML Islands app with Mile.Xaml with modernized Windows 11 style XAML controls.
.NET Framework
MileXamlBlankAppNetFramework
A project (.NET SDK Style Project) for a single page C# (.NET Framework) XAML Islands app with Mile.Xaml and no predefined layout.
MileXamlBlankAppNetFrameworkNativeBackend
A project (.NET SDK Style Project) for a single page C# (.NET Framework) XAML Islands app with Mile.Xaml Native Backend and no predefined layout.
MileXamlControlsDemoNetFramework
A project (.NET SDK Style Project) for a single page C# (.NET Framework) XAML Islands app with Mile.Xaml with modernized Windows 11 style XAML controls.
Modern .NET
MileXamlBlankAppNetCore
A project for a single page C# (Modern .NET) XAML Islands app with Mile.Xaml and no predefined layout.
MileXamlBlankAppNetCoreNativeBackend
A project (.NET SDK Style Project) for a single page C# (Modern .NET) XAML Islands app with Mile.Xaml Native Backend and no predefined layout.
MileXamlControlsDemoNetCore
A project (.NET SDK Style Project) for a single page C# (Modern .NET) XAML Islands app with Mile.Xaml with modernized Windows 11 style XAML controls.