π‘ Making your SharePoint solutions more resilient.
I show how using server-side try/catch ExceptionHandlingScope helps catch and recover from errors rather than letting them silently break things.
πjeppe-spanggaard.dk/blogs/shβ¦#SharePoint#CSOM#ErrorHandling
Smoothing webhook chaos: I debounce SharePoint notifications so bursts of user actions donβt flood my backend.
Learn how I process only meaningful events.
π jeppe-spanggaard.dk/blogs/opβ¦#SharePoint#Webhooks
Behind the scenes of how I make Graph batching more resilient with smart retry logic.
When some batch requests fail, naive retrying can hurt more than help. I share a pattern that retries selectively & keeps reliability high.
π jeppe-spanggaard.dk/blogs/grβ¦
Stop guessing which bytes belong to which file in Graph batch downloads.
Use request-ID mapping to tie every response to the right item (even with redirects/retries). Faster pipelines, fewer bugs.
Read: jeppe-spanggaard.dk/blogs/grβ¦#MicrosoftGraph#GraphAPI#M365Dev
Behind the scenes of how I optimize CSOM to get SharePoint apps running more smoothly.
Batching calls into one ExecuteQueryAsync() reduces round-trips & makes apps feel faster.
π jeppe-spanggaard.dk/blogs/csβ¦#SharePoint#CSOM#CSharp
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/joβ¦
π 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/doβ¦
π Blogged π
Logging π - that one thing we all hate doing, and always hate when we haven't done π
Wouldn't it be great if the tools could help you do it better? π
Wy not make sure you PnP Framework solutions at least log what they're doing? π
blog.dan-toft.dk/2024/04/pnpβ¦
Excited to share my latest blog post on audience targeting in SPFx! π
Discover how a sleek wrapper component can tailor content visibility, enhancing SharePoint's user experience. π οΈπ‘
Hope you like it ππ
jeppe-spanggaard.dk/blogs/roβ¦
Have logging ever irritated you, while creating a c# Rest Api? π
If yes, then read my blog post about my take on an easy and straightforward solution.
jeppe-spanggaard.dk/blogs/loβ¦
It has been quiet on my side because there has just been a wedding (my own) and a series of other personal things that took up all my time.
BUT! Now I've simply made another post, this time about my take on triggers in SQLπ
Hope you'll take a lookβ€οΈ
jeppe-spanggaard.dk/blogs/trβ¦