July 2017
Beginner
466 pages
9h 37m
English
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 ...
Read now
Unlock full access