Creating an ASP.NET Core Web API Project
Learn to create RESTful services using ASP.NET Core Web API.
We'll cover the following
We are going to create the ASP.NET Core and React projects separately in this part. Earlier, we saw that old versions of React and create-react-app
were used. Creating the React project separately allows us to use a more recent version of React and create-react-app
. Creating the React project separately also allows us to use TypeScript with React, which will help us be more productive as the code base grows.
Steps to create an ASP.NET Core web API project
In this lesson, we will create our ASP.NET Core backend in Visual Studio. Let’s open Visual Studio and carry out the following steps:
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy