petervn

Results 5 issues of petervn

The answer below 1. npm run start-dev => to run both backend and fe-end Done. 2. you can use Robo3T to view db ![image](https://user-images.githubusercontent.com/4639596/126069347-991b5c22-b923-4b2e-95f2-305c954b858c.png)

question: "how to install the K Version Manager (KVM) k ef migration add ..." answer : http://www.asp.net/vnext/overview/aspnet-vnext/vc Install the K Version Manager (KVM) Open a command prompt with Run as...

"Because I made changes to the Movie model, I need to update the database to match the new model. I opened up a Command Prompt, navigated to the project folder...

Error:A relational store has been configured without specifying either the DbConnection or connection string to use Resolve : in MoviesAppContext.cs add protected override void OnConfiguring(DbContextOptions options) { options.UseSqlServer(" Server=(localdb)\mssqllocaldb;Database=MoviesDatabase;Trusted_Connection=True;MultipleActiveResultSets=true"); }

i clone your code at http://stephenwalther.com/archive/2015/01/13/asp-net-5-and-angularjs-part-2-using-the-mvc-6-web-api and run on visual Studio 2015 CTP. in file project.json if you use "Microsoft.AspNet.Mvc": "6.0.0-beta1", as your above tutorial, it will cause error in...