Project DescriptionA WPF client for managing files on your Windows Azure Blob Storage account. Of course, in Visual Basic 2008
UPDATESCheck the September 2009 release for updates. Now the client works with the July 09 CTP of Windows Azure SDK.
Azure Blob Client is a WPF application written in Visual Basic 2008 which allows developers to easily manage files on their Blob Storage service on Windows Azure, for both the local Developer Account and your own account on the Internet.
Settings for your account are stored within My.Settings instead of the configuration file (see notices in the code about using App.config instead).
You can:
- Work with both the developer and on-line accounts
- Create containers (folders)
- Upload multiple blobs (files)
- Remove containers
- Remove multiple blobs
- Retrieve URI for each blob
- Copy the blob's URI to the clipboard right-clicking the Blob's name
- Retrieve metadata
- Open blobs via URI
A sample screenshot:
Future plans: in future versions we should be able to syncronize the Developer Account with the on-line service.
Full Visual Basic 2008 source code providedYou can visit my
Italian language blog or my
English language blogFeel free to send feedbacks or suggestions!