In this video, I kickstart the process of developing a blazor web assembly app using Radzen. I implement default security for the app and I create the first set of CRUD Pages for the app based on Countries table which I import from another database to the application's database.
ENABLING PROGRESSIVE WEB APPS SUPPORT IN RADZEN BLAZOR WEB ASSEMBLY
In lesson two of developing web apps with RADZEN BLAZOR WEB ASSEMBLY , I demonstrate how to enable Progressive Web Apps (PWA) support in Radzen Blazor Web Assembly. I also demonstrate how to install the app.
DEVELOPING BLAZOR WEB ASSEMBLY APPS WITH RADZEN LESSON 4
In this video, I create the SQL Server Table for the student entity, create appropriate relationships with other tables. I also create the starter CRUD pages for the student table
DEVELOPING BLAZOR WEB ASSEMBLY APPS WITH RADZEN LESSON 5
In this video, I add two columns to Student Table, I update the Data Access Layer in Radzen and I finetune the controls on the Students List and Add New Student Pages.