
Windows Azure Storage ◾ 385
System.Data.Services.Client in the search box and press Enter, check the newly
searched reference shown in Figure 11.10 and then click OK. Similarly, add the ref-
erences Microsoft.WindowsAzure.StorageClient for using the Windows Azure
storage services and Microsoft.WindowsAzure.ServiceRuntime for retrieving the
connection string.
3. e specification of columns/properties in a table will be defined in a class called
schema class. In the schema class, you will define the names of the properties and the
initial values assigned to the properties. To create the schema class, you need to delete
the default class Class1 ...