Quick question, couldn\'t find a answer via google... Does the Windows Azure platform support Async CTP?
I wish to migrate my on-premise database to azure. However, my on-premise DB has a table Table1 with column as
I am using the AppFabricCacheSessionStoreProvider and occasionally get the error ErrorCode:SubStatus:There is a temporary failure. Please retry later.
I\'m trying run my first Azure web role. Storage Emulator starts, Compute Emulator starts, but the deployment takes a lot of time. VS asks if I want to continue try to deploy. In the Compute Emulator
I have an Azure Worker Role with n (currently n = 2) instances. Each of these instances has a System.Timers.Timer on its main thread that executes every 20 seconds, spawning some work processes. When
Could someone please confirm whether azure diagnostics is possible for WCF hosted in azure? I followed this guide: http://blogs.msdn.com/b/sajid/archive/2010/04/30/basic-azure-diagnostics.aspx
I\'ve read about the New Membership and Session providers, and the information in this article is that just changing the connectionStrings the database would build itself magically in my SQL Azure Dat
I have been given the task to design and develop a web application for a NGO (Non Govt Org) which runs primary schools in many towns and villages. The application will keep a record of all the schools
Is it possible download data on Windows Azure via FtpWebRequest (ASP.NET/C#)? I am doing this开发者_Go百科 currently and not sure if my problem is that FtpWebRequest is in general not working as expe
I am trying to store data local on windows azure, which I downloaded before via FTP. I download the file like this (works on my local machine):