Databases

Radzen Blazor Studio makes connecting to your data a breeze. Follow this tutorial to find out how.

Create or update a database connection

First open an existing application or create a new one.

  1. Click the Database icon above the Files tree.
  2. Pick an existing database connection or select a database to create a new one. Radzen Blazor Studio will search your application for existing DbContext instances and list them as existing connections.
  3. If creating a new database connection enter the connection settings.
  4. Pick the database entities you wish to scaffold models and services for - tables, views, stored procedures.
  5. Optionally generate CRUD pages from a set of templates (this is a premium feature).
  6. Run your application.