JSON Rpc libraries for use with .NET

Posted by Deeptechtons on Stack Overflow See other posts from Stack Overflow or by Deeptechtons
Published on 2012-02-15T10:13:01Z Indexed on 2012/04/04 11:29 UTC
Read the original article Hit count: 477

Filed under:
|
|
|
|

I am looking into JSON RPC libraries for .net that are free to use in commercial applications. Up until now i just seem to have found JROCK.

  1. What other libraries, architecture have i got similar to JRock for .NET 2.0

  2. What is the difference between a [WebMethod] in asmx web-service returning a instance of a class and a JSON Rpc method as in the JRock website page. Do i have any usability benefits, performance benefits or any benefits of using one over the other

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET