Does .net/C# have an equvilent Javascript Object Proxy/Serialization like DWR in Java?

Posted by leeand00 on Stack Overflow See other posts from Stack Overflow or by leeand00
Published on 2009-02-23T13:35:40Z Indexed on 2010/04/13 11:13 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

I have some old code in Javascript that interfaces to Java DWR. I'm looking to port the back-end to .NET/C# possibly, and I was just wondering if there was an equivalent AJAX framework that would work in the same manner as the DWR framework in Java.

© Stack Overflow or respective owner

Related posts about dwr

Related posts about c#