Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Ajax Dot Net


Ajax Dot Net 3.0.0

Release Notes

This is the most comprehensive release of ajaxDotNet. It includes new event handlers and other options that allow more flexibility over the server call. Very similar to the 2.1 release without considerations for backwards compatibility.

Ajax Dot Net 2.1.0-Release

Release Notes

This release has been created primarily for backwards compatibility. New users should use version 3.

Ajax Dot Net 2.1-beta

Beta release providing Error event handler. Backwards compatible with previous releases though the Other event handler has been depreciated.

Ajax Dot Net 2.0.2

Bug fixed that prevented the parsing of null values. Thanks to those who made me aware this issue.

Ajax Dot Net 2.0.1

Fixed a rather obvious bug preventing the script working with IE6. Sorry about that, I try to avoid IE6 whenever possible.

Ajax Dot Net 2

- Code restructuring and optimisation
- Bug with WCF Dates fixed
- Allowances made for objects other than String returned from the server
- Example projects for ASP.NET 2.0 and 3.5
- Support for sending DataContracts back up to the server using ASMX or WCF
- This version is released under an MIT licence

Ajax Dot Net 1.1.3

Fixed bug with parser affecting WCF.

Ajax Dot Net 1.1.3

Fixed bug with the parser.

Ajax Dot Net 1.1.2

- Fixed bug with the object parsing.
- Restructured date parsing.
- Moved Intellisense into a separate file.
- A packed version of the plugin is also provided.
- Tested to work with WCF JSON Services (ASP.NET 3.5).

Ajax Dot Net 1.1

New release includes support for dates. Dates objects are now returned instead of strings.

Credit goes to Adam Schröder for the original regular expression on which this functionality is based.

Ajax Dot Net 1.1.0

New release includes support for dates. Dates objects are now returned instead of strings.

Credit goes to Adam Schröder for the original regular expression on which this functionality is based.

Ajax Dot Net 1.0.1

Bug with GET verb fixed.

Ajax Dot Net 1.0.0

Support for JSON requests using GET and POST verbs.