Database Setup
Last updated
Last updated
This application is configured with MSSql Server out of the box. If you want to change it to some other database provider then you can follow any standard .NET 6 tutorial. In this section, you can find where to look for the Database configuration details in the project.
You can find the configuration in Extensions -> ServiceExtenstions.cs
Here, if you want to change it to some other database provider then install the suitable package from Nuget and then change the highlighted option.
You can find the configuration in Extensions -> ServiceExtenstions.cs
Here, if you want to change it to some other database provider then install the suitable package from Nuget and then change the highlighted option.