There\'s already a lot of blog posts out there about being able to hook into the WritingEntity event to customise the XML that gets submitted to the server, such as this.
I am looking for quantitative estimates on clock offsets between VMs on Windows Azure - assuming that all VMs are hosted in the same datacenter. I am guesstimating that average clock offset between on
I am trying to design an azure worker role routine. A worker role polls a job queue. For each job, required number of threads is specified in the job message. A job is running an instance of an execut
I\'m wondering if there are any implications between using ControllerContext as opposed to HttpContext, in an Azure setting. I\'ve found that HttpContext is thread static, and I\'m trying to find out
I\'m currently storing files within Azure Blob Storage and when I request the files I get an message in firebug of304 “The condition specified using HTTP conditional header(s) is not met” 开发者_如何
I have an X509Certificate2 instance, and obtain its PrivateKey property, which is an RsaCryptoServiceProvider.MSDN documents that this RsaCryptoServiceProvider class is not thread-safe.So if given som
Web.Config <appSettings> <add key=\"minimumValue\" value=\"0\" /> <add key=\"maximumValue\" value=\"1000\" />
I am working on a Task Management System using VS 2010, WCF and Windows Azure. This is a simple personalized task management application. The application allows users to organize and share their task.
I have a method (in a separated class library) which is called by a WebRole and a WorkerRole. This method contains the path of a file, which is returned using Environment.GetEnvironmentVariable(\"Role
I w开发者_开发知识库ant to host my WCF services in the Azure clouds for scalability reasons. For example there will be some read data action. And it will be under High Load (1000+ user/sec).