|
|
|
|
|
|
|
|
Content delivery networks |
A CDN is a large number of web servers that are distributed across the world. These web servers usually sit close to the internet backbone and can quickly serve up large files. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Developing with the Table service |
Like the other storage services, communication with the Table service occurs through the REST API . Although you can use this API directly, you’re likely to be more productive using the StorageClient library provided in the Windows Azure SDK. |
|
|
Modifying an entity to work with the Table service |
The Timestamp property is typically used to handle concurrency. Prior to updating an entity in the table, you could check that the timestamp for your local version of the entity was the same as the server version. |
|
|
A brief overview of the Table service |
The Table service component of the Windows Azure storage services (which includes the BLOB service, Table service, and Queue service) is a very simple, highly scalable, cost-effective solution that can be used to store data. |
|
|
|
|
|
|
|
|
|
Integrating BLOBs with your ASP.NET websites |
In typical ASP.NET websites, you usually distribute your assets with your website. Although this strategy works great for small websites, it’s pretty much unmanageable when dealing with larger websites |
|
Downloading BLOBs |
In this section we’ll look at how to download BLOBs from both a public container and a private container. To take things nice and easy, we’ll tell you how to download BLOBs that are stored in a public container first. |
|
|
|
|
|
|
|
|
|
|
A closer look at the BLOB storage service |
In BLOB storage, you can’t store BLOBs directly in a storage account because every BLOB must live in a container. A container is really a top-level folder. Although you can set permissions directly on a BLOB, this can be a pain with a large number of BLOBs. |
|
|
|