The SQL Azure team has posted important updates to the DAC framework, simplifying the process of importing / exporting data to SQL Azure databases.
Similar Posts
Designing for Cloud-Optimized Architecture from David Chou
Excellent blog entry from David Chou on architecting cloud applications, comparing the different development platforms in the market today. Click here to open link…
Automated Build and Deployment with Windows Azure SDK 1.6
Tom Hollander recently posted a great article on how to use the new deployment capabilities in the Windows Azure SDK v1.6, including the use of the .publishsettings file with a build server using TFS and MSBuild. Enjoy! Click here to open link…
Windows Azure ISV Blog Series: Digital Folio experience using different cloud storage options
The Windows Azure team published today a post about one of the ISVs that I've been working with: Digital Folio. In the article, they share their experience choosing and using the different storage options that the Microsoft cloud platform offers, specifically Windows Azure storage tables and SQL Azure databases… which, by the way, it is…
Windows Azure AppFabric Caching transactions and update modes
While talking to a startup company today, they asked me about the Windows Azure AppFabric Caching service, trying to replace a Redis self-managed deployment. The conversation steered specifically towards atomic transactions and update modes. I found a really good white paper from Scott Seely that talks about the two update patterns supported: optimistic and pessimistic….
Windows Azure Insider December 2013 – Meet the Demands of Modern Gaming with Windows Azure
For the December 2013 issue of the Windows Azure Insider column, Bruno and I write about how the public cloud can be used to create a robust backend to support multiplayer games for mobile devices, combining the power of Virtual Machines (IaaS) with Cloud Services (PaaS). The article can be found here: http://msdn.microsoft.com/en-us/magazine/dn532200.aspx Thanks for…
Hosting WCF in Windows Azure
Excellent post from Ryan Dunn explaining how to host internal WCF services using a Worker Role. Click here to open link…