Windows Presentation Foundation (WPF) Declare Your Next User Interface.

Slides:



Advertisements
Similar presentations
Win8 on Intel Programming Course Desktop : WPF Cédric Andreolli Intel Software
Advertisements

The Microsoft Technical Roadshow 2006 Windows Presentation Foundation (WPF) Marcus Perryman
Data Binding in GUI Application Development Patrick O’Brien.
WPF vs Silverlight Stuart Haas. WPF  Windows Presentation Foundation  Included in Vista, Server 2008 and XP service pack 2  Deployed in desktop and.
The Designer Tools Landscape Andy Hood. AKQA PROVIDES DIGITAL BUSINESS SOLUTIONS We focus on providing our clients with a return on investment.
Developing Rich Web Applications with Silverlight Mike Ormond Developer & Platform Group Microsoft Ltd
.NET 3.0 & 3.5 Framework Team: Dan Stead Alex Nichols.
Windows Presetation Foundation (WPF) 1. Introduction.
Originally founded in 1985 as Rock Financial by Dan Gilbert Grew to one of the largest independent mortgage banks in the country 1998 IPO 1999 Launched.
WPF. Origins – Who, When, Where  Who? Microsoft  When? November 2006  Where? Windows Vista Windows Server 2003 Windows XP Service Pack 2.
Introduction & Welcome Marcus Perryman Mike Taulty
Michael S. Scherotter Microsoft Corporation
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
Powerful, modern desktops enable next generation applications Hardware acceleration brings real-time lighting, texturing and rendering Visual.
WPF For PowerBuilder Developers
2 A First Look at Windows Presentation Foundation Everywhere ("WPF/E") Joe Stegman Lead Program Manager Microsoft Corporation.
Windows Presentation Foundation: The Next GDI? Shawn Wildermuth MVP, MCSD.NET, MCT, Author and Speaker Shawn Wildermuth MVP, MCSD.NET, MCT, Author and.
CS360/CS580H GUI & Windows Programming. Outline Win32/Windows API & SDK Visual Studio MFC – Microsoft Foundation Classes C# &.NET – concepts Windows Forms.
COMPARING SOFTWARE TEC-542 TAWNI GILLEN-MARTIN SEPTEMBER 24, 2014.
1. Development & Design Process › Thomas Stockwell – Lead Programmer › Derek Noel – Graphical Designer 2. Program Foundations/Innovative Technology 3.
Next Generation for Desktop Applications Doncho Minkov Telerik School Academy schoolacademy.telerik.com Technical Trainer
A Jumpstart to WPF by Kevin Grossnicklaus ArchitectNow.
Windows Presentation Foundation. Agenda Introduction Developing Applications WPF and WF interoperability Custom Controls Styles and Templates Data Binding.
Silverlight Hitesh Trivedi Computer Science B.Tech A-Sec J.I.E.T.
WEB 304 An Overview of ASP.NET and Windows Workflow Foundation Kashif Alam Program Manager Developer Division Microsoft Corporation.
CS360/CS580H GUI & Windows Programming Introduction.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
Understand what kind of applications Windows Presentation Foundation can deliver See how Visual Studio 2008 & Microsoft Expression Blend work together.
1 Metro Style Apps in C++ Karthick 8 th May 2012.
Building RIA for Desktop, Web and Mobile using Silverlight and WPF Giorgio Sardo UX Consultant, Microsoft UK blogs.msdn.com/Giorgio.
Tony Goodhew Product Planner DEV328.
The Microsoft Technical Roadshow 2007 Rich Client Development in XAML Mark Johnston Developer & Platform Group Microsoft Ltd
Ms. Expression Blend Intro Diliara Nasirova. WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs.
Presentation advances in.NET Framework 3.0 Mark Johnston Developer & Platform Group, Microsoft Ltd
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
Discover, Master, Influence1 Windows Presentation Foundation David Burela Senior Developer, Readify.
A Lap Around Windows Presentation Foundation. Why hasn’t UX taken off in software? It’s Difficult! Animation 2D 3D Documents Styled Controls Video Windows.
Nick Kramer PRS313 Lead Program Manager Microsoft Corporation
WPF – Windows Presentation Foundation what is it, what can you do with it and how do you get started.
The Hitchhiker’s Guide to “Avalon” An Introduction to the Windows Presentation Foundation (WPF) Ken LeFebvre Bennett Adelson
C# kursus Rohde & Schwarz1 Moderne GUI Windows Presentation Foundation.
DEV339: Creating Windows and Web Applications with WPF (DEV339) Ian Griffiths Independent Consultant & Pluralsight Instructor
Lap Around Windows Presentation Foundation Rob Relyea PRS305 Lead Program Manager Windows Presentation Foundation
1 Välkommen till Sommarkollo Windows Presentation Foundation Per Östman ISV Developer Evangelist
.NET Framework Presentation. About Me Patrik Löwendahl –C# MVP –Certified Vista Touchdown Trainer Cornerstone
Silverlight 101 Ahead! If you know Silverlight and are looking for more advanced content check out : ‘Microsoft Silverlight “Media” : Moving at 60fps’
.NET Framework 3.0 Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation.
Identify Windows Application Types Windows Development Fundamentals LESSON 1.1.
An Introduction to Developing Applications for Microsoft Silverlight Jaime Rodriguez
Microsoft’s Rich Web Technology XAML,WPF and WPF/E July, 2006 John Allwright.
Windows Presentation Foundation. User Experience: Recent Past Web HTML Sacrificed UX for portability, connectivity and simplicity 1997 – DHTML.
1 Beyond Silverlight with WPF Clients ( WPF : Windows Presentation Foundation ) Mike Taulty Developer & Platform Group Microsoft Ltd
2 Beyond Silverlight with WPF Clients Mike Taulty Microsoft UK
Group 8 Ian Carr, Chris Lemley, Clay Garrison, Alvaro Suarez, Amanda Williams.
Part of the Microsoft.NET Framework 3.0 Tomer Shamam.NET Technologies Expert Sela Group
Introduction to Avalon Mike Taulty Microsoft Ltd
Why Windows Presentation Foundation? Windows Presentation Foundation Unified approach to UI, Documents, and Media Integration as part of development.
6/10/ :23 PM TOOL-504T A deep dive into Visual Studio 11 Express for designing Metro style apps using XAML Joanna Mason & Unni Ravindranathan Program.
WPF vs Silverlight.
Building Awesome HTML Applications in Blend for Windows 8
WPF AKEEL AHMED.
.NET and .NET Core 7. XAML Pan Wuming 2017.
Silverlight Technology
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Catching up on Rich Clients (round 2)
Overview of Silverlight 2
Working across the .NET Continuum
Silverlight 2 Mike Taulty Developer & Platform Group Microsoft Ltd
Choosing between Silverlight and AJAX
Windows Presentation Foundation
Presentation transcript:

