I've been watching http://channel9.msdn.com/Series/ConnectOn-Demand/235?wt.mc_id=player and I have tried to reproduce this demonstration myself with some success.
(1) For VS2013 & VS2015: What would be the favorite way of creating simple demo to follow along in the above video? Should I create an MVC project? WebForms Project? Empty project and add a web page? The video above just creates an angular controller and
demonstrates an AJAX call with the angular $http.
(2a) For VS 2015, how do I create an angular project? Do I use NuGET to add angular? There were so many NuGET packages I did not know which one to choose. Out of frustration, I ended up inserting "<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.17/ ...
Go to the complete details ...