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

How to check local and global angular versions

 Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...