tags:

views:

316

answers:

2

Microsoft's new Windows Live Application Based Storage API is a RESTful API.

More info is here.

Why did they choose not to support WebDAV?

+1  A: 

WebDAV is for managing files on a remote server, but perhaps is not generic enough for what Microsoft was trying to accomplish.

There's also a lot of hype around REST lately and they are probably in competition with S3 from Amazon which offers a REST API.

It would have been good of them to provide their RESTful API as well as WebDAV.

Brian R. Bondy
+1  A: 

Microsoft has ADO.NET data service which provides RESTful API for data. Perhaps they have used the framework for the storage.

codemeit