Windows Presentation Foundation - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

Windows Presentation Foundation

Description:

Microsoft Tools for Designers & Developers. Declarative Programming through XAML ... public partial class App : System.Windows.Application ... – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 11
Provided by: Robert9
Category:

less

Transcript and Presenter's Notes

Title: Windows Presentation Foundation


1
Windows Presentation Foundation
  • CS2335
  • Spring 2007

2
(No Transcript)
3
What Is User Experience?
4
.NET At The Core
5
WPF What is it?
6
Lets Watch the Propaganda Flick
7
XAML, 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

8
Designer-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
9
All 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
10
And Parallel C code
public partial class App System.Windows.Applicat
ion
public partial class Window1 System.Windows.Wind
ow public Window1()
InitializeComponent()
Write a Comment
User Comments (0)
About PowerShow.com