I have asp.net application which i am planning to convert into asp.net mvc app.
One area that i havn't found how it could be done is, App is using scriptmanager to make ajax calls to wcf service. And scriptmanager simply takes care or all element related to ajax, serializing - etc.
I haven't found what i can use in mvc that replaces that piece of functionality
- Server hosting WCF service
- MVC calling wcf service through ajax?
- No controller, view etc to wrap wcf service to respond for ajax call
I found lot about using jquery, ajaxaction stuff but this don't look like exact replacement of scriptmanager like functionality.