Good Resources for Developing Windows Store and Office Store Apps (HTML + JavaScript)

 

After speaking with several developers and partners around the world, I decided to blog this instead of sending emails to all of them every time. Please let me know if I am missing a critical resource.

image image

Since Office has adopted the new HTML + JS model for developing Office Apps, there has been a lot of demand in learning this model and understanding how it fits in the traditional model. The Office Store App model is designed for portability of your apps across multiple kinds of OS. The same app will run wherever Office runs. My personal favorite is the Outlook Contextual App because it enables new scenarios and ways of reaching to your end-user.

When it comes to Windows, HTML + JS is a boon. I have seen a D3.js visualization working in a native Windows Store App like a charm in no time.

Enjoy!

Microsoft Virtual Academy

 

Developing Universal Windows Apps with HTML and JavaScript Jump Start

https://www.microsoftvirtualacademy.com/training-courses/developing-universal-windows-apps-with-html-and-javascript-jump-start

Windows 8.1 UX Design Jump Start

https://www.microsoftvirtualacademy.com/training-courses/windows-8-1-ux-design-jump-start

Windows Store Apps with HTML5 Refresh Jump Start

https://www.microsoftvirtualacademy.com/training-courses/windows-store-apps-with-html5-refresh-jump-start

Advanced Windows Store App Development with HTML5 Jump Start

https://www.microsoftvirtualacademy.com/training-courses/advanced-windows-store-app-development-with-html5

Cross-Platform Development with Visual Studio

https://www.microsoftvirtualacademy.com/training-courses/cross-platform-development-with-visual-studio

Samples

Universal App Samples (In C++, C#, and JavaScript)

https://code.msdn.microsoft.com/Universal-Windows-app-cb3248c3

Free Book (a little dated but the concepts are still valuable)

https://blogs.msdn.com/b/microsoft_press/archive/2012/08/20/free-ebook-programming-windows-8-apps-with-html-css-and-javascript-second-preview.aspx

Office 365 Apps

Deep Dive: Integrate Office 365 APIs in Your Mobile Device Apps

https://www.microsoftvirtualacademy.com/training-courses/deep-dive-integrate-office-365-apis-in-your-mobile-device-apps

Introduction to Office 365 Development

https://www.microsoftvirtualacademy.com/training-courses/introduction-to-office-365-development

Finally, there are two sites that cover these topics in detail including design and development guidance.

https://dev.windows.com

https://dev.office.com

Have fun developing!

Tejaswi