Wednesday, 30 April 2014

Windows Presentation Foundation [WPF]

Introduction to WPF

WPF is Windows Presentation Foundation,it also introduced in Dotnet 3.0 and higher versions..It is a next generation of presentation system for building desktop [standalone] and web browser applications.
In this we are using one type of namespace is
using System.Windows;

WPF programming is similar to dotnet programming like classes,properties,methods and event handlings.this programming language is in either c#.net or vb.net.

Features:

XAML [Extensible Application Markup Language]
Layouts - controls
Animations --- 2-D, 3-D Graphics
Documents --- Styles,Templates

More Tutorial for WPF


No comments:

Post a Comment