Course
Modern Web Development with ASP.NET Blazor («ASPBLA»)
Course facts
- Creating high performance web applications with Blazor
All common browsers support WebAssemblies. In addition to better performance and less bandwidth, it is possible for the first time to create single page applications for the browser without using JavaScript. Blazor WebAssembly also runs offline or as a PWA (Progressive Web App), while Blazor Server provides an easy way to create a web front-end for a server application without knowledge of JavaScript.
Content:
1 Overview Blazor
- Blazor WebAssembly vs. Blazor Server
2 Components and Data Binding
3 HTTP Communication
4 Routing
5 Forms
- Validation
- Updates
6 JavaScript Interop
7 Security
8 Deployment of a Blazor application
.NET programmers who want to create single page applications in C# without having to deal with JavaScript.
Good knowledge of .NET programming with Visual Studio. Prior knowledge of ASP.NET Core is advantageous.