Dear CSHTML5 users,
We have just published an extension for CSHTML5 named "WebClientJSONP", which lets you circumvent same-domain policies to make cross-domain calls to web services that do not support CORS (Cross-Origin Resource Sharing), such as the Bing Maps REST API.
Here is the URL:
http://cshtml5.com/documentation/jsonp.aspx
The article also contains an example that shows how to call the Bing Maps REST API to obtain the latitude and longitude coordinates or any postal address, as well as the country name.
Regards,
JS-Support