Monday, April 22, 2013

WebScriptServiceHostFactory Class

http://msdn.microsoft.com/en-us/library/bb336135.aspx

 IMP : "Automatically adds an ASP.NET AJAX endpoint to a service, without requiring configuration, in a managed hosting environment that dynamically activates host instances for the service in response to incoming messages."

No comments:

Post a Comment

The Basics of Tuples

In Python, a method or function that returns multiple values is commonly described as returning a tuple . When those returned values are ...