


For more info on the difference between Controller based APIs and Endpoint APIs, see this doc Choose between controller-based APIs and minimal APIs. In this sample we are using API endpoints instead of Controller based APIs, but you can follow along with Controllers. To follow along this tutorial, create a project named MyRestaurantService with the following options selected in the Additional Information page.

In this post we will create an ASP.NET Core Web API for a fictitious take-out restaurant. In Visual Studio 2022 you can create a new project using the New Project dialog. To get started developing a Web API in Visual Studio the first step is to create a new project. Take a look at this video from Mads Kristensen covering some of the new updates that we will cover in this blog post. Getting started – creating a new API projectĪll of the code is available for you at sayedihashimi/RestaurantService: Sample ASP.NET Core Web API ().In this post we are going to show a full end-to-end for starting with a new project to developing a full Web API. Entity Framework tooling in Visual Studio.Some of the new features that we will cover in this post include. Download the latest Visual Studio 2022 Preview
