Microsoft 365 development
Quick tip: download user or group profile picture using Microsoft Graph JS SDK
When building your application on Microsoft 365 you might need to download the profile picture of a user or group. Here is how to do it using the Microsoft Graph SDK.
250 million reasons to build applications on Microsoft 365
You might have heard of Microsoft Teams, Outlook or SharePoint. But did you know that next to being some of the most popular applications from Microsoft, they are a part of a highly extensible development platform with a rich partner ecosystem?
Configure your Azure AD application with Integration assistant
When building Microsoft 365 applications, you need to correctly configure your Azure AD app registration to connect to Microsoft 365. The Integration assistant helps you to do it as quickly as possible.
The easiest way to store user settings of your Microsoft 365 app
When building a Microsoft 365 app, you might want to store user settings. Here's the easiest way to do it.
'Manifest not found for component id' error when loading Teams Tab built with SharePoint Framework
So you've built a web part using SharePoint Framework and want to expose it in Teams as a tab or a personal app. Unfortunately, all you see is an error. What's wrong?