- 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:

- 數據科學實戰手冊(R+Python)
- Android應用程序開發與典型案例
- Building a RESTful Web Service with Spring
- Python王者歸來
- Mastering KnockoutJS
- 軟件架構:Python語言實現
- C語言程序設計
- Mastering Drupal 8 Views
- C語言程序設計上機指導與習題解答(第2版)
- Processing創意編程指南
- Python Social Media Analytics
- Joomla!Search Engine Optimization
- 軟件測試(慕課版)
- SQL Server 2014 Development Essentials
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)