Description
In this course, you will learn:
- knowledge of Blazor and its applications in web development
- Working knowledge of templated component creation
- Practical experience creating progressive web applications using Blazor
- The ability to use JS Interoperability to call JavaScript functions from Blazor.
- JS interoperability allows you to call.NET functions from JavaScript.
- familiarity with Blazor's fundamental components, such as built-in Razor components, application state, and events
Syllabus :
- Introduction to Blazor WebAssembly
- Building Your First Blazor WebAssembly Application
- Building a Modal Dialog Using Templated Components
- Task Tracking System
- Building Local Storage Service Using JavaScript Interoperability
- Building a Weather App as a Progressive Web App (PWA)
- Building a Shopping Cart Using Application State
- Building a Kanban Board Using Events
- Completing the Kanban Board Project
- Building a Task Manager Using ASP.NET Web API
- Building an Expense Tracker Using the EditForm Component
- Completing TaskManager Project