Study Notes for 70-484 – Share Charm

I’ve been working through the certification series for Windows Store applications and I’m currently studying for 70-484 (Essentials of Developing Windows Store Apps using C#). (see these previous articles on Security and Touch Interactions),  As with all new certifications, there isn’t a whole lot of study material much beyond poking around in Visual Studio and reading the documentation. I’ve included some directed links to MSDN articles that align with the Skills Measured by this exam. In this post, I’ll get you started on the Windows 8 Sharing contract. (Make some time for the last post. The Windows 8 Engineering team wrote a great article that walks through how and WHY you would enable sharing in a well thought-out scenario.)

  1. App contacts and extensions- https://msdn.microsoft.com/en-us/library/windows/apps/hh464906.aspx
  2. Sharing overview: https://www.jonathanantoine.com/2011/09/18/windows-8-the-sharing-contract/
  3. Sharing and receiving content: https://msdn.microsoft.com/en-us/library/windows/apps/hh758314.aspx
  4. Windows.ApplicationModel.DataTransfer Namespace: https://msdn.microsoft.com/en-us/library/windows/apps/br205967.aspx
  5. Guidelines and Checklists for Sharing - https://msdn.microsoft.com/en-us/library/windows/apps/hh465251.aspx
  6. QuickStart: Adding Search to an app - https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh868180(v=win.10).aspx
  7. Sharing Data - https://blogs.msdn.com/b/going_metro/archive/2012/05/02/integrating-with-windows-8-share-charm-part-1-sharing-data.aspx
  8. Sharing from your App - https://blogs.msdn.com/b/windowsappdev/archive/2012/12/12/sharing-from-your-app.aspx