ayi <t>If you're using Windows Azure Storage 4.3.0, try this code.<br/> <br/> List blobNames = list.OfType().Select(b => b.Name).ToList();<br/> <br/> ```</t>