Is it possible to connect an existing local Database in Visual studio and generate the Data on Web with ASP.NET mvc Core?
I am currently learning Asp.net core Mvc (with vs 2019) and I have a question. I know I can create a model and with help of Scaffold create a local database through the program but I if I have already my own sample database, how I can insert it and show some details to web?
I’ve read about .Net framework and ADO.NET Entity Framework but this isnt working on Core version.
Followed Microsoft guides but they had only the “Seed Data” but i can’t make it work with my db Table.
Is there any way I can achive it? Or i have to recreate the project on .Net Framework ?