Skip to content

cancanbolat/asp-odata-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asp Net Core OData Api.

Controllers and ORMs

  • Products => Entity Framework
  • Categories => Dapper
  • Customers => Sql Kata

Queries

  • localhost/odata/$metadata
  • localhost/odata/controller?
    • $top=Number
    • $skip=Number
    • $orderby=Column
    • $select=Column
  • /odata/controller => get all
  • /odata/controller(Number) => get by id

Releases

No releases published

Packages

No packages published

Languages