View on GitHub

OpenStack.NET

Enabling the open cloud for Microsoft .NET developers

An OpenStack SDK for Microsoft .NET

OpenStack.NET is an SDK written for the Microsoft .NET platform, designed to enable developers to seamlessly work with the many services provided by the OpenStack cloud operating system.

The OpenStack.NET SDK contains:

You can view our API documentation or some sample code.

Getting Started

To install the SDK into your project, you will need:

Once you have your .NET project created, you can install the SDK using the NuGet Package Manager Console.

To install OpenStack.NET, run the following command in the Package Manager Console:

PM> Install-Package openstack.net

For getting started with our Rackspace providers, please see our sample code.