Skip to content

Project structure

Maxim edited this page Dec 9, 2018 · 6 revisions

Library source/OdataEntity.
Data context adapter Entity Framework Core - source\OdataToEntity.EfCore.
Data context adapter Entity Framework 6.2 - source\OdataToEntity.Ef6.
Data context adapter Linq2Db - source\OdataToEntity.Linq2Db.
Routing, middleware, action result - source\OdataToEntity.AspNetCore.
GraphQL - source\OdataToEntity.GraphQL.
Client Microsoft.OData.Client - test\OdataToEntity.Test.Asp\OdataToEntity.Test.AspClient.
Server Asp .net core - test\OdataToEntity.Test.Asp\OdataToEntity.Test.AspServer.
Server Asp mvc .net core - test\OdataToEntity.Test.Asp\OdataToEntity.Test.AspMvcServer.
GraphQL tests - test\OdataToEntity.Test.GraphQL.

Script create Sql Server database - \test\OdataToEntity.Test.EfCore.SqlServer\script.sql.
Script create PostgreSql database - \test\OdataToEntity.Test.EfCore.PostgreSql\script.sql.

Clone this wiki locally