
Discover how Blazor enables client-side web apps in the browser without JavaScript, offering a new way to write applications using the .NET framework.
Blazor evolved from an experimental project to a preview, and this video explains changes to the client-side templates, including removed view imports and the switch to Razor files.
Update the dotnet core sdk and visual studio blazor extensions to the latest versions, then create a new blazor component using the code directive.
Create a Blazor client-side hello world app in Visual Studio 2019, featuring a counter and fetch data component. Learn OnInitAsync, dependency injection, and a weather forecast model reading json data.
Master Blazor routing with route templates and page directives, create multiple routes and a details page, and pass an id parameter while noting optional parameters aren’t yet supported.
Learn how dependency injection in Blazor enables loose coupling by wiring abstractions like data access interfaces to concrete implementations, using singleton, transient, and scoped lifetimes in startup configuration.
In this lecture we will learn how to access the Browser's Local Storage With Blazor's Javascript Interop.
Build a real world blazer app with asp.net core, ef core, and sql server 2017, featuring a user model with validation and a register component.
Discover the new Blazor features in ASP.NET Core 3 Preview 6, including the attribute directive, namespace directive, and code directive, with examples of applying attributes, setting namespaces, and code blocks.
Blazor is the new Microsoft Framework for Building Single Page Applications using only .NET and C# . With Blazor there is no need to use Java script code anymore But Only C# code From the back to the front End. Blazor is the new Microsoft Framework that brings .NET to the browser. If you have previous experience with any other javascript framework such as Angular or React you will find Blazor concepts easy to grasp.
Blazor is a new Technology and it is in preview for the time being , and many updates will occur on it , and so is this course , it will be updated everytime new updates occurs on Blazor to keep you update to date with this new Microsoft technology.