I wrote this blog article for Xylos. Don’t hesitate to ask any questions.You can always contact me via the contact form or contact Xylos directly.
MoreI came across this scenario when one of my customers asked for this. Which I think might be useful for others as well. It’s weird to me that this is not integrated
MoreMicrosoft.SharePoint.SPQueryThrottledException: The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator. Every SharePoint dev faced this issue at least once or multiple times. It’s a well-known
MoreIn some use cases I found the requirement to convert Word files to PDF’s. Think of Word documents that should be archived after a certain period of time. I’m sure you can
MoreCreate an Azure AD app to authenticate the GraphServiceClient Install Microsoft.Graph.Beta NuGet Create the GraphServiceClient with app-only authentication Modify the tenant settings using the Microsoft.Graph.Beta This might come in handy if you
MoreSetup an Azure AD protected Web API Test your Azure AD protected Web API Debug your Azure AD protected Web API While there are already a few blogs out there that are
MoreAfter a colleague from the Dynamics 365 team ran into some issues when willing to authenticate against SharePoint. I decided to write him a tutorial as my first blog post. This blog
More