From the course: Building Angular and ASP.NET Web API Apps (2018)
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Web API architectural overview
From the course: Building Angular and ASP.NET Web API Apps (2018)
Web API architectural overview
- [Instructor] Now that we have created the project and we saw that there were a lot of files that came by default, it's time to go to Visual Studio solution and check these files one by one. If you have already worked with MVC before, this structure should already be familiar to you. Because in here we have the Controllers folder, we have the Models folder, and we have the Views folder. But let us start from top to bottom. Inside the References section, we are going to see all the references that come by default to our project. We are going to find libraries like System.Core, System.Data, System.Drawing, et cetera. And next we are going to see the App_Start folder which is the most important folder when it comes to configurations in a web API project. So inside this folder, you see four files. The BundleConfig.cs file is just a file that is used to bundle the JavaScript and the CSS files. Then we have the RouteConfig.cs file and this file is also known as the routing configuration…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.