AJAX and WPF

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

Does AJAX go out the window with WPF? (and or WPF/E and XAML )??
Thanks,
T
 
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.
 
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.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~
Ben Rush
Microsoft .NET Consultant
http://www.ben-rush.net/blog
http://www.sideshowsystems.com
 
No, in fact there are samples of WPF using AJAX for its "asynchronous data
transport".

--
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!
************************************************
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top