Developing blazor web assembly apps with radzen

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.

1 Like

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.

Source Code For Lessons 1 and 2 can be downloaded from https://github.com/benjaminsqlserver/RadzenBlazorWebAssemblyLessonOneAndTwo

LESSON THREE

How to create application roles

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

Source Code For Lessons 3 and 4 can be downloaded from https://github.com/benjaminsqlserver/RadzenBlazorWebAssemblyLessonThreeAndFour

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.

DEVELOPING BLAZOR WEB ASSEMBLY APPS WITH RADZEN LESSON FIVE

Source code can be downloaded from https://github.com/benjaminsqlserver/RadzenBlazorWebAssemblyLessonFive