Transcript Slide 1

2 Session Code: WIN313

Building Data Visualization Applications with the Windows Presentation Foundation

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

4

About…

● ● ● ● ● InterKnowlogy ( www.InterKnowlogy.com

) Tim Huckaby, CEO ( [email protected]

) Custom App Dev / Consulting / Software & Systems Engineering Firm headquartered in Carlsbad, CA Microsoft Gold Partner managed in SoCal and Redmond Design, Architect, Build and Deploy enterprise class applications Industry Experts: 90% of the company is published Microsoft .NET Application development since 2000!

Microsoft .NET Smart Client pioneers / industry leaders Information Worker Solutions (VSTO & SharePoint) Integration / Messaging, B2B / B2C, Wireless / Mobility Microsoft BizTalk, Web Services, Microsoft Active Directory, Security, SSO, Authorization, Authentication Cutting Edge Solutions on emerging Microsoft technologies Largest Client: Microsoft

5

Session Objectives And Agenda

Data Visualization: WPF & XAML…and Silverlight Session Objective: To get you excited by showing you “what you can do” so that you start doing it.

Why you need Rich Client Applications Smart Client Technology Roadmap Demos, demos, demos!...and “Special Guests”…

6

The Scripps Research Institute: C-me

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

7

The Scripps Research Institute: C-ME

WPF Smart Client for SharePoint 2007 Collaborative Client 2D & 3D views at a molecular level Leverage the collaborate environment of SharePoint 2007 Provide data in the context of the project not in the context of it’s storage Allow users to drag and drop data into the context of the project Smart client then handles the display & annotations of the underlying storage Allow user’s to add ad-hoc information

8

WPF SharePoint Enterprise Search

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

9

NEUMONT UNIVERSITY

Neumont’s Mission is to provide a professional education that is rich in ideas, current in industry practices, and deep in technological insight from the input of industry leading partners.

Our Industry Partners offer Neumont students exposure to relevant technologies and industry best practices by: Sponsoring software development Enterprise Projects Participating in Career Week recruiting events Contributing to our Industry Advisory Board Speaking on campus at Industry Perspectives Events

Learn more at: www.neumont.edu

10

What the heck is XAML?

Separates the front-end from the back-end Simple declarative programming language suitable for constructing and initializing .NET Objects Usually the most concise way to represent user interfaces (or other hierarchies of objects) Doesn’t need a compile to render The language that almost all WPF related tools emit

11

– ChartFX

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

http://www.softwarefx.com

[email protected]

[email protected]

13

DataGrid for WPF

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

14

RadControls for WPF CTP

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

15

Telerik at a Glance

One of the leading vendors of tools and components for .NET

Specialized in User Interface with product suites for ASP.NET AJAX, Windows Forms, WPF and Silverlight.

Also know for its innovative Reporting tool and Web Content Management system Winner of numerous industry awards for product excellence Winner of renowned business awards like Deloitte “FAST 50”, RedHerring Top 100 (Europe), Best Employer for 2007 (CE Europe) Microsoft Gold Certified Partner, Visual Studio Industry Partner 15

WPF – how does it work?

Built on Top of Direct 3D Converted to 3D triangles, textures and other Direct3D objects & then rendered by hardware Benefits of hardware acceleration & performance due to work being off-loaded to GPUs (unlike GDI based systems) Ensures the maximum benefit of new hardware and drivers Software rendering pipeline as fallback

17

Stock Boids

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

Why WPF?

The GDI & USER subsystems were introduced in Windows 1.0 in 1985 OpenGL – Early 90s DirectX – 1995 Goal: Overcome the limits of GDI+ & USER with the productivity of Windows Forms

19

WPF 3D

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

20

3D Collaborator

Technologies used Rendering Autodesk DWF Toolkit (C++ library) Custom DWF C++/CLI (Managed) wrapper C# WPF 3D rendering User interface Built using WPF XAML skin

sb Director

Network Applications & Systems Danny Miles and Andrew Novotak Lead UI Software and Design Engineers

sb Director UI Design Process

23

Who is IGT ?

We specialize in computerized gaming equipment, software, and systems worldwide. We are publicly traded on the NYSE since 1991 We have existed for 26 years as a US-based company with a global vision and offices in every legal gaming jurisdiction worldwide.

We have over 720 systems installed worldwide, helping to operate more than 400,000 gaming machines and tables.

(5 key traits) Humanistic, Omniscient , Beautiful , Innovative, Enjoyable Luxurious, Soothing, Sleek, Energetic, Warm & Elegant Casino Floor dynamic changes and Analytics Re-Styled Grid, Listbox and Slider CVS Filtering and Data Templates 2D and 3D Visuals (Minimap, Report Flip and EGM Detail Info)

24

International Gaming Technologies sb Director

Danny Miles and Andrew Novotak, IGT Lead UI Software and Design Engineers

25

sb Director UI Summary

Development March ‘07 through May ‘07 for CAB/WPF Infrastructure June ‘07 through November ‘07 for UI Visuals and User Interaction Team size was 6 to 8 members (up to 4 came from

InterKnowlogy

) Over 40 User Controls and Custom Controls combined Over 35 unique Animations 328,000+ lines of code 77,000+ lines of XAML 251,000+ lines of C# Nearly 25% of code is XAML Tools Used (VS 2005 & 2008, Blend, Design, Illustrator, Photoshop) Other technologies used: WCF, WF and ClickOnce

