My self and Wely (Windows Azure MVP) founded the AzureUG.SG (Singapore Windows Azure User Group) in Singapore we had our first Azure.UG meeting at Microsoft Singapore on 26th January 2011.
We got wonderful response more than 30 participants attended the meeting. Microsoft supported us in various form Mingfei Yan Developer Evangelist team help us sponsored as nice food for participants.
David Tang, Product Marketing Manager from Microsoft Singapore. Given welcome note, David talked about the opportunity, potential and Microsoft commitments on Windows Azure cloud computing. Big Thanks to David Tang who helped us lot in many ways our UG.
Developing, Deploying, and Managing Windows Azure Application by Wely (Windows Azure MVP)
The first session done by Wely, He talked about Developing, Deploying, and Managing Windows Azure Application. This talk was actually derived from what Jim’s session in PDC2010. He stared his session with explaining overview of Windows Azure and complete the rest of the session with more demo. Starting with creating an application with Visual Studio, deploying it on Windows Azure Developer portal, and finally managing the deployed application via remote desktop.
You can download my slides and sample code over here
Exploring Windows Azure Storage – Mohammed Faizal
The second session was done by me. I start to discuss about Windows Azure Storage in overview first, subsequently explore more on Windows Azure Table Storage in deep. I use Portfolio and stock and How effectively you can use partition key and row key access or retrieve data from storage.
- Unique partition key is the fastest access method.
- Partition key and row key is very fast
- Partition key and no row key is slower (the Table service needs to read all properties for each entity in the partition).
- No partition key and no row key is very slow
Download presentation slide from http://www.slideshare.net/kmdfaizal/exploring-windows-azure-cloud-storage
No comments:
Post a Comment