Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

microsoft/TailwindTraders-Desktop

Repository files navigation

Tailwind Traders Desktop Reference App

Tailwind Traders Desktop

DevOps master
Windows Build status

Download the latest release here.

DemoScript

Check out the Productivity Improvements in Visual Studio 2019 demo script.

Feedback

Help us improving this reference application by providing us your valuable opinion.

Repositories

For this demo reference, we built several consumer and line-of-business applications and a set of backend services. You can find all repositories in the following locations:

PRISM

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.

Official Prism releases are available on NuGet. Simply add https://www.myget.org/F/prism/api/v3/index.json as a package source to either Visual Studio or Visual Studio for Mac.

These are the base packages for each platform, together with the Prism's Core assembly as a cross-platform PCL.

Platform Assembly Package NuGet
PCL Prism.dll Prism.Core CoreNuGetShield
WPF Prism.Wpf.dll Prism.Wpf WpfNuGetShield
DryIoc Prism.DryIoc.dll Prism.DryIoc DryIocWpfNuGetShield

Xaml Islands

There are two new system APIs called WindowsXamlManager and DesktopWindowXamlSource.

The WindowsXamlManager handles the UWP XAML Framework itself, which initializes the UWP XAML Framework inside the current thread of this non-UWP Win32 Desktop app, allowing it to create UWP UI in it.

The DesktopWindowXamlSource is the actual instance of your Island content. This class also enables the developer to get and set the focus of that element.

NuGet Description
Microsoft.Toolkit.Wpf.UI.XamlHost This library provides XAML islands helpers for WPF. It is part of the Windows Community Toolkit.
Microsoft.Toolkit.Wpf.UI.Controls Wrapper classes for 1st party controls, InkCanvas, InkToolbar, MapControl, MediaPlayerElement, all for WPF.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.