- WPF - Multimedia
- WPF - 3D Graphics
- WPF - 2D Graphics
- WPF - Interaction
- WPF - Localization
- WPF - Exception Handling
- WPF - Custom Controls
- WPF - Debugging
- WPF - Triggers
- WPF - Styles
- WPF - Templates
- WPF - Resources
- WPF - Data Binding
- WPF - Command Line
- WPF - Input
- WPF - Nesting Of Layout
- WPF - Layouts
- WPF - Controls
- WPF - Routed Events
- WPF - Dependency Properties
- WPF - Elements Tree
- WPF - XAML Overview
- WPF - Hello World
- WPF - Environment Setup
- WPF - Overview
- WPF - Home
WPF Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
WPF - Environment Setup
Microsoft provides two important tools for WPF apppcation development.
Visual Studio
Expression Blend
Both the tools can create WPF projects, but the fact is that Visual Studio is used more by developers, while Blend is used more often by designers. For this tutorial, we will mostly be using Visual Studio.
Installation
Microsoft provides a free version of Visual Studio which can be downloaded from
.Download the files and follow the steps given below to set up WPF apppcation development environment on your system.
After the download is complete, run the installer. The following dialog will be displayed.
Cpck the Install button and it will start the installation process.
Once the installation process is completed successfully, you will get to see the following dialog box.
Close this dialog box and restart your computer if required.
Now open Visual Studio from the Start Menu which will open the following dialog box.
Once all is done, you will see the main window of Visual Studio.
You are now ready to build your first WPF apppcation.
Advertisements