Challenge Overview
Project Overview
Client would like to build a VSTO (Visual Studio Tools for Office) Ribbon component for PowerPoint and Word. The ribbon component would be given to customers who would use the component to add data provided by client's data service into the Office document.
Competition Task Overview
This assembly challenge should create a VSTO Ribbon Component for following features:
- The component dist file can be installed to PowerPoint and Word.
- This component should open client's website in PowerPoint and Word (Website url and login crentials will be provided in forum).
- User should be able to login to client's website in the opened website.
- Fetch something from client's website.
- Insert the fetched data to PowerPoint and Word.
VSTO tutorial - http://jibinmathew.wordpress.com/2011/04/03/getting-started-with-vsto-programming/
This component should be developed by .NET 3.5 and test in Office 2010 and 2013.
Unit Testing
Unit Test is required but it's hard to write unit tests for VSTO components and no official solution provided by Microsoft.
So we need to put all services into dll library and only put minimum required code in VSTO.
You also need to test the component manually in PowerPoint and Word with client's website.
Final Submission Guidelines
- Source Code
- Deployment Guide