- Mastering Visual Studio 2017
- Kunal Chowdhury
- 171字
- 2021-07-15 17:26:44
Getting started with WPF project
To get started, open your Visual Studio 2017 IDE and navigate to File | New | Project... (or press keyboard shortcut Ctrl + Shift + N). This will open the new project window on your screen:

In the New Project dialog window, navigate to Installed | Templates | Visual C# | Windows Classic Desktop, and select the WPF App template from the list. Select the appropriate .NET Framework that you are targeting your app for (must be 3.5 or higher). Here we have selected the .NET Framework 4.6.1.
Enter the name of the solution, the location of the project code base, and the project name. Once you have filled up all the necessary details on the screen, click on the OK button. This will start creating the project from the selected project template:

Alternatively, you can search for wpf app in the search box under the New Project section of the Visual Studio 2017 Start Page to bring the preceding dialog, selecting the correct project automatically:

- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- arc42 by Example
- Vue.js 2 and Bootstrap 4 Web Development
- HTML5+CSS3基礎開發教程(第2版)
- Backbone.js Blueprints
- iOS應用逆向工程(第2版)
- 重學Java設計模式
- AppInventor實踐教程:Android智能應用開發前傳
- HTML 5與CSS 3權威指南(第3版·上冊)
- ElasticSearch Cookbook(Second Edition)
- Programming with CodeIgniterMVC
- Java零基礎實戰
- Getting Started with Nano Server
- 代碼閱讀
- Puppet:Mastering Infrastructure Automation