Is there any other way than Webservices to communicate with asp.net page?

Answered Is there any other way than Webservices to communicate with asp.net page?

  • Tuesday, February 03, 2009 7:36 PM
     
     

    I have to send some data in XML formate from silverlight to asp.net. I have found that you can communicate with asp.net via Webservices but is there any other way to communivate with asp.net that. Bcoz in my application i don't want to use webservices. If it is than it is very suitable to me.

     

All Replies

  • Tuesday, February 03, 2009 7:45 PM
     
     Answered

    You can communite via directly HTTP calls or the REST framework calls.