Create Project
First step is to create project in your Visual Studio. Open Visual Studio -> Create a new project. On the Create new project dialog, select the Windows Presentation Foundation (WPF) application template and then select Next.
The Configure New Project dialog appears, give name for your project and select location for it and then select Create.
This will create a WPF desktop application in your system. Front-end part is designed using xaml language and backend using C#.
For more help, click here
Comments
Post a Comment