This is a new blog with a specific focus on Blazor, Microsoft's new web framework that allows you to use C# in the browser in place of JavaScript (although it's much more than just that).
I decided to start a new blog as this is a new technology and I'd got a domain specifically for it. I'll be blogging about the experience of building real-world business applications using Blazor.
The Blazor blog is my new blog covering specifically Blazor related issues as I develop applications in this new technology from Microsoft.
Wednesday 2 October 2019
Subscribe to:
Post Comments (Atom)
5 - Adding Blazor
So in the previous step 4, we had upgraded our application to ASP.NET Core 3.1, but we still had no actual Blazor anywhere in the system. Ho...
-
Blazor updates the UI using a diffing algorith in the same way as other SPAs like Angular, React and Vue. This means that it does not re-r...
-
Nuget Packages The second big issue with moving to .NET Standard is that any Nuget packages you consume need to have a .NET Standard suppo...
-
I've started to create a set of useful Blazor component snippets I've been using on an application I've been developing. These s...
No comments:
Post a Comment