0
votes

i want to create few application with the same database gonna host in azure, may i know how can i achieve this while there're no exact framework or tutorial for this. "maybe i got no idea on what the keyword is".

The main application i built is silverlight + silverlight.web with entity framework. the silverlight application talk with web solution via RIA services. and the database is mdf file. is there any possible to make the mdf host in azure sql, the silverlight application host in azure and the mobile silverlight, wpf need to get the data from azure sql with any way.

Please guide me out, Thank you =D

1

1 Answers

2
votes

This tutorial should get you going.

http://www.silverlightshow.net/items/Silverlight-in-the-Azure-cloud-Part-1.aspx

and

http://www.silverlightshow.net/items/Silverlight-in-the-Azure-cloud-Part-2.aspx

The whole catch is to get used to Azure. Everything else is straight forward from there.

About migrating an mdf file to SQL Azure i think you will have to convert it to a .bacpac file and then import it into SqlAzure. I believe you will find enough details about this on the web.

I hope this helps.