Presentation is loading. Please wait.

Presentation is loading. Please wait.

Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP Building Data Visualization Applications with the Windows Presentation Foundation and SilverLight...and.

Similar presentations


Presentation on theme: "Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP Building Data Visualization Applications with the Windows Presentation Foundation and SilverLight...and."— Presentation transcript:

1

2 Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP Building Data Visualization Applications with the Windows Presentation Foundation and SilverLight...and Surface

3 2 Abstract: This session is heavily demo-focused to accentuate how the power of the Windows Presentation Foundation (WPF) can be used to visualize data. WPF is the next-generation presentation sub-system for Windows. It provides developers and designers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. WPF uses vector-based graphics rendering, which results in better graphics and presentation for an application. WPF also has other features such as layout, styling, and data binding, which, when you mix with interactivity, enables scenarios such as interactive data visualization. When you put all this together, you have a unified API for various presentation components, such as 2D and 3D documents and declarative programming through XAML, which is a powerful platform for data visualization that can be used to really “light-up” your enterprise applications. Abstract

4 About… InterKnowlogy (www.InterKnowlogy.com) Tim Huckaby, CEO (TimHuck@InterKnowlogy.com) – Custom Application Development / Consulting / Software & Systems Engineering Firm headquartered in Carlsbad, CA – Design, Architect, Build and Deploy Enterprise Class Applications – Industry Experts: Most of the employees are published, MVPs, RD, Speakers, etc. Microsoft.NET Application development since 2000 Microsoft.NET Rich Client Pioneers / Industry Leaders Microsoft Touch Application Development Leaders (Surface / Windows 7 / Silverlight 3) Information Worker Solutions (VSTO & SharePoint) Integration / Messaging, B2B / B2C, Wireless / Mobility Leading Edge: Surface, WPF, Silverlight, Win7 touch, SharePoint, VSTO Cutting Edge Solutions on emerging Microsoft technologies Largest Client: Microsoft

5 Data Visualization: WPF & XAML…and Silverlight…and Surface 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 Rich Client Technology Roadmap Session Objectives And Agenda Demos, demos, demos!...

6 DEMO

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 3D with WPF Check out the method level support for Rotation This is why you should have paid attention in high school calculus..

9 My cheat-sheet: The inheritance model of how the 3d WPF Works…

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

11 DEMO

12 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 compiler to render The language that almost all WPF related tools emit

13 Sample XAML Runs in a WPF Application: Runs in the Browser:

14 DEMO

15

16 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 DEMO

18 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 DEMO

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

21 Audience Participation Time - WPF 1.Does WPF enable me to do something I couldn’t have done before? – No. Unless you factor in time & money… – And would like to do more with less… 2.Is DirectX dead? – No. It is more applicable to advanced 3D developers writing hard-core “twitch” games. 3.Are Winforms dead? – No. …but it will not be advanced; the last version was 2.0 in.NET 2005. – WPF / Winforms Integration is simple – Windows 98 Supports WinForms 4.Does WPF run better on Vista & Win 7 than on XP? – Yes. – 3D objects only get anti-aliasing on Windows Vista and later. – Non-rectangular windows only get hardware acceleration on Vista and later. – Vista & Windows 7 have driver models that help with resource contention. 5.Does Silverlight trump all this other WPF Stuff? – One would think so with all the marketing dollars that are being thrown at it…. – But, in Reality the answer is “No” and it makes solution architecture more important than ever.

22 WPF Vision Unified approach to UI, Documents, and Media – Integration as part of development and experience Integrated, vector-based composition engine – Utilizing the power of the PC throughout the graphics stack Declarative programming – Bringing designers directly into application development Ease of deployment – Allowing administrators to deploy and manage applications securely

23 Surface!

24 VIDEO

25 Vision Instead of a PC on every desk, now every desk becomes a computer.

