Blazor WebAssembly Full Stack Bootcamp with .NET 5
Build an online browser game from scratch using Blazor WebAssembly, Web API, Entity Framework & SQL Server with .NET 5.
Created by Patrick God | 8.5 hours on-demand video course
Blazor WebAssembly is turning the web development world upside down. With Blazor you can keep coding every part of your web application – meaning front end and back end – with the programming language and the framework you love – C# and .NET. No need for JavaScript anymore and you can even use the same classes and methods you write for the server as well as for the client. We will dive right into the code by first having a look at the standard example project of Blazor WebAssembly and then we already build the main project of this course, which is a classic online browser game, where users can create an army of fighters and send them into battle against other users.
What you’ll learn
- Build a complete web application with Blazor WebAssembly, Web API, Entity Framework and a SQLite database
- Razor components: Communication, data binding, event handling, the @code block & more
- Forms in Blazor WebAssembly with Validation & displaying validation messages
- Utilize built-in forms components like InputText, InputCheckbox, InputSelect & more
- Authentication & authorization with the AuthenticationStateProvider & the AuthorizeView component
- Authentication with JSON Web Tokens (JWT)
- Use Web API as web service with the HTTP request methods GET, POST, PUT & DELETE by utilizeing the Model-View-Controller (MVC) pattern
- Use Entity Framework with code-first migrations to store your data in a SQLite database
- …and much more!
Recommended Course
ASP.NET Core 6.0 Course – MVC – Blazor – Razor – EF Core
Make an E-Commerce Website with Blazor WebAssembly in .NET 6