I want to learn Asp.Net Core since it is now RTM. But I am not familiar yet how to work with existing database. In the docs there is an example how to import an database into the project http://bit.ly/2980y46, but it doesn't satisfy my needs and it's just for a specific scenario (the tutorial is for the RC2, not for the RTM, even while the changes are small as much as I see). I want to use also the authentication that Asp.Net gives me, and combine it with the existing database. I want to work with specific tables. In earlier versions of Asp.Net it was very easy to work with existing databases, by just adding an Ado.Net Data Entity and choosing what I need. So, can someone please help me how to work with existing database in Asp.Net Core, and mixing the identity user tables into the database and so on.
↧