Marketing Stuff
An easy-to-use http handler that wraps a set of services in your web application. The handler allows web apps to consume JSON services without much additional code on the service layer.
The One Minute Guide to JsonHandlerDotNet
What it does
Enables a class to be exposed as a service. Outputs results as a JSON object.
How to use it
Add a reference to JsonHTTPHandler.dll
Open your web.config and add the following entry
Open the class you want to expose and add the JsonService and JsonMethod attributes
[JsonService]public class MyService { [JsonMethod] public Informat