Create SQL Database using Entity Framework Code First ?
I'm working on entity framework code first. I make a table and context class . and run my project . Data is creating in Local C drive. I want to create this database by default into my SQL Server installed to my PC. does anyone know the way to do that ?