.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Translating OData queries to HQL

AspNet Web API OData makes it really simple to expose your IQueryable backend to be queried using the OData query syntax. Check out some samples here. If you are building using Entity Framework as your ORM (object-relational mapping) to talk to your database or just store all your data in-memory(Linq2Objects), you are in a good shape as you ...