← home 32 posts · 2023–2026 · rss

The Archive

Every post - war stories from .NET, Azure, Microsoft Graph and SharePoint projects.

Update list to use content type

Nov 10, 2024 · 3 min

Update list to use content type

We've all tried creating a SharePoint list without using Content Types from the start. It seems like the quick solution, but it can lead to challenges later when restructuring the list. This post explains why using Content Types from the beginning is a smart move that can save time and hassle in the long run.

#sharepoint

SPFx Audience targeting

Apr 9, 2024 · 3 min

SPFx Audience targeting

How to easy implement audience targeting for for one's components

#sharepoint

SQL save changes w. trigger

Feb 3, 2024 · 6 min

SQL save changes w. trigger

Easiest way to keep track of which changes have been made to an object, and likewise, who has carried out these changes.

#csharp