Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 848 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 848 Bytes

ODataExample

  1. Restore AdventureWorks2019 locally for sample Data. AdventureWorks sample databases
  2. Set Default Connection string in User Secrets of project ODataExample.Api
{
"ConnectionStrings": {
  "DefaultConnection": "Server={myServerAddress};Database={myDataBase};User Id={myUsername};Password={myPassword};"
}

Bonus: Kendo Grid for JQuery with OData Binding

  1. Run the Api
  2. Open Product.html for performing CRUD operations to Product entity