DotNet JQuery : a JQuery framework for .Net developpers

DotNet JQuery : a JQuery framework for .Net developpers

Hello All
I'm working on a project to provide a .Net framework that implement asp.Net webcontrols for all JQueryUI widgets and some 3rd party UI plugins, it also provide ASP.Net advanced ajax extenders, and transparent way to call server side code (C#, J# ...etc) from client side using JSON-RPC protocol.

All implemented webcontrols are WYSIWYG and are editable with VisualStudio designer.

I just released a beta version and I'm waiting for the next JQueryUI stable release (1.8) to release a new beta implementing the new widgets.

You can check this project here : http://dnj.codeplex.com/

or read two articles I wrot about it at codeproject

* A codeproject article about DNJ 0.3.5-beta (first public release)
* A codeproject article about DNJ 0.4.0-beta (new features : events ...etc )

Comments and suggestions are welcome :)