aspnet5ng2seed
aspnet5ng2seed copied to clipboard
AspNet 5 Angular 2 Seed Project
Video tutorials
- Setting up seed project: https://youtu.be/Zkesm9CUP_o
- Consume data from aspnet5 mvc6 controller: https://youtu.be/Rq63N61C3G4
- Get Started with EntityFramework 7: https://youtu.be/EYsQrEu9Z6c
- Upgrade angular2 alpha 47 to 52: https://youtu.be/cbozcSC0L4A
- Upgrade angular2 alpha 52 to beta0: https://youtu.be/UZAqWmWUuyI
Future
- Use Aspnet Identity
- Implement cookie based authentication
- Implement validation with aspnet5 taghelpers
Build
- Make sure you have ASP.NET 5 RC1 installed.
- Open and build the project.
Troubleshoot
Sometimes VS failes to restore the npm deps, restore them from the cmd in that case.
- Open a cmd prompt
- Navigate to src\aspnet5ng2seed\
- run "npm install"
- run "dnx ef database update"
- Make sure the "node_modules" folder contains all the libs.
Upgrade dnvm and use 1.0.0-rc1-final
- dnvm update-self
- dnvm upgrade
- dnvm use 1.0.0-rc1-final -r clr -arch x86 -p