Streaming Massive Data with IAsyncEnumerable in C#
Streaming Massive Data in C# Web Applications If you’ve ever worked with large datasets, you’ll be well aware of the challenges when serving that content to front-end clients. Large datasets…
C# .NET Software Engineer
Streaming Massive Data in C# Web Applications If you’ve ever worked with large datasets, you’ll be well aware of the challenges when serving that content to front-end clients. Large datasets…
Troubleshooting Azure App Services Working with Azure App Services is great, but the usual tell-tale signs that something’s not working as expected – like your fans blowing at full speed…
Introduction In this post, I’ll walk you through how to recreate the Unicorn yellow banner in Sitecore using Content Serialisation (SCS) and some custom C#. Background: Migrating to SCS from…
Track UTM Parameters in Sitecore Forms Are you using Sitecore and need to capture UTM parameters like utm_source and utm_campaign for analytics? In this post, I’ll walk through a clean,…
Introducing the HashSet in C# If you’re working with large datasets or need lightning-fast lookups, HashSet in C# might just be your secret weapon. Unlike traditional collections, HashSet offers some…
Safely Test Local Email Sending When developing code locally and plugging in email-sending capability, it’s really important that we isolate our environments from the outside world so that we don’t…
Introduction — Expired Sitecore SSL Certificates At some point, the self-signed out-of-the-box Sitecore Install Framework (SIF)-generated SSL certificates will expire. If you’re working in a local development environment, this guide…