So I\'ve managed to get Code First running and it works great.
Since I am still developing the application the structure of the Database isn\'t finalize and so I ne
Why does Entity Framework's EF Migrations Add-Migration step require a database connection string?
Has a solution which i consider less labor intensive in the long run. As if you create a connection string with the same name
On your context :base("DBName")
Connection string name and initial catalog match the DBName you specified and you don't need to enter the connection string name every time.