Base solution for your next web application

Activities of "swx"

@ismcagdas Thanks for following up I managed to achieve my goal and keep everything in the same branch, without too many conditions.

I used the connection string to distinguish between MSSQL (Server=) and PostgreSQL (Host=). There were only a few places where I had to use the condition: Startup.cs, AppDbContextConfigurer.cs and AppDbContext.cs To separate the migrations I created two class projects, one for each migration, and used the flag -Project to run the migration updates (e.g.: "add-migration Initial_Migration -Project Project.App.Migrator.DatabaseType")

Thanks @ismcagdas

There are pros and cons for each scenario, but the two branches approach was for me the worst case. It's easier to separate the code, but it adds another layer in the deployment process and possible errors.

Hi Velu,

This is something that I was considering to include in our project. Could you please share the link at [email protected] ?

Thanks you very much Gabriel

Showing 1 to 3 of 3 entries