Skip to content

Commit

Permalink
Merge pull request Azure#335 from jeffwilcox/dev
Browse files Browse the repository at this point in the history
Refactoring repository
  • Loading branch information
jeffwilcox committed Dec 4, 2013
2 parents 0f21a15 + da7718e commit 078f52b
Show file tree
Hide file tree
Showing 807 changed files with 53 additions and 195,495 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ Backup*/
UpgradeLog*.XML

# NuGet
/microsoft-azure-api/Services/Storage/Test/Unit/RT/AppPackages/
libraries/packages
packages

# Mac development
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
60 changes: 16 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ complete SDK, please see the [Windows Azure .NET Developer Center](http://www.wi
# Features

- Storage

> Available in the separate [Storage repository](https://github.com/WindowsAzure/azure-storage-net/)
- Tables
- Create/Delete Tables
- Query/Create/Read/Update/Delete Entities
Expand All @@ -18,6 +21,7 @@ complete SDK, please see the [Windows Azure .NET Developer Center](http://www.wi
- Create/Delete Queues
- Insert/Peek Queue Messages
- Advanced Queue Operations

- Management Libraries (Preview)
- Compute
- Infrastructure
Expand Down Expand Up @@ -68,61 +72,29 @@ We gladly accept community contributions.

For general suggestions about Windows Azure please use our [UserVoice forum](http://www.mygreatwindowsazureidea.com/forums/34192-windows-azure-feature-voting).

# Storage Client Library for .NET 4, Windows 8, and Windows Phone 8 (2.1.0.0)
# Storage Client Library

The Storage Client Library ships with the Windows Azure SDK for .NET and also on NuGet. You'll find the latest version and hotfixes on NuGet via the `WindowsAzure.Storage` package. You can [read about the 2.1 release on the storage team blog post](http://blogs.msdn.com/b/windowsazurestorage/archive/2013/09/07/announcing-storage-client-library-2-1-rtm.aspx).
To use storage services (blog, table, queue), the storage client library provides rich APIs for interacting with the storage service.

Please note that Windows 8 and Windows Phone 8 libraries are CTP (Community
Technology Preview) releases.
The Storage Client Library ships with the Windows Azure SDK for .NET and also on NuGet. You'll find the latest version and hotfixes on NuGet via the `WindowsAzure.Storage` package.

## Download & Install

### Via Git
## Storage source code

To get the source code of the SDK via git just type:
### v3.0+

```bash
git clone git://github.com/WindowsAzure/azure-sdk-for-net.git
cd azure-sdk-for-net
```
With the release of the 3.0.0 storage client library, you can find the latest storage library (and associated issues) in the separate repo [azure-storage-net](http://github.com/WindowsAzure/azure-storage-net/).

### Via NuGet
### v2.0.1.4

To get the binaries of this library as distributed by Microsoft, ready for use
within your project you can also have them installed by the .NET package manager [NuGet](http://www.nuget.org/).
The latest version of the v2.1.x storage client library is available in the azure-sdk-for-net repo under the [`v2.1.0.4` tag](https://github.com/WindowsAzure/azure-sdk-for-net/releases/tag/v2.1.0.4).

`Install-Package WindowsAzure.Storage`
## NuGet package install

## Dependencies
The storage client libaries are delivered via NuGet officially by Microsoft, ready for use within your project. They are installed with the [NuGet package manager](http://www.nuget.org/) which is built into Visual Studio 2013; for earlier releases of Visual Studio, NuGet is a quick and easy extension to install.

### OData

This version depends on three libraries (collectively referred to as ODataLib), which are resolved through the ODataLib (version 5.2.0) packages available through NuGet and not the WCF Data Services installer which currently contains 5.0.0 versions.

The ODataLib libraries can be downloaded directly or referenced by your code project through NuGet.

The specific ODataLib packages are:

- [Microsoft.Data.OData](http://nuget.org/packages/Microsoft.Data.OData/)
- [Microsoft.Data.Edm](http://nuget.org/packages/Microsoft.Data.Edm/)
- [System.Spatial](http://nuget.org/packages/System.Spatial)

### Test Dependencies

FiddlerCore is required by:

- Test\Unit\FaultInjection\HttpMangler
- Test\Unit\FaultInjection\XStoreMangler
- Test\Unit\DotNet40

This dependency is not included and must be downloaded from [http://www.fiddler2.com/Fiddler/Core/](http://www.fiddler2.com/Fiddler/Core/).

Once installed:

- Copy `FiddlerCore.dll` `\azure-sdk-for-net\microsoft-azure-api\Services\Storage\Test\Unit\FaultInjection\Dependencies\DotNet2`
- Copy `FiddlerCore4.dll` to `azure-sdk-for-net\microsoft-azure-api\Services\Storage\Test\Unit\FaultInjection\Dependencies\DotNet4`
`Install-Package WindowsAzure.Storage`

## Code Samples
## Storage code samples

> Note:
> How-Tos focused around accomplishing specific tasks are available on the [Windows Azure .NET Developer Center](http://www.windowsazure.com/en-us/develop/net/).
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlManagement", "src\SqlManagement\SqlManagement.csproj", "{74CEEF0C-D9DB-412E-B6AD-F63020C0AC72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreManagement", "src\StoreManagement\StoreManagement.csproj", "{E9119999-B156-4CE1-A83E-F7778992739B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Tracing.Etw", "src\Common.Tracing.Etw\Common.Tracing.Etw.csproj", "{50B0A8CE-D290-4EB7-8C6C-16EAAB75225E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Tracing.Test", "src\Common.Tracing.Test\Common.Tracing.Test.csproj", "{B2FAA0E6-2643-4011-8CFE-BA28BDFFC7E7}"
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions libraries/libraries.msbuild → libraries.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
<!--
Helpful build tasks in this tree
-->
<Import Project="..\tools\Microsoft.WindowsAzure.Build.msbuild" />
<UsingTask AssemblyFile="..\tools\Microsoft.WindowsAzure.Build.Tasks.dll" TaskName="ValidateStrongNameSignatureTask" />
<UsingTask AssemblyFile="..\tools\Microsoft.WindowsAzure.Build.Tasks.dll" TaskName="RegexReplacementTask" />
<Import Project="tools\Microsoft.WindowsAzure.Build.msbuild" />
<UsingTask AssemblyFile="tools\Microsoft.WindowsAzure.Build.Tasks.dll" TaskName="ValidateStrongNameSignatureTask" />
<UsingTask AssemblyFile="tools\Microsoft.WindowsAzure.Build.Tasks.dll" TaskName="RegexReplacementTask" />

<!--
Build tasks (on-premise only)
Expand Down Expand Up @@ -304,7 +304,7 @@
replacements in files such as NuGet specs.
-->
<Target Name="BuildEngineeringDependencies">
<MSBuild Projects="..\tools\Microsoft.WindowsAzure.Build.Tasks\Microsoft.WindowsAzure.Build.Tasks.csproj"
<MSBuild Projects="tools\Microsoft.WindowsAzure.Build.Tasks\Microsoft.WindowsAzure.Build.Tasks.csproj"
Targets="Build"
Properties="Configuration=Debug;Platform=AnyCPU" />
</Target>
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions microsoft-azure-api/Services/Storage/.gitattributes

This file was deleted.

70 changes: 0 additions & 70 deletions microsoft-azure-api/Services/Storage/CustomDictionary.xml

This file was deleted.

Loading

0 comments on commit 078f52b

Please sign in to comment.