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)
FAQ - Why isn't my component updating when I call <code>StateHasChanged</code> ?
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...

-
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...
-
Blazor This blog assumes that you've already looked at Blazor . There are lots of videos and demos out there which cover what Blazor i...
No comments:
Post a Comment