ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach | REST API



ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach | REST API

ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach | REST API

In this tutorial I am creating an ASP.NET Core 6 Web API using Entity Framework Core 6 via a 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 the web api. In this tutorial I am doing a get and a post. Update and delete operations also follow the same pattern so I am leaving it up to the viewers to try it out.

You can check my other video on .NET core 6 Web API using code first approach at the below location:
https://www.youtube.com/watch?v=8e-30LJb97g&t=52s

Download source code from:
https://github.com/tutorpraveen/StudentAPI

The tools used for this video tutorial are as below:

Microsoft Visual studio 2022
https://visualstudio.microsoft.com/downloads/

SQL server Management studio 2018
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15

SQL server Express
https://www.microsoft.com/en-us/sql-server/sql-server-downloads

Postman
https://www.postman.com/downloads/

Comments are closed.