Downloads
Get you some code!
Current Version
CorrugatedIron has just reached its first ever release milestone and is proudly sitting at v0.2.1. If you're keen to get your hands on it you have quite a few options:
- Grab the source directly from our Github repository (development | stable).
- Install the CorrugatedIron Nuget package directly into your project via Nuget.
- Download the v0.2.1 binaries.
If you're a user of Visual Studio the easiest option is to install the Nuget package. This can be done via the Nuget Package Management GUI, or from the Package Manager Console:
PM> Install-Package Corrugatediron
Sample Applications
If you're anything like us, you'll appreciate a few sample applications to base your code off even if the documentation is really good. For that reason we've provided a few sample applications to get you started.
The sample applications can be found in our samples repository. The samples include:
- A Session State Provider provider which uses CorrugatedIron to store ASP.NET session state in Riak.
- A .NET client for Sean Cribbs' chat application, YakRiak.
- A generic sample application which shows many of CorrugatedIron's features and demonstrates how to configure and wire-up CorrugatedIron using: