C#C
C#2y ago
Młody G

Entity framework core - database

I created a database in ASP.NET Core (MVC) using Entity Framework Core. The ASP.NET Core application I created is only used to display the contents of the database. Now I want to create a WPF application that will allow adding records to the database. How can I connect the existing database to the WPF application? Do I need to recreate migrations? I use mssql
Was this page helpful?