MovieAngularJSApp icon indicating copy to clipboard operation
MovieAngularJSApp copied to clipboard

Demonstrates how to create a Movie CRUD app with ASP.NET 5, MVC 6, and AngularJS

Results 8 MovieAngularJSApp issues
Sort by recently updated
recently updated
newest added

Hi Have you tried open this project in VS2015 RC with luck ? thanks in advanced

I'm not able to open this Project in Visual Studio With Update 4. Please assist

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...

Hi Stephen, In the sample (Module 4) I am having issue in configuring the config.json file and having the error attached. ![image](https://cloud.githubusercontent.com/assets/7625530/5894614/4739b698-a55e-11e4-8c7c-a3b695778495.png) Could you please suggest how can I get...