Skip to content

kikerikiki/FinanzRechner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

App works best with EFCorePowerTools

Change the Connectionstring in Appsettings.json:

replace: Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=EXAMPLE;

Update your DBContext in Program.cs

//builder.Services.AddDbContext(options => //{ // options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection")); //});

replace => LapTestContext with your actual DBContext

This Template is based on the MS-MVC Project Template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors