Title: Windows Presentation Foundation
1Windows Presentation Foundation
2(No Transcript)
3What Is User Experience?
4.NET At The Core
5WPF What is it?
6Lets Watch the Propaganda Flick
7XAML, XAML, What is XAML
- An xml-based specification of the UI
- Allows integration of the designers and the
developers - Flow is
- Expressions Design
- Expressions Blend
- Visual Studio
- Integration is XAML
8Designer-Developer Productivity
- Microsoft Tools for Designers Developers
- Declarative Programming through XAML
- Third Party Tools (e.g. Aurora by Mobiform, ZAM
3D by Electric Rain)
With XAML designers developers can streamline
their collaboration
Designers design
Developers add business logic
9All WPF Apps Have
ltApplication xmlns"http//schemas.microsoft
.com/winfx/2006/xaml/presentation"
StartupUri"HomePage.xaml"gt lt/Applicationgt
ltPage xmlns"http//schemas.microsoft.com/win
fx/2006/xaml/presentation"
xmlnsx"http//schemas.microsoft.com/winfx/2006/x
aml" xClass"ExpenseIt.ExpenseReportPage"
Title"ExpenseIt - View Expense Report"gt
lt/Pagegt
10And Parallel C code
public partial class App System.Windows.Applicat
ion
public partial class Window1 System.Windows.Wind
ow public Window1()
InitializeComponent()