Windows Presentation Foundation (WPF) Declare Your Next User Interface

Your Presenter: Jacob Good

Windows Presentation Foundation WPF

WTF?

WWF

Microsoft Windows.Net 3.0

Ohhhh PRETTY!

What is WPF? Declarative Markup (XML Based) Vector Graphics Rendering Graphics Card Accelerated / Optimized Complete Win32, WF, HTML Integration Layered on top of.Net 2.0 Available in Vista and XP SP2.0 Something that you can use NOW!

What WPF Isn’t A complete replacement for Windows Forms Just pretty buttons and animations Only for designers Something that you can’t use right NOW

Remember HTML/XML?

XAML (XML Based) Hello World

Demo

3 Ways to do WPF Pure XAML XAML + C# Code C# CODE It’s all about abstraction… Presentation from Data / Implementation

Demo

Interaction with Data New means of binding in XAML Declarative syntax, Easy Data Sourcing

Demo

WPF in 3D Full DirectX Utilization Put that GFX Card to work Yup, it’s declarative

Demo

How can you use it now? Complete integration with Windows Forms –Host XAML content in Windows Forms 2.0 –Host Windows Forms 2.0 Content in XAML –Complete communication across boundaries Now available for development (GO-LIVE)

Deployment MSI ClickOnce XBAP –

Demo

XAML Authoring Tools XAMLPad ZAM 3D Aurora XAML Editor (Mobiform) MyXaml Expression Tools (Interactive / Graphics)

Demo

Questions? I’m not a designer Just start playing with it people!

Resources (Tim Sneath) ownloads/products/getthebeta/