- Restore AdventureWorks2019 locally for sample Data. AdventureWorks sample databases
- Set Default Connection string in User Secrets of project ODataExample.Api
{
"ConnectionStrings": {
"DefaultConnection": "Server={myServerAddress};Database={myDataBase};User Id={myUsername};Password={myPassword};"
}
- Run the Api
- Open Product.html for performing CRUD operations to Product entity