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