WPF FAQ

1.

2.

3.

4.

Does WPF enable me to do something I couldn’t have done before?

No. Unless you factor in time & money… Is DirectX dead?

No. It is more applicable to advanced 3D developers writing hard-core “twitch” games.

Are Winforms dead?

No. …but it will not be advanced; the last version was 2.0 in .NET 2005.

WPF / Winforms Bastardization Windows 98 Supports WinForms Does WPF run better on Vista than on XP?

Yes.

3D objects only get anti-aliasing on Windows Vista or Later Non-rectangular windows only get hardware acceleration on Vista. Vista has a driver model that helps with resource contention

Lightweight WPF runtime Interactive experiences for devices, PC, & Mac platforms (and others…) Strict subset of Windows Presentation Foundation Lightweight download Programming model uses XAML + JScript Access to WPF tooling WPF-based Tools

28

Silverlight – InterKnowlogy Demos:

iZoofari: The San Diego Zoo Photo Stakr – Wish 43 Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

29

Silverlight –

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP

30 •

Paradigm shifting software for visual decision making

Software that bridges the gap between design, engineering, and marketing

Deliver easy to use, compelling visualization solutions for everyone For more information contact: Ken Preslo Vice President of Strategic Alliances 310-701-7442

WPF will be a first class Silverlight host Web + Desktop Scenarios: Silverlight as cross-platform content viewer for WPF Application Silverlight as scaled down WPF application WPF as offline Silverlight Companion application with light up on desktop Single source control for both web and desktop Same tools, designers, code, markup, … XBAP for richer browser-hosted applications

32

Where to go next

Windows Presentation Foundation Unleashed (WPF) by Adam Nathan , Daniel Lehenbauer Essential Windows Presentation Foundation (WPF) by Chris Anderson

33

Where to go…in a few months

Windows Presentation Foundation A Scenario-Based Approach by Billy Hollis “Early April…I hope…” B. Hollis, 12/7/07 “October…” B. Hollis, 6/3/08

Tim Huckaby, InterKnowlogy More info on InterKnowlogy: www.InterKnowlogy.com

Contact me: Tim Huckaby E-mail : [email protected]

or [email protected]

Phone: 760-444-8640 Blog : http://blogs.InterKnowlogy.com/TimHuckaby About Tim Huckaby CEO, InterKnowlogy Microsoft ® Regional Director – Southern California Microsoft ® .NET Partner Advisory Council Founder / Member Microsoft ® MVP - .NET

Microsoft ® Surface Partner Advisory Council INETA Speaker – International .NET Users Group Association Windows and .NET Magazine Advisory Board Member .NET Developers Journal Magazine Advisory Board Member Author / Speaker

35

Free professional edition of Xceed’s Datagrid for WPF v. 2.0

The first 100 people who register by Emailing: [email protected]

. We need the following information to register them First / Last Name Phone Number Corporate Email Address (Gmail, Hotmail etc. Cannot be used) Mailing address Company Name (Optional)

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP [email protected]

39

Video Title

40

Customer Title

Name Title Company

41

Demo Title

Name Title Company

42

Demo Title

Name Title Company

43

Partner Title

Name Title Company

44

Announcement Title

45

PowerPoint Template Subtitle color

Example of a slide with a subhead Set the slide title in “title case” Set subheads in “sentence case” Generally set subhead to 36pt or smaller so it will fit on a single line The subhead color is defined for this template but must be selected; In PowerPoint 2007, it is the fourth font color from the left

46

PowerPoint Guidelines

Font, size, and color for text have been formatted for you in the Slide Master Use the color palette shown below See next slide for additional guidelines Hyperlink color: www.microsoft.com

Sample Fill Sample Fill Sample Fill Sample Fill Sample Fill Sample Fill Sample Fill Sample Fill Sample Fill Sample Fill

47

Slide for Showing Software Code

Use this layout to show software code The font is Consolas, a monospace font The slide doesn’t use bullets but levels can be indented using the “Increase List Level” icon on the Home menu To use straight quotes " instead of smart quotes ”, do this: 1.Click on the Office Button in the upper left corner 2.At the bottom of the menu, choose PowerPoint Options 3.From the left pane, select Proofing 4.Click on the AutoCorrect Options button 5.Select the AutoFormat As You Type tab, and deselect “Straight quotes” with “smart quotes”. Then Click OK.

48

Table Format

Column 2 Table Title Column 3 Column 4 Column 1 Column 5

49

Bar Chart Example

Название диаграммы

Series 1 Series 2 Series 3 4,4 4,3 2,4 2 2,5 2 3,5 1,8 3 4,5 5 2,8 Category 1 Category 2 Category 3 Category 4

50

Pie Chart Example

10% 9%

Chart Title

23% 58% 1st Qtr

51

Resources for Developers

www.microsoft.com/teched Tech·Talks Tech·Ed Bloggers Live Simulcasts Virtual Labs http://microsoft.com/msdn Developer’s Kit, Licenses, and MORE!

Related Content

Hands-on Labs (session codes and titles) Interactive Theater Sessions (session codes and titles) Hands-on Labs (session codes and titles) Hands-on Labs (session codes and titles)

Track Resources

Resource 1 Resource 2 Resource 3 Resource 4

1 Year

Subscription!

Complete an evaluation on CommNet and enter to win!

57 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.