05 | Advanced Contracts Pt 1

Slides:



Advertisements
Similar presentations
Building RADNUG8 – the windows 8 app Part 1 Matt
Advertisements

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Ondrej Stastny Microsoft Premier Field Engineer Windows 8.1 Äpipäev.
Microsoft Ignite /16/2017 4:10 PM
2-94 Developing apps and devices that print in Windows 10 and Windows 10 Mobile Justin Hutchings Senior Program Manager Operating Systems Group.
It’s always better live. MSDN Events Developing ASP.NET AJAX Controls with Silverlight.
Gaming Engines for Windows 8 M5: Unity Adam Tuliper Microsoft Technical Evangelist Michael Palermo Microsoft Technical Evangelist.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep Advanced Windows 8 Apps Using JavaScript Jeremy Foster Microsoft Developer Evangelist.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
2 A First Look at Windows Presentation Foundation Everywhere ("WPF/E") Joe Stegman Lead Program Manager Microsoft Corporation.
Integrate your game with Windows platform Vladimir Kolesnikov Technical Evangelist
Web hosting in app Creating a Windows Store app with web assets.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M5: Data, Files, and Encryption Michael Palermo Microsoft Technical Evangelist Jeremy.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
08 | Advanced Features Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
9961 SILVER MAPLE RD, HIGHLANDS RANCH, CO (303) Advanced XAML for Win 8 Apps Daren May.
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.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
| Basel Visual Studio 2013 and Internet Explorer 11 Tips & Tricks For Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Advanced Windows Store App Development using C# Jump Start Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Microsoft’s Rich Web Technology XAML,WPF and WPF/E July, 2006 John Allwright.
SoCal GPUG Meeting – February Agenda Installation and Configuration Standard Features Standard vs. eConnect Adapters Alternatives Resources Integration.
Advanced Windows 8 App Development Using JavaScript Jump Start Exam Prep M2: Hardware and Sensors Michael Palermo Microsoft Technical Evangelist.
A deep dive into Azure AD B2C
OPEN XML Developer Workshop
XAML and Blend Unni Ravindranathan | Senior Program Manager Lead (Blend) Jerry Nixon | Developer Evangelist (Colorado)
Building Windows 8 App.
M5: Packaging and Deployment
Add fluid motion with Morph
Guidance for shopping apps
Melbourne Azure Meetup
MIX 09 6/5/2018 9:14 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Building Custom Workflows
WebView: Bringing the web to your app
Subtitle / Info 32pt, Segoe UI, max. 3 lines
What’s New in the Lync Client SDK 9/8/2018 8:15 AM
03 | Building Windows Store Apps with XAML Part 3
ASP.NET Web Forms Vs. ASP.NET MVC ASP.NET is Microsoft’s big leap after Active Server Pages (ASP), ASP.NET provides flexible and unified web development.
Saudi Telecom: Better Together
Using JavaScript to Build HTML5 Applications
M4: Animations, Custom Controls, and Globalization
Integrating with the Windows Device Experience
Microsoft Virtual Academy
Epic Quick Appointment Scheduling
Ribbon Reference Lesson 18.
Certifying graphics experiences on Windows 8
Introduction to jQuery
The lifetime of XAML text: from input to display through printing
Getting started with Windows Azure
Sascha P. Corti Developer Evangelist Microsoft Switzerland sascha
!'!!. = pt >pt > \ ___,..___,..
03 | UWA Design Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Microsoft Virtual Academy
Build /23/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
4/9/ | Contracts © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Visual Studio Tooling Developer’s Guide to Windows 10
M3: Printing and PlayTo Jeremy Foster Michael Palermo
07 | Media Jerry Nixon | Microsoft Developer Evangelist
Combining XAML and DirectX
02 | Responsive Design Jerry Nixon | Microsoft Developer Evangelist
03 | Branding & Monetization
04 | XAML in Blend 2013 Part 2 of 2 Unni Ravindranathan | Senior Program Manager Lead (Blend) Jerry Nixon | Developer Evangelist (Colorado)
The Future is Now with ASP.NET Core 3.0
02 | Building Windows Store Apps with XAML Part 2
02 | Responsive Design Daren May | President (CRANK211)
E/L/G Advanced Incident Command System For Complex Incidents, ICS 400
01 | Building Windows Store Apps with XAML Part 1
Presentation transcript:

05 | Advanced Contracts Pt 1 Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211

Agenda for the Day 05 | Advanced Contracts Pt 1. First Half Second Half 01 | Animations 05 | Advanced Contracts Pt 1. 02 | Responsive Design 06 | Advanced Contracts Pt 2. 03 | Branding 07 | Media 04 | Reusable Controls 08 | Advanced Features ** MEAL BREAK ** Visit xamlShow on CodePlex http://xaml.codeplex.com

Module Agenda Print Contract Settings Contract

Print Contract

Printing contract Basic API Considerations PrintManager PrintDocument DocumentSource PrintTask PrintTaskOptions You are using XAML HTML/CSS is another option You could use your existing UI Probably not the best choice You can create a dedicated printing UI You handle everything pagination preview rendering

Printing architecture Create (1) PrintDocument Get PrintManager (2) For current view Print (8) PrintTaskRequested (3) PrintManager GetPreviewPage (6) AddPages (7) Paginate (5) SetSource (4) PrintDocument

Printing

More printing resources A great resource for a more complex scenario: 31 Days of Windows 8 | Day #20: Printing http://www.jeffblankenburg.com/2012/11/20/31-days-of-windows-8- day-20-printing MSDN Printing Quickstart http://msdn.microsoft.com/en- us/library/windows/apps/hh465204.aspx

Settings Contract

Settings contract ApplicationSettings.SettingsPane CommandsRequested event ApplicationSettings.SettingsCommand Key Text Action Xaml.Controls.Primitives.Popup

http://aka.ms/w8settings

Settings helper

Module Review Print Contract Settings Contract