1. Console Read Stuff

    By:

    This small collection of code snippets add the following features to console application. Console_Stuff Read_BoundedValue(Of T)( ICollection(Of T) - Enables an easy way of selecting an element from a collection in a console application. - Read_Decimal --> Allow the user to type in a Decimal Value. Console_Timeouts - WaitForKey - WaitForLin... More information

  2. Selenium WebDriver Support Classes

    By:

    Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains .NET support classe... More information

  3. AsyncAwaitCTP

    By:

    Quick Installer for the Async Await Library for .net 4.0 projects (VS 2010)

  4. SizSelCsZzz

    By:

    Various utility methods for Selenium from .NET. (Use jQuery or Sizzle css selectors, wait on ajax operations, check client-side exceptions, switch to/from new window)

  5. Polly

    By:

    Polly is a .NET 3.5/4.0/4.5 library that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.

  6. LABjs :: Loading And Blocking JavaScript

    By:

    The defining characteristic of LABjs is the ability to load all JavaScript files in parallel, as fast as the browser will allow, but giving you the option to ensure proper execution order if you have dependencies between files. with regular <script> tags, you cannot control their loading and executing behavior reliably cross-browser. Some new brow... More information

  7. Errordite.Client

    By:

    Errordite receives all your application exceptions and groups together those that are the same - automatically or with rules you define. You then decide how to progress the errors. You can fix them, ignore them, or wait and see how often the error occurs. This is the general purpose .net client; there are also specialist MVC versions.

  8. LinqToAwait

    By:

    LINQ operators that work with async/await

  9. Errordite.Client.Mvc2

    By:

    Errordite receives all your application exceptions and groups together those that are the same - automatically or with rules you define. You then decide how to progress the errors. You can fix them, ignore them, or wait and see how often the error occurs. This is the MVC2 version. There is also a general purpose client and an MVC version (support... More information

  10. Compare .NET Objects

    By:

    What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.

  11. Errordite.Client.Mvc3

    By:

    Errordite receives all your application exceptions and groups together those that are the same - automatically or with rules you define. You then decide how to progress the errors. You can fix them, ignore them, or wait and see how often the error occurs. This is the MVC3 version which automaticaly configures your application (via an http modules) ... More information

  12. CSharpTest.Net.Library - Collection of utilities and misc classes

    By:

    ==CSharpTest.Net.Library== A collection of unrelated helper classes and utilities for a wide variety of uses: - Base classes like Disposable, Comparable, Equatable - Configuration based UserSettings - Object cloning and deep cloning - Disposable lists - OrdinalList / set operations on bits - SetList / set operations on small lists - Parsing comman... More information

  13. CookieRestrictions

    By:

    By adding the queryparameter allowCookies=on or disallowCookies=on cookies will be disabled or enabled. (cookis are enabled by setting an allowCookies cookie with the value "on") - On the server side a http-module attached to the ResponseEnd event will clear all cookies if they are not enabled - On the client side a javascript will wai... More information

  14. Errordite.Client.Mvc4

    By:

    Errordite receives all your application exceptions and groups together those that are the same - automatically or with rules you define. You then decide how to progress the errors. You can fix them, ignore them, or wait and see how often the error occurs. This is the MVC4 version which automaticaly configures your application (via an http modules) ... More information

  15. Magical Unicorn Geocoding Toolkit

    By:

    Need the Latitude/Longitude of some address? That's called Geocoding. This toolkit does all the Geocoding heavy lifting for you :) Just ask which online, Geocoding service to use (because each one has seperate Api quota's .. boooo!) and BOOM! If the address is legit, then a Lat/Long is returned. Simple! But Wait! There's More! .. er.. no ther... More information

  16. DataQueueWriter

    By:

    Tool to allow queuing up writes to a data service class and not having to wait for the results

  17. cmdR

    By:

    CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action which will perform your apps logic. This helps introduce a separation between your apps logic and the code to drive the input-parse-execute loop. CmdR works as a simple input-parse-execute loop where the user enters a comma... More information

  18. CorLib

    By:

    CorLib is a class-library containing many useful types missing from the .NET Framework, such as Gate, AtomicUInt64, & EventLoopSchedulerSlim, and extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!

  19. SubSpec for Silverlight

    By:

    SubSpec allows developers to write declarative BDD style tests operating at all layers of abstraction consisting of highly composable, small primitive concepts. Based on the powerful xUnit testing framework, SubSpec is easy to integrate with existing testing environments. This version of SubSpec comes with all the necessary xUnit dependencies ... More information

    559 downloads

  20. Talifun.FileWatcher

    By:

    A file watcher that waits for file change events to finish before raising a change event.