All Stories

Appinv and Appregnew missing in SharePoint online

In SharePoint online the trusted appregnew.aspx and appinv.aspx has been disabled. The reenable them again you can just run below powershell script.

.Net core for SharePoint onprem

If you are still writing code for SharePoint onprem you have a few options to call SharePoint. Microsoft have provided the CSOM-libraries on top of .Net 4.8. The excellent SharePoint...

Resource-specific for you Teams app

As a Teams app developer, you may need to access various resources within a user’s Teams environment, such as messages, files, or channels. However, you need to ensure that users...

Keeping odata.nextLink property in a c# class

The SharePoint REST API produces properties with a dot (.) in their names. That caused me some troubles when I wanted to deserialize it to a C# class since I...

Installing windows-build-tools to allow Python builds.

If you are a developer working on a Windows machine, you may have encountered issues when building native Node.js modules. This is because some Node.js modules require compilation of native...

Getting 401 when restoring from custom NuGet-feed

We have had a custom NuGet-feed in AzureDevops for a long time. Everytime we switch to a newer developer machine we need to restore access to the custom feed. The...