Using MySQL Database for Blazor Server Web App
Today we will see how we can connect a blazor server web app to a MySQL database, both running on…
.NET, Blazor Server, C#, General, Linux
Running Blazor Server Web App on Linux and Apache
In this post we will see how to host and publish a blazor server web app on Ubuntu and apache….
Blazor Server – Basics Part 12 – Create a Native Blazor UI Toggle Button Component
In Part 11 I was showing how you can create a native Blazor UI Toggle Switch Component, now in this…
Blazor Server – Basics Part 11 – Create a Native Blazor UI Toggle Switch Component
As already mentioned in Part 10 about data binding and accessing a MS SQL Server database, in this part we…
Blazor Server – Basics Part 7 – C# Events, Delegates and the EventCallback Class
As mentioned at the end of Part 6, in this post I want to show how you can use in…
Blazor Server – Basics Part 2
As mentioned in Part 1, in this post I will show how to create a new blazor server web app…
Blazor Server – Basics Part 1
Nearly one year ago, at the end of 2021 I was starting my first Blazor Server project, a new version…
.NET, Blazor Server, brief, C#, General