Storing binary data (images, files, etc) using WPF + Windows Azure

前端 未结 2 1989
不知归路
不知归路 2021-01-15 04:08

I have a WPF application that uses Windows Azure as the backend. I use SQL Azure to store data that are accessed by the WPF application through a WCF service. I need to be a

2条回答
  •  Happy的楠姐
    2021-01-15 05:06

    Azure blobs. SQL Azure is expensive compared to blobs.

     http://www.windowsazure.com/en-us/home/features/storage/
    

提交回复
热议问题