This is part 1 of the video series in which we will create a notes application using ASP.NET Web API as our backend and we will use Entity Framework to save our data to a SQL server database.
We will cover the CRUD operations in our app.
Here's the step by step operations as covered in the video:
- Create a new ASP.NET Web API
- Install Nuget packages for Entity Framework Core
- Create Domain models for our Notes application
- Create DbContext class
- Create Connection String in Appsettings.Json
- Inject the DbContext in the services collection
- Run Entity framework migrations.
- Create new controller
- Create and test CRUD Operations
Top comments (0)