2
pimps
82 days, 2 hours, 13 minutes ago
Thursday, November 19, 2009 4:21:57 PM GMT Thursday, November 19, 2009 2:48:14 AM GMT

Create a Simple and Quick Web Service Handler

Create a Simple and Quick Web Service Handler
 
www.willstrohl.com -- There are some cases where a full-blown web service or WCF implementation is just too much for the project you’re working on. In those times, I often resort to building a similar implementation using an ASP.Net handler to accepts posts, and return data, just like a standard web service would do. This is not new. We’ve been doing similar things in Classic ASP and PHP for some time now.
hismightinesshismightiness posted 82 days, 15 hours, 47 minutes ago     show counter code
tags: AJAX, asp.net, Handler, JSON, VB.NET, web service

No comments yet, be the first one to post comment.

To post your comment please login or signup