Configure the Database
The server-side application model uses the same RecroGrid Framework database and Entity Framework foundations as the other application models.
Keep the workflow page focused on the minimum setup needed to continue, and use the canonical data access references for the full option set.
For most applications, the main decisions here are:
- which connection string the server uses as the default RecroGrid Framework connection;
- whether the generated
BaseDbContextis sufficient or a customDbContextshould own the integration; - how the database is initialized before the application is used.