Hi all:
I have the following scenario:
At the moment, I have a program in C# that makes AJAX calls to a SharePoint server. The calls are handled manually, meaning I have to do all the plumbing work myself, e.g. maintaining the caller variable in code and in Javascript. It feels like there is an extra layer in my app, but unlike other layers I feel this one should be handled by something else.
I am already using the Prototype/AJAX framework provided by ASP.Net. I was wondering are there frameworks out there that can handle the error-prone and troublesome plumbing work for me?
Thanks.
Chris.