For one subject in college I need to use Windows Azure. Notice that I am Java dev and a total newbie to Windows itself and cs.
does anyone have any sample code/tutorials on processing a video file uploaded to Azure (.mov, .3gp, .avi) and converting it t开发者_运维技巧o flash and also creating a thumbnail file after the video
I am uploading blo开发者_开发百科bs asynchronously to Azure Blob Storage.I can use CloudBlockBlob.BeginUploadFromStream or I could call the synchronous Upload methods (like UploadFile or PutBlock) wit
I have a silverlight app which is hosted on an azure webrole. I use the MEF deployment catalogs to load additional xap files at runtime.
I\'m working on a MVC webapp using Azure with ASP.Net MVC 2 C#. I have a worker role from where I interact with a queue reading messages with images. I initialize the queue in my WebRole, and 开发者_J
Background: I have an Azure application with one web role which is an ASP.NET application (C#), which uses a charting application to display the results of a calculation.The charting application need
I\'ve been experimenting with Windows Azure Blob storage using the samples using Silverlight. I was wo开发者_JS百科ndering if it\'s possible to write a file upload component in Flash instead of Silv
I need to have my search indexes based on a Azure/Lucene.NET implementation.That being said, I don\'t have much knowledge of Solr and Hadoop, or what they offer the Linux crowd.
I\'ve been running a cloud drive snapshot in dev for a while now with no probs. I\'m now trying to get this working in Azure.
Wondering if you clever people can help me with a right doozy of a bug. I\'m uploading blob blocks in parallel and this works perfectly fine when running against live storage however against dev stor