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
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 ReadingSo you’re building an app that needs charts, and you want to use a well-supported chart library like Chart.js, but you’re building your app using Blazor. How do you avoid having to do lots of Javascript interop?
Continue ReadingThere’s a simple way to answer this question, and it all comes down to readability.
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 Reading.NET News Incoming! Microsoft Build is nearly upon us, but before that, we talk about how JetBrains used dotMemory (their memory profiler for .NET) on …
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 Reading