Does AJAX go out the window with WPF? (and or WPF/E and XAML )??
Thanks,
T
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 19 Jun 2007 01:48 GMT
No.
WPF is for windows applications, so no.
Silverlight (aka WPF/E) compliments AJAX. It has the potential one day to
swallow AJAX, but it is currently not positioned in such a way.

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> Does AJAX go out the window with WPF? (and or WPF/E and XAML )??
> Thanks,
> T
Ben Rush - 19 Jun 2007 14:27 GMT
Not even close.
ASP.NET AJAX is far more than just AJAX support; there is a huge, rich
client library associated with it that extends ECMA script to a more
object-oriented style (or, at least, makes it feel more OO to .NET
programmers).
IMHO, of the biggest mistakes Microsoft made in naming that framework was in
calling it ASP.NET AJAX, because it made everyone think that's the only
point to it.

Signature
~~~~~~~~~~~~~~~~~~~~~~~~~~
Ben Rush
Microsoft .NET Consultant
http://www.ben-rush.net/blog
http://www.sideshowsystems.com
> Does AJAX go out the window with WPF? (and or WPF/E and XAML )??
> Thanks,
> T
Cowboy (Gregory A. Beamer) - 19 Jun 2007 15:03 GMT
No, in fact there are samples of WPF using AJAX for its "asynchronous data
transport".

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)
************************************************
Think outside the box!
************************************************
> Does AJAX go out the window with WPF? (and or WPF/E and XAML )??
> Thanks,
> T
bruce barker - 19 Jun 2007 16:01 GMT
No. WPF is just another ajax tool. javascript is still the preferred
language to use with browser hosted WPF. silverlight is competing with
flash, which has had little impact on ajax (even though it supports web
services).
google gears is probably a more interesting technology for browsers.
hopefully ms will come up with their own version.
-- bruce (sqlwork.com)
> Does AJAX go out the window with WPF? (and or WPF/E and XAML )??
> Thanks,
> T