- Install Visual Studio 2013 or higher
- Install SQL Server Management Studio 2012 or higher
- Open project and generate initial migration for database from NuGet console (
Add-Migration Initial
). - Roll out migration to database from NuGet console (
Update-Database
) - Run project.
- ...
- PROFIT!
- Run SQL Server Management Studio
- Connect to
(LocalDb)\v11.0
- Open
Databases
folder - Find database with
aspnet-
prefix - Delete.