How display a list of Azure blob of a Container in Silverlight application?

后端 未结 2 1142
北海茫月
北海茫月 2021-01-28 21:14

How display a list of Azure blob of a Container in Silverlight application?

I know how to do it in regular .Net but I need it in Silverlight. I\'m able

2条回答
  •  时光说笑
    2021-01-28 21:21

    Okay no magic here. I can use the API or (what I will do) use a WCF Service to fetch Azure blob storage and pass thru this service in my Silverlight application to get the data.
    Not magic but not complicated.

提交回复
热议问题