Does DevForce support AdHoc queries in Silverlight? I know about eSQL but strong types still involved there. I wonder if I can pass regular SQL through to get result back?
Also, I had a question on how to run "Count" query using Async? Obviously, when I do LINQ query - there is no CountAsync() operation. Sometimes I need to check how many records or existance of something and I don't wan't to bring set of data to the client (performance reasons)