ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach. . Web API also called as RESTful APIs are based on Http protocol and are light weight compared to traditional web services. You can perform CRUD operations using this web api.
- Microsoft Visual Studio 2022 (Select the Microsoft Web api development package using .NET
- SQL Server Management Studio 2018 (Used for creating database and inserting values)
- SQL Server Express
- Postman (Used for API testing)
The web api starts running at https://localhost:7228/swagger/index.html