Sim­ple­SpeedTester

A sim­ple, easy to use frame­work that helps you speed test your .Net code by tak­ing care some of the orches­tra­tion for you.

To exe­cute a test 5 times and work out the aver­age exe­cu­tion times, sim­ple do this:

image

Doc­u­men­ta­tion is here.

Get the source code here.

Down­load the bina­ries here.

 

Amazon.SimpleWorkflow.Extensions

An exten­sion library on top of the .Net AWS SDK to add an intu­itive API for mod­el­ling work­flows and take away most of the plumb­ing code you would nor­mally have to write when work­ing with the Ama­zon Sim­ple­Work­flow ser­vice and instead lets you focus on writ­ing the activ­ity logic that need to be per­formed at each step of a workflow.

For instance, a sim­ple work­flow which sums the length (no. of char­ac­ters in the returned HTML) of an array of URLs can be imple­mented as follows:

image

image

Read the series of intro­duc­tory posts here, more exam­ples can be found here.

Get the source code here.

Down­load the bina­ries here.

 

DynamoDb.SQL

A SQL-like exter­nal DSL for query­ing and scan­ning data in Ama­zon DynamoDB by build­ing on top of exist­ing func­tion­al­i­ties of the .Net AWS SDK. This light­weight library allows you to write queries such as the fol­low­ing to per­form Query and Scan oper­a­tions using exten­sion meth­ods on DynamoD­B­Client and DynamoD­B­Con­text instances.

image

image

Doc­u­men­ta­tion is here.

Get the source code here.

Down­load the bina­ries here.

 

Fil­bert

A BERT seri­al­izer and BERT-RPC client for .Net.

Doc­u­men­ta­tion is here.

Get the source code here.

Down­load the bina­ries here.

Leave a Reply