资 源 简 介
Introduction
SilverQuery combines the power and expressiveness of jQuery with the productivity of .NET via a managed code bridge b/t the Silverlight runtime and the jQuery JavaScript library.
The SilverQuery programming model does not entail the use of XAML - standard HTML and CSS is used to build the presentation, but instead of writing JavaScript to call jQuery, a hidden Silverlight control is declared on the page. From within this object, managed .NET code calls into a strongly typed wrapper around the complete jQuery API.
Now any .NET compliant language can be utilized to perform DOM manipulation, event handling, animation, and all the other capabilities of jQuery in the browser. Additionally the networking stack in the Silverlight runtime allows for cross domain calls making it ideal for mash-ups. The SilverQuery syntax was designed to mimic the fluent feel of jQuery as near as possible with .NET language constructs.
SilverQuery is primari
文 件 列 表
SilverQuery.sln
src
Ajax.cs
Callbacks.cs
Event.cs
ExtensionMethods.cs
jQuery.CodeGen.cs
jQuery.cs
map.cs
SilverQuery.csproj
SilverQuery.js
SilverQueryBridge.cs
SilverQueryComponent.cs
SilverQueryObject.cs
SilverQueryPlugin.cs
utility.cs
Properties
AssemblyInfo.cs
AppManifest.xml
AssemblyInfo.cs
AssemblyInfo.cs
AssemblyInfo.cs
demo
SilverQueryDemo
jqia
chapter5
SilverQueryDemo.Web
ClientBin
SilverQueryDemo.xap
SilverQueryDemo
App.xaml
App.xaml.cs
BasicSamples.cs
EventSamples.cs
SilverQueryDemo.csproj
jqia
BootCloset.cs
BootClosetPlugins.cs
Photomatic.cs
common.css
chapter5
CollapsibleList.cs
CustomEffects.cs
EffectsLab.cs
collapsible.list.take.4.html
custom.effects.html
IMG_2298.jpg
IMG_2319.jpg
lab.effects.html
minus.gif
plus.gif
codegen
CodeGen.csproj
jQueryDocs.xml
Program.cs
readme.txt
build
createDistro.build
bin
Newtonsoft.Json.Silverlight.dll
SilverQuery.dll