The only visual studio i have used so far is -Visual studio 2012 express for web.Well i have created few mvc application with the help of local database(without use of ssms),by using the code first migrations creating local Db in the name u have given in the model & webconfig file.
Recently i have installed VS-2017 for community. I have tried both .net and core to create MVC application but cant create local db(mdf) using code first.I am sure why,anyone can help regrading this.
is it possibly to create a local db(without connecting to ssms) like in express using code first.Help me with ya tutorial.
Thanks