Asp.net Vnext Demo (MVC6 Entity 7)
How to run:
- install Visual Studio 2015 RC (windows 7)
- open CMD.exe
- @powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
- cd SmartTrip/src/SmartTrip
- dnu restore
- dnx . ef migration add initial
- dnx . ef migration apply
- dnx . web
Contact me: