Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.37 KB

platform-specific-recommendations.md

File metadata and controls

34 lines (17 loc) · 1.37 KB

Platform Specific Recommendations

Windows Presentation Foundation (WPF) is a UI framework that creates desktop client applications.

Here is a compilation of useful links to the documentation that will help you to adapt your TS generated application to add some platform-specific features.

Requisites

You will need to install Visual Studio 2019 Update 3 and install Microsoft.NET.Sdk.WindowsDesktop and .NET Core 3.0 SDK to create WPF .NET Core Apps with Template Studio.

General

Overview

Migrating from .Net Framework

Learning