development
Three things that are not super obvious when working with the new Office 365 Unified API and mail
Office 365 offers a rich API for interacting with Mail. Unfortunately it doesn't always work as you would expect. Here are three things that you have to know before you get started.
Two things that are not super obvious when working with the new Office 365 Groups API
With the new Groups API we can extend the capabilities of Office 365 Groups to facilitate collaboration even further. And while getting started with the API is easy, there are two things that aren't obvious right from the start.
Connecting Office Add-ins created using the Yeoman Office Generator to Office 365
The Yeoman Office Generator simplifies building Office Add-ins outside of Visual Studio. Here is how to take the generated add-in to the next step and connect it to Office 365.
Inconvenient Internet Explorer security zones and Azure AD web applications
When building Azure AD web applications you have to ensure that they are in the same security zone as other Office 365 resources.
Inconvenient ADAL JS Angular with simultaneous CORS requests continued
Recently I wrote about the issue with issuing multiple CORS requests using the ADAL JS library. It turns out that there is even more to it.