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 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 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 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 Reading