Master SQL to Excel Data Export: Entity Framework & ClosedXML | ASP.NET Blazor Tutorial
Join me in this advanced Blazor tutorial where we dive into the seamless process of exporting SQL data to an Excel spreadsheet. Learn how to …
Continue ReadingSoftware Engineer | Tech Content Creator
Browsing Category
Join me in this advanced Blazor tutorial where we dive into the seamless process of exporting SQL data to an Excel spreadsheet. Learn how to …
Continue ReadingRestSharp is a great .NET library that simplifies the implementation of an HTTP client in C#, with built-in authentication and serialization. In this tutorial, we’re …
Continue ReadingAsynchronous programming at its most basic level is a way of executing a potentially long running task but doing so in a way that doesn’t …
Continue ReadingConsole applications are great. They’re convenient little workers that don’t need fancy GUIs and complex APIs. They just get on with the tasks you lay …
Continue ReadingDebt. Urgh, it’s everywhere, and it’s not just lingering in our bank accounts, it’s in our code too. Unlike it’s monetary counterpart, tech debt doesn’t have to be soul-destroying. Let’s talk about technical debt; what it is, how we can track it, and ultimately, how we can pay it off.
Continue ReadingStreamReader is a really powerful aspect of C# and .NET in general and can be used to read data in many different layouts, one being …
Continue ReadingLet’s take a look a Structs – the way to get a ‘class-like’ object with the benefits of stack memory allocation. This is a key …
Continue ReadingWhy write code that spans 8 lines when it can fit on one? I made a video about shortening your IF ELSE statements in C# …
Continue ReadingSendGrid is offering a robust event webhook in the form of Inbound Email Parse, an API feature that allows you to receive emails for a …
Continue ReadingTCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re online. Sometimes, it becomes necessary …
Continue Reading