Developing for Windows 8/WinRT Session 6 Share Contract Kevin Stumpf.

Slides:



Advertisements
Similar presentations
Developing for Windows 8/WinRT Session 7 Kevin Stumpf Live Tiles and Background Tasks.
Advertisements

Class Scope class Student { private: string id; string firstName, lastName; float gpa; public: void Read() { cin >> id >> firstName >> lastName >> gpa;
Developing for Windows 8/WinRT Session 4 Fundamentals Kevin Stumpf.
Chair of Software Engineering 1 Introduction to Programming Bertrand Meyer Exercise Session 1 22 September 2009.
Презентація за розділом “Гумористичні твори”
Центр атестації педагогічних працівників 2014
Галактики і квазари.
Характеристика ІНДІЇ.
Процюк Н.В. вчитель початкових класів Боярської ЗОШ І – ІІІ ст №4
TODAY IN ALGEBRA…  Learning Target: 8.3 You will use properties of exponents involving zero and negative exponents  Exit Task  HW#2 Due Today  Mid.
Today – Friday, February 1, 2013  Collect Simplified Radical Form WS#3  Review: 6.2 Using properties of proportions to solve proportion problems  Practice:
Parent Session #1 Thursday, March 5th, Parent Session #1 Thursday, March 5, 2015.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep Advanced Windows 8 Apps Using JavaScript Jeremy Foster Microsoft Developer Evangelist.
TODAY IN ALGEBRA…  Warm up: Find products of special polynomials  Learning Target: 9.4 You will solve polynomial equations in factored form  Independent.
TODAY IN GEOMETRY…  Additional “yellow notes” – half sheet  Learning Target : 10.7 You will write equations of circles in the coordinate plane.  Independent.
GPPC Connections 2011 | November 6-8 | Las Vegas, NV Dynamics GP12 Web Client Today and in the Future Kevin Racer, Sr. Program Manager.
Object Oriented Programming CEN 221. Course Description Classes, objects, inheritance, polymorphism, graphical user interfaces, event handling, exception.
Understanding SSIS Control Flows Bret Stateham Training Manager Vortex Learning Solutions blogs.netconnex.com.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M5: Data, Files, and Encryption Michael Palermo Microsoft Technical Evangelist Jeremy.
Extending SQL Server Integration Services Bret Stateham Training Manager Vortex Learning Solutions blogs.netconnex.com.
Copyright ©2013 Pearson Education, Inc. publishing as Prentice Hall 1 BUS 411 DAY 27.
Language Arts 9 Media and Advertising LA9U4L1+2. Agenda for the Day Questions about the lessons this week (1+2) Group project…How to market a super star!
Publicity to Profits Group Coaching Session Session 9 Review of Homework Assignments Distribute Press Releases.
Духовні символи Голосіївського району
TODAY IN GEOMETRY…  Review: Properties of Tangents  Learning Target : 10.2 You will use angle measures to find arc measures.  Independent practice.
CPSC 871 John D. McGregor Module 8 Session 3 Assignment.
VB.NET 2008 Introduction to Variables Part 1. Overview.NET Languages –Source Code –Compiler –MSIL –CLR & Windows Variables –Data Types –Converting.
Warm Up Solve, showing all steps. 1. n + 9 = x = – z = n = 8 x = 7 z = 16 Course Solving Two-Step Equations = 9 y = 72 y8y8.
Developing for Windows 8/WinRT Session 10 Kevin Stumpf Introduction to Interknowlogy’s WinRT MVVM Framework.
Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.
Nursing homework help BEST ASSIGNMENT.
Ma Communicating Mathematics
Leveraging your existing code base for Windows 8
ASSIGNMENT NO.-2.

Factoring is the reverse of what process?
Проф. д-р Васил Цанов, Институт за икономически изследвания при БАН
ЗУТ ПРОЕКТ на Закон за изменение и допълнение на ЗУТ
О Б Щ И Н А С И Л И С Т Р А П р о е к т Б ю д ж е т г.
Електронни услуги на НАП
Боряна Георгиева – директор на
РАЙОНЕН СЪД - БУРГАС РАБОТНА СРЕЩА СЪС СЪДЕБНИТЕ ЗАСЕДАТЕЛИ ПРИ РАЙОНЕН СЪД – БУРГАС 21 ОКТОМВРИ 2016 г.
Сътрудничество между полицията и другите специалисти в България
Съобщение Ръководството на НУ “Христо Ботев“ – гр. Елин Пелин
НАЦИОНАЛНА АГЕНЦИЯ ЗА ПРИХОДИТЕ
ДОБРОВОЛЕН РЕЗЕРВ НА ВЪОРЪЖЕНИТЕ СИЛИ НА РЕПУБЛИКА БЪЛГАРИЯ
Съвременни софтуерни решения
ПО ПЧЕЛАРСТВО ЗА ТРИГОДИШНИЯ
от проучване на общественото мнение,
Васил Големански Ноември, 2006
Програма за развитие на селските райони
ОПЕРАТИВНА ПРОГРАМА “АДМИНИСТРАТИВЕН КАПАЦИТЕТ”
БАЛИСТИКА НА ТЯЛО ПРИ СВОБОДНО ПАДАНЕ В ЗЕМНАТА АТМОСФЕРА
МЕДИЦИНСКИ УНИВЕРСИТЕТ – ПЛЕВЕН
Стратегия за развитие на клъстера 2015
Моето наследствено призвание
Правна кантора “Джингов, Гугински, Кючуков & Величков”
Безопасност на движението
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Compression Planning® Compression Planning®
Effective Sales Planning
Windows басқару элементтері
ELA, 3/9/18.
M3: Printing and PlayTo Jeremy Foster Michael Palermo
Қош келдіңіздер!.
Firstname Lastname FISU Place and date
Информатика пән мұғалімі : Аитова Карима.
03 | Branding & Monetization
Agenda for Unit 8: Defining Arrays in Game Programs
Ch07 生命週期(Life Cycle).
Presentation transcript:

Developing for Windows 8/WinRT Session 6 Share Contract Kevin Stumpf

Agenda Data Sharing in ancient days Data Sharing today Development Session Q&A + Homework Assignment

Data Sharing in ancient days App

Data Sharing today App Windows 8 Your App

Homework Assignment Develop a Share Source that shares instances of a custom class to your own Share Target The custom class could represent a person and carry properties such as FirstName and LastName Leverage the Framework classes DataContractSerializer, MemoryStream and Encoding, to transform your.NET object into a byte array (Serializer -> MemoryStream), encode the byte array as a string (MemoryStream -> Encoding) and finally send the string over to your Share Target, which executes the same process in reverse.

Meet me March 18 th for our 7 th session! Live Tiles and Background Tasks