I have an existing WCF/RIA Services app. The front-end is all Silverlight. We would like to add some HTML5 pages to the app to support tablets. It would be nice if the HTML pages could call the DomainService methods.
Any tips on how to do this?
I have an existing WCF/RIA Services app. The front-end is all Silverlight. We would like to add some HTML5 pages to the app to support tablets. It would be nice if the HTML pages could call the DomainService methods.
Any tips on how to do this?
Yes you need to expose a JSON end point from WCF RIA than you can consume that in HTML5 just by writing some javascript code.
this might help: http://www.neelesh-vishwakarma.com/2013/05/windows-8-parsing-json-twitter-api.html