In this post, we will see step by step how to create an Angular JS Project using Visual Studio. This is for beginners only J Before we start, make sure · You have very basic understanding of AngularJS · Basic understanding of Routing · Beginner level knowledge on html5 · Hands-On using Visual Studio 1. Open Visual Studio and click “new project”. Select “ASP.NET Web Application”. Enter Project Name, Location and Solution Name . 2. Create an “ Empty ” ASP.NET Web Application as shown in below figure 3. Open Solution Explorer, right click on the solution and click “Manage Nuget Packages” Install Angular.js Once installed, you will see all Angular.JS references in “Scripts” folder. 4. In Solution...