From the course: Building Angular and ASP.NET Web API Apps

What you should know

From the course: Building Angular and ASP.NET Web API Apps

Start my 1-month free trial

What you should know

- [Instructor] Before we start this course, let us talk about a couple of things that you need to know. To build our web API project, I'm going to use Visual Studio 2017, but you can also use any version of Visual Studio 2015. For our Angular application, I'll be using the Visual code, but you can use any editor of your choice. And also to generate components or services in our Angular application I'm going to use the Angular CLI. You can always create them manually, but I would strongly suggest that you use the Angular CLI tool as well. We will develop our application on top of Angular seven, so having previous experience with any version of Angular later than 2.0 will be helpful, but it is not required. For our back end code we are going to use C#. Also in Angular we are going to use TypeScript and Material Design. Having previous experience is recommended but it is not required in any way. Also if you want to dive deeper into Angular, you can go to their official website by typing in your browser, angular.io. And if you want to learn more about the Material Design, you can go to the material.angular.io website and then check their official documentation. Throughout this course, if you would like to follow along while I am coding, you can download the exercise files from the course page.

Contents