Access.PowerTools

Access PowerTools is currently a sample MS Access add-in project to try & test features of Add-in Express™ 2009 for Microsoft® Office and .net (http://www.add-in-express.com/add-in-net/). This project's source code is a sample of agile TDD development using MS VS2008 and C#...

Assertion.NUnit

NUnit test helper class. Traditionally NUnit stops test on the first check failure. But sometimes subsequent rules check may helps with bug location.

Attach Stub Framework

attach.zip (82 kB)
A framework that dynamically generates stub objects for your classes to support creating unit tests structured according to the 3A pattern (arrange/act/assert). Also supports refactoring (no string identifiers) and does not require interfaces.

Behavioral

behavioral.zip (153 kB)
A Behavior Driven Design (BDD) library adding a clearer syntax and better organization to unit tests. Currently tested working with NUnit and MSTest.

Bieb: the personal book collection website

bieb.zip (22,4 MB)
Website project based on ASP.NET MVC for managing and displaying your personal book collection on the web.

ORAYLIS BI.Quality

BIQuality.zip (6,8 MB)
ORAYLIS BI.Quality is a testing suite for BI solutions makes it easier to develop in an agile environment. The suite is based on NUnit and supports quite a lot of different testing methods.

Byldan

byldan.zip (38,8 MB)
Byldan is a .NET version of Maven. Unlike NAnt which is procedural, Byldan employs descriptive project files to manage the build.

CCStatistics for CruiseControl.NET 1.4

CCStatistics allows you to rebuild your historical statistics information from all your legacy build results. This is critical if you add a new statistic to measure, as by 'out of the box' it will not import any existing information. This solves that issue when the data (via XPat

Chaining Assertion

Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest, NUnit, xUnit.net, MbUnit. This provides only single file.

Automatic Class Tester

Automatically unit test your model: - Automatically test properties, spotting any miswired getters or setters - Increase code coverage, reaching parts manual tests don't even try to - Supports ignoring specified properties if you have any funky logic in there that needs a manual test - Tests for PropertyChanged events if your class implements INotifyPropertyChanged Tests constructors and that they map parameters to properties

VSTS Code Coverage Runner - Get VS Code Coverage from NUnit or MbUnit

This project is an attempt to provide a wrapper around the VSTS instrumentation and code coverage tools. VSTS provides very powerful code coverage tools with Visual Studio, but as packaged, you need to be running MSTest unit tests to obtain this coverage data. There is a way of getting this data without using MSTest though, by using another test framework such as NUnit or MbUnit for example. This wrapper encapsulates the generation of the .coverage file from a run of NUnit or MbUnit (or similar), but in addition it provides an automated generation of the .xml version of the .coverage file (both can be read by Visual Studio directly), and then uses an XSLT template to transform the XML ouput into a final human readabale page (by default a .html file) Further extension will pull the actual parameters from the hardcoded values in the console application into a wrapper class, and will wrap both with a command line tool and with an MSBuild task - however the code is functional enough, and is transparent enough, that both of these tasks should be easy to implement for anyone wishing to do so for themselves if they require this immediately.

Composure

composure.zip (152,4 MB)
THIS PROJECT IS IN THE PROCESS OF BEING RECONSTRUCTED. It will focus on the development of a comprehensive COMPOSITE APPLICATION PLATFORM. (Stay Tuned!)

NUnit.Parallel

cpntr.zip (9,7 MB)
This tool is created to run NUnit tests in parallel with the continuous integration. This tool is a part of the TBox project.

A Book Cataloging system written in C#

CrimsonReader.zip (195,1 MB)
This is a early alpha, not for primetime yet. Crimson reader is a set of EPUB readers and a book cataloging program written in C#. The readers use a website or a local datacache to keep track of the books, DVD's and MP3's.

Device Analysis & Reporting Tool (DART)

dart.zip (9,5 MB)
DART is a comprehensive tool for analyzing system information and memory distribution of high volume network drives and folders. It gives graphical analysis of system memory along with usage history, snapshot & reporting making maintenance easy and efficient. DART makes it easier for users to view and analyze the contents of a Drive, directory or folder like never before. You will no longer have to go inside each folder and scrutinize manually their contents to decide whether to archive, delete or reatin its contents. DART makes all that very easy and efficient. It is written in C# and makes use of Microsoft Windows Presentation Foundation. It's architecture is based on Model View View Model pattern.

Dotnet.Samples

.NET Framework sample projects showcasing a variety of technologies, frameworks and libraries. Created by Nano Taboada under a MIT License.

EFMVC - ASP.NET MVC 4, Entity Framework 5 Code First and Windows Azure

efmvc.zip (55,3 MB)
Demo web app using ASP.NET MVC 4, EF 5 Code First and Windows Azure

ExcelTestCaseDataReader

Provides a fluent interface which encapsulates the complexity for reading excel spreadsheets, either from an embedded resource or from the file system using the Excel Data Reader library, and turns them into NUnit´s testcases.

GoFigure

gofigure.zip (8,0 MB)
Unified .NET configuration, providing the flexibility to quickly swap configuration sources from local file-based settings to anywhere you desire (e.g. remote SQL Server storage, WCF XML service, RESTful JSON service, custom, etc.). Does your javascript need configuration settings? Web applications are getting more complicated, so GoFigure also provides a jQuery extension using JSON and AJAX to retrieve configuration settings from a REST-based service on the server.

Jolt.NET : Productivity Libraries for the .NET Framework

jolt.zip (9,0 MB)
Inspired by the Boost C++ libraries, Jolt.NET aims to complement the .NET Base Class Library (BCL) and .NET Framework with algorithms, data structures, and general productivity tools. It is the hope of the authors that Jolt.NET features will one day be represented in .NET.