From what I understand about Adobe AIR, you can use Javascript/HTML to develop desktop applications.
Does WPF also allow the use of Javascript/JQuery to build controls? Or is Microsoft's solution for interactivity here solely XAML?
From what I understand about Adobe AIR, you can use Javascript/HTML to develop desktop applications.
Does WPF also allow the use of Javascript/JQuery to build controls? Or is Microsoft's solution for interactivity here solely XAML?
WPF is solely a desktop technology. even when writing an xbap in wpf the browser is just a container.
Silverlight is your answer. Blounty is right, I don't beleive at this time you would be able to easily use Javascript/JQuery with WPF to develop custom controls. He also in his comment mentions using Silverlight.
Here is a link to a blog entry with sample code: JQuery with Silverlight