Tagged Questions

2
votes
7answers
178 views

Querying table storage data with Windows Azure

This question has 2 parts. Is there a way to view the data that is stored locally. I understand that local table storage is actually done using SQLExpress behind the scenes. Wh …
5
votes
6answers
2k views

Recommend a C# Task Scheduling Library

I'm looking for a C# library, preferably open source, that will let me schedule tasks with a fair amount of flexibility. Specifically, I should be able to schedule things to run e …
0
votes
0answers
9 views

Azure App wont start

every time i try starting my azure application. I try building it and it says it has all successful build attempts but i am getting an error that says: "Windows Azure Tools: Start …
0
votes
0answers
6 views

Azure Table Storage data Consistency

Let say I have Table in Azure Table Storage public class MyTable { public string PK {get; set;} public string RowPK {get; set;} public double Amount {get; set;} } And mes …
4
votes
1answer
82 views

Will Clojure run on Azure Now?

I saw that Microsoft announced Java support on Azure today at PDC. Does that mean it will be able to run Clojure (and other JVM languages) as well?
1
vote
1answer
57 views

When hosting an azure MVC app, my web.config’s appSettings collection is empty

Using MVC 1.0, and Azure July 2009 SDK I have an MVC application that appears to be working in the azure test framework, except for the fact that my appSettings collection is empt …
1
vote
2answers
96 views

Convert C# Silverlight App To AZURE CLOUD Platform?!?!

The Scenario I've been following Brad Abrams Silverlight tutorial on his blog.... I have tried following Brads "How to deploy your app to the Cloud" tutorial however i'm struggli …
0
votes
1answer
62 views

Convert ADO.Net EF Connection String To Be SQL Azure Cloud Connection String Compatible!?

The Scenario I have written a Silverlight 3 Application that uses an SQL Server database. I'm moving the application onto the Cloud (Azure Platform). In order to do this I have ha …
1
vote
2answers
59 views

Advantages and disadvantages of azure security

Has anyone seen details or a White paper on azure secuirty and the positives and negatives compared to your own hosting?
2
votes
0answers
189 views

How can computer clouds charge me for CPU usage? [closed]

I’m considering moving my blog to either MS Azure or Google App Engine, using either an ASP.NET or Python blogging engine, but I can’t understand how they will charge me for CPU us …
0
votes
0answers
17 views

RoleException was unhandled? Windows Azure

Hi Guys Can anyone help me with the following error message in windows azure. I am going through the http://azurebright.codeplex.com/ sample and I get the following error RoleEx …
2
votes
1answer
35 views

Can I host an application in Windows Azure and have the database stored on different server

Can I host an application in Windows Azure and have the database stored on different server? For example I want to keep my data on a server where I dont have to worry about privicy …
0
votes
1answer
28 views

Does SQL Azure support the FILESTREAM datatype

I am looking at using SQL Azure and wondering if it supports the FILESTREAM data type introduced int SQL Server 2008 or should I look at another solution.
0
votes
1answer
58 views

.NET 4.0 on Windows Azure?

My google-fu is failing me on this one. As a possible solution to http://stackoverflow.com/questions/1679404/unit-testing-net-3-5-projects-using-mstest-in-vs2010 (but I've put thi …
8
votes
5answers
260 views

What are the challenges in porting your existing applications to Microsoft Azure?

What are the challenges in porting your existing applications to Azure? Here are few points I'm already aware about. 1) No Support for Session Affinity (Azure is Stateless) - I' …

1 2 3 4 5 9 next
15 30 50 per page