26 History of Surface The first prototype is presented to Bill Gates A dedicated group is formed, and more than 85 prototypes are developed Microsoft Surface is unveiled to the world The concept of an interactive table is born The look and feel of Surface is finalized

27 Mission Change the way people interact with digital information by freeing consumers from the boundaries of today’s technology. Microsoft Confidential – Not for Distribution

28 VitruView InterKnowlogy’s VitruView is a Microsoft Surface 3D Application. It is based on a prototype we built for InterMountain Healthcare – one of the leaders in technology for the healthcare industry. It leverages 3D digital models from Zygote. Zygote is the world’s leader in 3D anatomical modeling and textures. You can see a video of the functionality of the application here: http://silverlight.interknowl ogy.com/Videos/VitruView /default.html

29 VIDEO

30 WPF will be a first class Silverlight host Web + Desktop Scenarios: – Silverlight as cross-platform, broad reach content viewer for WPF Applications – Silverlight as a “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

31 DEMO

32 Where to go next: http://WindowsClient.InterKnowlogy.com Windows Client Guidance Microsoft Platform Solution Architecture for the Application Developer by Tim Huckaby The “Anchor Document” to a ton of Rich Client Guidance

33 WPF: Where to go Next Free Resources WindowsClient.net - this is the official Microsoft community portal for WPF development, and is chock full of great resources WindowsClient.net Windows Client Development Samples, Guidance, FAQs and Blogs - Contains an aggregation of a ton of great stuff on the Windows Client Development platform. Windows Client Development Samples, Guidance, FAQs and Blogs Learn WPF page - this page links to podcasts, labs, and the very popular "how do I?" videos Learn WPF page MIX University's WPF Boot Camp - this is a full 3-day video training course on WPF, in which expert instructors guide you from the surface into the depths of the technology stack MIX University's WPF Boot Camp

34 Silverlight & Surface: Where to go Next Free Resources http://silverlight.net - this is the official Microsoft community portal for Silverlight development http://www.microsoft.com/surface - this is the official Microsoft community portal for Surface

35 Where to go Next: Books Windows Presentation Foundation Unleashed (WPF) by Adam Nathan, Daniel LehenbauerAdam NathanDaniel Lehenbauer Essential Windows Presentation Foundation (WPF) by Chris AndersonChris Anderson Silverlight In Action by Chad Campbell and John Stockton

36 Where to go…soon… 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 “It’s not going to be done in April.” B. Hollis, 2/24/09 “I took a.NET 4.0 dependency. Projected date now Jan 2010, because it can’t come out until VS2010 is released.” B. Hollis, 4/29/09

37 Where to go next : The InterKnowlogy WPF & Silverlight Reference Applications

38 Tim Huckaby, InterKnowlogy More info on InterKnowlogy: – www.InterKnowlogy.com Contact me: Tim Huckaby – E-mail : TimHuck@InterKnowlogy.com – Phone: 760-444-8640 – Blog : http://team.interknowlogy.com/blogs/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

39 InterKnowlogy – Who We Are Focused on Custom AppDev, Collaboration and Infrastructure Technologies Alpha / Beta Deployments Published Authors, Instructors, MS MVPs Client Service Delivery Focus HQ in Carlsbad, CA Worldwide Client Base

40 InterKnowlogy Technologies of Note Exchange / Active Directory Windows Server SMS System Center Performance Point MOSS 2007 InfoPath.Net 2.0 / 3.0 / 3.5 / 4.0 WPF & XAML WF & WCF Silverlight VSTS / TFS VSTO SQL BizTalk WPF, Silverlight, Surface, Windows 7 Touch

41 InterKnowlogy - What We Do Best Custom Application Development System Integration Collaboration / Portals Infrastructure Business Intelligence High Level Technical Consulting


Download ppt "Tim Huckaby CEO, InterKnowlogy Microsoft RD & MVP Building Data Visualization Applications with the Windows Presentation Foundation and SilverLight...and."

Similar presentations


Ads by Google