Top 3 Blazor Courses and Tutorials 2021

Top Blazor Courses and Tutorials 2021

Blazor is a free and open-source .NET web framework allows the developer to create web applications using C# and HTML. Blazor allows the developer to build interactive web UIs using C# instead of JavaScript.

There are two types of Blazor Apps depending on where code runs.

  • Blazor Server: Run your client logic on the server.
  • Blazor WebAssembly: run your client-side C# code directly in the browser, using WebAssembly.

These are Top Blazor Courses and Tutorials will help you learn Blazor web framework




Top Blazor Courses and Tutorials 2021

1

Blazor, a new framework for browser-based .NET apps - Steve Sanderson

Blazor, a new framework for browser-based .NET apps - Steve Sanderson

Blazor walkthrough video from Steve Sanderson demonstrates what you can do with Blazor today and how it works on the underlying WebAssembly runtime behind the scenes. You’ll see its modern, component-based architecture. This video will cover both basic and advanced scenarios using Blazor’s components, router, DI system, JavaScript interop. You will also learn about advanced features such as strongly-typed API access, testing, deployment, offline support, and more.

2

Programming in Blazor - ASP.NET Core 5

Programming in Blazor - ASP.NET Core 5

Programming in Blazor, This Udemy course teaches basics to the advanced of Blazor technology. You will learn about forms, components, entities, relations with entities, and user systems with roles, and more. The course uses an ASP.NET Core 5, You will also learn about Azure services, such as Azure App Service and Azure DevOps, to publish the application to production.

What you'll learn

  • Develop web applications using C# and Blazor
  • Use Azure DevOps to deploy Blazor apps
  • Create a Database using Entity Framework Core
  • Create a user system that uses roles
3

Building Web Applications with Blazor - Pluralsight

Building Web Applications with Blazor - Pluralsight

Building Web Applications with Blazor from Pluralsight is a set 4 courses that explain what Blazor (the biz picture) is, then the basics of Blazor (getting started), Blazor component, authentication & authorization.