Just started looking at the OData support for the WebAPI and for now it seems like there is alot left to do until the "querying-support" becomes truly interesting.. and thats sort of where this idea were born.. would it be possible some how to send a lambda expression as a querystring and then parse that and run it against an IEnumerable and then return the value?
The whole problem is the expression parsing and how to actually execute the parsed expression against the object.. Im quite unsure about how to do such a thing.. any ideas?.. or is there any place where I can read more about this?
Thanks in advance!