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

No comments:
Post a Comment