Learn More about Blazor Studio
Introduction to Blazor Studio
A brief video describing Blazor Studio and how it can be used to save time and money in your development projects.
Getting Started - Part 1
An in-depth video showing how to create your first Blazor Studio web application and populate the models and views with data from your database.
Getting Started - Part 2
A continuation of Part 1 where we show you how to create views and link pages to detail pages, create events and modify styles.
Designer Videos
A collection of tutorial videos to help you understand how to use the Blazor Studio designer.
Database Connector Videos
A collection of tutorial videos to help you understand how to use the Blazor Studio database connector.
OAuth / OpenID Connect
Secure your Blazor website with OIDC and your Web API microservice with OAuth2.
Microservice Framework
This video describes the API Studio Microservice framework and scaffolding. It explains the layout of the solution, and where the code generator places the data repository services, functional service library, Web API's and published models and API Clients.
Blazor Themes
Apply color schemes and table, popup and input control themes to your Blazor web application.
Event Handling
This video shows how to hook page events to modify the UI and optionally modify data in-flight, by explaining the Blazor Studio API event model and how to hook actions such as OnSave, OnDelete, OnRender, etc.