wcf - Implementing OData with custom DAL -


we have custom (.net/sql based) dal , expose odata capabilities.

in first instance interested in allowing simple querying of data, later want allow updates, , guess there security issues think about. we're looking @ "apps" , using jaydata/breeze manage communication.

we have rich set of metadata allows attach calculated columns our datasources can retrieved our dal if db columns.

we not use ef @ all. how start exposing data via odata? heavily invested in our dal works our windows based applications. implementing iqueryable sounds monumental task. should use wcf services or web api?

this article looks start, i'm thinking can maybe odataqueryoptions , reinterpret our dal can work with.

http://blogs.msdn.com/b/webdev/archive/2013/02/25/translating-odata-queries-to-hql.aspx

there's not documentation on of though , i'm reluctant started without checking there's not easier alternative i've missed.

is looking for? http://msdn.microsoft.com/en-us/data/gg601461.aspx

best regards db


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -