Jeppe Spanggaard
@jeppe-spanggaard.dk
π€ 24
π₯ 31
π 8
Microsoft 365 Developer @ Evobis ApS β’ π©π°
https://jeppe-spanggaard.dk
Ever wonder what happens when a backend error hits your SharePoint solution? Hereβs how I use try/catch together with ExceptionHandlingScope so errors donβt bring things down β instead, theyβre managed cleanly and users stay unaffected. π
jeppe-spanggaard.dk/blogs/sharep...
#SharePoint
#CSOM
loading . . .
SharePoint's Server-Side Try-Catch: ExceptionHandlingScope
Discover how SharePoint's ExceptionHandlingScope can optimize your API calls, reduce costs, and enhance performance with server-side exception handling.
https://jeppe-spanggaard.dk/blogs/sharepoint-server-side-try-catch-exceptionhandlingscope/
about 1 month ago
0
0
0
Ever clicked βSaveβ a dozen times and triggered dozens of webhook events? Hereβs how I debounce SharePoint webhooks β collapsing bursts into meaningful batches, filtering out noise, and only processing what truly matters. π
jeppe-spanggaard.dk/blogs/optimi...
#SharePoint
#Webhooks
#CSharp
loading . . .
Optimize SharePoint Webhooks: Debouncing User Actions
Learn how to effectively debounce SharePoint webhooks to optimize performance and reduce unnecessary operations when users frequently click save.
https://jeppe-spanggaard.dk/blogs/optimize-sharepoint-webhooks-debouncing-user-actions/
about 1 month ago
0
0
0
Using Graph batch is greatβuntil a few calls fail and you end up retrying blindly. This is how I build smart retry into Graph batches: detecting failures, retrying just what needs retry, and keeping things stable. π
jeppe-spanggaard.dk/blogs/graph-...
#MicrosoftGraph
#CSharp
#GraphAPI
#Resilience
loading . . .
Stop Retrying Everything: Smart Graph Batch Retry Logic
Learn smart retry logic for Microsoft Graph batching to optimize API calls, reduce throttling, and enhance user experience.
https://jeppe-spanggaard.dk/blogs/graph-batch-smart-retry/
2 months ago
0
0
0
Batching multiple file downloads with Microsoft Graph? Itβs way too easy to lose track of which byte stream belongs to which file. π¬ I wrote up a friendly walkthrough of request-ID mapping so each response reliably connects to its source. Read the post:
jeppe-spanggaard.dk/blogs/graph-...
loading . . .
Graph Batching for File Content: Mapping Requests to Responses
How to handle Graph batching when downloading file content and mapping responses back to original requests
https://jeppe-spanggaard.dk/blogs/graph-batching-file-content-mapping/
2 months ago
0
0
0
Behind the scenes of how I optimize CSOM to get SharePoint apps running more smoothly. One small change β batching into a single ExecuteQueryAsync() β can cut down dozens of round-trips and make apps feel faster. π
jeppe-spanggaard.dk/blogs/csom-p...
#SharePoint
#CSOM
#CSharp
loading . . .
CSOM Performance Optimization: Why You Should Batch Your SharePoint Operations
Learn how to dramatically improve CSOM performance by batching operations instead of executing them one by one
https://jeppe-spanggaard.dk/blogs/csom-performance-optimization-chunking/
3 months ago
0
0
0
π New blog post: This is how I use DevProxy to spot RU-hungry CRUD ops in Microsoft Graph & SharePoint before they throttle me in prod. π
jeppe-spanggaard.dk/blogs/devpro...
#CSharp
#MicrosoftGraph
#SharePoint
#DevProxy
#API
loading . . .
DevProxy: How to Test API Rate Limiting and Throttling in C# Development
Discover how to simulate Microsoft Graph and SharePoint throttling locally using DevProxy, and prevent production slowdowns before they happen.
https://jeppe-spanggaard.dk/blogs/devproxy-throttling-testing/
3 months ago
0
0
0
Ever wish SharePoint had SQL-style joins? π§ I just dropped a blog on using CSOM + CAML to stitch together multiple lists via lookup fields π Itβs cleaner than you'd think π Read it here π
jeppe-spanggaard.dk/blogs/joinin...
loading . . .
Efficient Multi-List Queries in CSOM: Using CAML Joins with CAMLEX
Learn how to efficiently query multiple SharePoint lists using CAML joins instead of multiple API calls to avoid throttling
https://jeppe-spanggaard.dk/blogs/joining-multiple-lists-csom-caml/
4 months ago
0
1
1
π New Blog Post: "Export files as zip from SharePoint" Struggling to download multiple files from SharePoint as a ZIP via code? I share how I solved this with C#, Microsoft Graph API, and efficient memory handling! Read more:
jeppe-spanggaard.dk/blogs/downlo...
loading . . .
Export files as zip from SharePoint
Download files from SharePoint as a zip, as is possible through the UI
https://jeppe-spanggaard.dk/blogs/download-multiple-files-from-sharepoint/
12 months ago
0
9
2
you reached the end!!
feeds!
log in