Hallo,
I want to build a custom Odata Api with ODataController and as a client using breeze js.
Right now I have seen a lot of examples that uses the Entity Framework and his IQueryable Interface.
My Repository puts the data with the datareada in DTOs and don't support IQueryable.
How can I implement Odata without Entity Framework?