Awesome
Tailwind Traders Desktop Reference App
DevOps | master |
---|---|
Windows |
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:
- Tailwind Traders
- Backend (AKS)
- Website (ASP.NET & React)
- Desktop (WinForms & WPF -.NET Core)
- Rewards (ASP.NET Framework)
- Mobile (Xamarin Forms 4.0)
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 | |
WPF | Prism.Wpf.dll | Prism.Wpf | |
DryIoc | Prism.DryIoc.dll | Prism.DryIoc |
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.