cancanbolat / asp-odata-api

Asp Net Core OData Api. Using Entity Framework, Dapper and Sql Kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Asp Net Core OData Api. Using Entity Framework, Dapper and Sql Kata


Languages

Language:C# 100.0%