150 likes | 238 Views
Learn advanced techniques for implementing printing and PlayTo features on Windows apps using contracts, charms, and WNS. Explore various ways to notify users with Windows Push Notification Service and set up push services effortlessly with WAMS.
E N D
M3: Printing and PlayTo Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft Technical Evangelist
Module Agenda ˃ Implement printing by using contracts and charms Implement PlayTo by using contracts and charms Notify users by using Windows Push Notification Service (WNS)
Printing Invoked by charm Requested from app Control over options
demo Codeshow: Print
Module Agenda Implement printing by using contracts and charms Implement PlayTo by using contracts and charms Notify users by using Windows Push Notification Service (WNS) ˃
PlayTo Source Receiver
demo Msdn sample: Playto sender, playto receiver
Module Agenda Implement printing by using contracts and charms Implement PlayTo by using contracts and charms Notify users by using Windows Push Notification Service (WNS) ˃
There are other ways to trigger notification… In app Background task Third party push notification service Windows push notification service
Two ways to setup a push service The hard way… write your own service The easy way… use WAMS!
Anatomy of Push http://codefoster.com/anatomyofpush
demo Codeshow: wams push
Summary Implement printing by using contracts and charms Implement PlayTo by using contracts and charms Notify users by using Windows Push Notification Service (WNS)