Tailwind Traders Desktop
Перейти к файлу
Isaac Levin 41e4d4f27f
Create SECURITY.md
2020-07-23 13:31:31 -07:00
.github/workflows Create codeql-analysis.yml 2020-07-23 13:28:44 -07:00
Deploy Updating deployment script 2018-12-04 08:09:54 -08:00
Documents/Images Updating deployment script 2018-12-04 08:09:54 -08:00
Source Add global.json file 2019-06-20 12:55:14 -07:00
.gitattributes initial commit 2018-11-28 10:42:52 -08:00
.gitignore initial commit 2018-11-28 10:42:52 -08:00
LICENSE Initial commit 2018-11-27 15:01:13 -08:00
README.md Fix link release in readme 2019-10-02 10:55:57 -07:00
SECURITY.md Create SECURITY.md 2020-07-23 13:31:31 -07:00

README.md

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.