By tag: AjaxPro
0
kicks
How to... use Class Libraries with ASP.NET AJAX like AjaxPro
Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the AjaxPro library checks for all public methods ins...
0
kicks
Serializing Objects as JavaScript using Atlas, JSON.NET and AjaxPro
Scott Hanselman compares three .NET <--> JSON serialisation libraries. I have been using AjaxPro.NET, but am interested in trying out Json.NET