SimpleSpeedTester
A simple, easy to use framework that helps you speed test your .Net code by taking care some of the orchestration for you.
To execute a test 5 times and work out the average execution times, simple do this:

Documentation is here.
Get the source code here.
Download the binaries here.
Amazon.SimpleWorkflow.Extensions
An extension library on top of the .Net AWS SDK to add an intuitive API for modelling workflows and take away most of the plumbing code you would normally have to write when working with the Amazon SimpleWorkflow service and instead lets you focus on writing the activity logic that need to be performed at each step of a workflow.
For instance, a simple workflow which sums the length (no. of characters in the returned HTML) of an array of URLs can be implemented as follows:


Read the series of introductory posts here, more examples can be found here.
Get the source code here.
Download the binaries here.
DynamoDb.SQL
A SQL-like external DSL for querying and scanning data in Amazon DynamoDB by building on top of existing functionalities of the .Net AWS SDK. This lightweight library allows you to write queries such as the following to perform Query and Scan operations using extension methods on DynamoDBClient and DynamoDBContext instances.


Documentation is here.
Get the source code here.
Download the binaries here.
Filbert
A BERT serializer and BERT-RPC client for .Net.
Documentation is here.
Get the source code here.
Download the binaries here.



