Skip to content

andreamorello93/ODataExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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

About

OData (Open Data Protocol) is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming RESTful APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors