I agree this could be nice, but it is not as easy as it sounds, as each
browser would need the code present to run the LINQ on the browser. MS could
do this in JavaScript, of course, but it would end up being a string you
send elsewhere, and not truly client side LINQ.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
********************************************
| Think outside the box! |
********************************************
GiJeet said:
On Jul 25, 11:06 pm, "Cowboy \(Gregory A. Beamer\)"
The only way I know of to use LINQ client side, without some kludges, is
with Silverlight 2, which is a mini .NET Framework for browsers.
Well, since there's lots of DOM navigation via querying on the client,
MS needs to MAKE a client-side linq! Are you listening
Microsoft??
Then we'd have a real one language query tool.
Gi