Pinned Repositories
Excel-Add-in-JavaScript-PersistCustomSettings
[ARCHIVED] This sample demonstrates how to save custom settings in an Excel Add-in. The add-in stores data as key/value pairs, using the JavaScript API for Office property bag, browser cookies, web storage (localStorage and sessionStorage), or by storing the data in a hidden div in the document.
hands-on-labs
This repo represents the content for the Coding Challenges, typically used for Microsoft Developer Events (i.e. //build)
O365-WebApp-OAuthController
[ARCHIVED] Add the ability to call Office 365 APIs in an existing web app with its own way of signing in users.
O365-WebApp-SingleTenant
[ARCHIVED] This sample shows how to build a single tenant MVC web application that uses Azure AD for sign-in using the OpenID Connect protocol, and then calls a Office 365 API under the signed-in user's identity using tokens obtained via OAuth 2.0. This sample uses the OpenID Connect ASP.Net OWIN middleware and ADAL .Net.
Office-Add-in-Auth0
[ARCHIVED] The Auth0 service simplifies the process of using social login provided by online services such as Facebook, Google, and Microsoft. This sample shows how to use Auth0 in an Office add-in.
Office-Add-in-Fabric-UI-Sample
[ARCHIVED]
Office-Add-in-JavaScript-FileDownload
[ARCHIVED] Learn how to download files in an Office Add-in.
Office-Add-in-JavaScript-WebApiService
[ARCHIVED] Shows how to create and query an ASP.NET Web API service from an Office Add-in.
Office-Add-in-TranslateASPNET
The sample translates the currently selected text in a Word or Excel file into the specified language using the Microsoft Translator service
Office-Add-in-UX-Design-Patterns-Code
[ARCHIVED] Implementations in HTML and CSS of the design patterns in the repo Office-Add-in-UX-Design-Patterns
chengthao's Repositories
chengthao/O365-WebApp-SingleTenant
[ARCHIVED] This sample shows how to build a single tenant MVC web application that uses Azure AD for sign-in using the OpenID Connect protocol, and then calls a Office 365 API under the signed-in user's identity using tokens obtained via OAuth 2.0. This sample uses the OpenID Connect ASP.Net OWIN middleware and ADAL .Net.
chengthao/hands-on-labs
This repo represents the content for the Coding Challenges, typically used for Microsoft Developer Events (i.e. //build)
chengthao/samples