Blazor is a modern front-end web framework (part of the .NET platform) based on html, css, and C# to help you build websites faster. It's essentially Microsoft's version of Facebook's React. It allows ...
If you know how to create an ASP.NET MVC View, you know a great deal about how to create pages in Blazor. But, by packaging up pages as Blazor Components, you can use (and re-use) those pages more ...
This sample demonstrates a Blazor Server App calling a ASP.NET Core Web API that is secured using Azure AD for Customers. This sample demonstrates a Blazor Server App calling a ASP.NET Core Web API ...
Blazor Tutorial: Build Your First Web App Guide Learn Blazor step by step. Build your first web app using C\#, Razor components, data binding, routing, and deployment in this beginner-friendly guide..
You have a 50/50 shot at accessing a new experiment from the Visual Studio dev team that integrates tutorials with the IDE for an experience that combines guidance with live code. Starting with Blazor ...
Goals for today: 1. Complete a Blazor tutorial to learn how to pass parameters between components. 2. Wrap up work on Plants vs. Zombies unity clone Gotta keep the skills sharp.