I\'m having a hard time creating localized data annotations in an Azure / RIA / Silverlight application.
I have 10 applications they have same logic to write the log on a text file located on the application root folder.
I am creating azure project w开发者_C百科ith multiple webroles for multiple websites. When I Deploy this I am getting single url (*.cloudpp.net)
just starting to explore Azure and I am still a bit confused regarding the purposes of web roles vs worker roles. In the solution I\'m working on mobile apps (iPhone, Android, Windows etc) will be acc
I\'m doing something wrong when trying to upload a certificate to Azure using the WAPPA command, add-certificate.
this is our situation: We store user messages in table Storage. The Partition key is the UserId and the RowKey is used as a message id.
I need to use Fluent-nHibernate a开发者_运维百科gainst a table with a composite primary key (Azure Table, primary keys being (PartitionKey,RowKey) and I would like to map them with corresponding prope
We are thinking of speparate Queues for: Request (RequestQueue) Response (ResponseQueue) Scenario: Worker role will putMessage to RequestQueue e.g. Ge开发者_如何学CtOrders
I am using Odata client library for windows phone to access my azure sql tables. One problem that I had is to insert Unicode string. When I use sql server management studio, I put a N before that unic
This question is a continuation from How to pass required claims to OpenID identity provider with Azure ACS?