DEV Community

Chris Noring for .NET

Posted on

Learn how to build and work with Blazor apps using .NET Core, C# and JavaScript

Learn how to developer Blazor applications with these two articles

Build your first Blazor app
This teaches how to scaffold a Blazor and how to create components, routing, HTTP and more

Use JavaScript interop in Blazor
How to work with JavaScript in Blazor. This teaches how to call JavaScript from the Blazor app but how to also use libraries from the NPM ecosystem.

Top comments (2)

Collapse
 
vintharas profile image
Jaime González García

"hot build"? Or did you mean How to Build?

Collapse
 
softchris profile image
Chris Noring

the latter, thanks :)