I would like to use linq on the client to navigate the DOM rather then
jquery or javascript. Is this possible. Is linq only server side?

J

Re: Linq on the client by Cowboy

Cowboy
Fri Jul 25 22:06:30 CDT 2008

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.

--
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" <gijeet@yahoo.com> wrote in message
news:8231a9b5-cc1c-4d4b-b739-9e15ef1f6505@m73g2000hsh.googlegroups.com...
>I would like to use linq on the client to navigate the DOM rather then
> jquery or javascript. Is this possible. Is linq only server side?
>
> J


Re: Linq on the client by GiJeet

GiJeet
Sat Jul 26 13:52:53 CDT 2008

>On Jul 25, 11:06=A0pm, "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbwo...@comc=
ast.netNoSpamM> wrote:
> 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




Re: Linq on the client by Munna

Munna
Sat Jul 26 14:36:45 CDT 2008

Hi

Silverlight 2 does gives the user support to get a reference of html
dom .... via System.Windows.Browser namespace's
HtmlDocument Class...

but can linq will be available with it,,,, not sure though

regards

Munna

Re: Linq on the client by Gaurav

Gaurav
Sun Jul 27 02:42:03 CDT 2008

>I would like to use linq on the client to navigate the DOM rather then
> jquery or javascript. Is this possible. Is linq only server side?


Not quite sure how much... but you can definitely look at dojo.query in Dojo
Toolkit (www.dojotoolkit.org)
A fantastic API to query DOM.

--
Happy Hacking,
Gaurav Vaish | http://dwt.sourceforge.net
http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
--------------------------------





Re: Linq on the client by GiJeet

GiJeet
Sun Jul 27 07:11:35 CDT 2008

>On Jul 27, 3:42=A0am, "Gaurav Vaish \(a.k.a. MasterGaurav\)" <gaurav.nospa=
m.va...@nospam.gmail.com> wrote:
>not quite sure how much... but you can definitely look at dojo.query in Do=
jo
> Toolkit (www.dojotoolkit.org) A fantastic API to query DOM.

this defeats the whole purpose. trying to master several languages is
not efficient. this is the purpose of linq - master one language for
multiple purposes. but we need a client-side linq! that would make
linq a powerhouse.

Gi

Re: Linq on the client by Cowboy

Cowboy
Tue Jul 29 09:25:16 CDT 2008

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" <gijeet@yahoo.com> wrote in message
news:407f7bd9-7d4f-47bc-8c1b-2b85570897ea@b1g2000hsg.googlegroups.com...
>On Jul 25, 11:06 pm, "Cowboy \(Gregory A. Beamer\)"
><NoSpamMgbwo...@comcast.netNoSpamM> wrote:
> 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




Re: Linq on the client by Cowboy

Cowboy
Tue Jul 29 09:27:17 CDT 2008

True, since it is still in beta it might not be added. I believe I saw
somewhere stating it was roadmapped, but that can change.

--
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! |
********************************************
"Munna" <munnaonc@gmail.com> wrote in message
news:bd5624ab-6289-452b-b046-fb66c934a8ca@w1g2000prk.googlegroups.com...
> Hi
>
> Silverlight 2 does gives the user support to get a reference of html
> dom .... via System.Windows.Browser namespace's
> HtmlDocument Class...
>
> but can linq will be available with it,,,, not sure though
>
> regards
>
> Munna