C# Tools C# Tools

A collection of C# (C-Sharp) development tools and .NET programming resources.
[ Login ]


NUnit

3
4
Last Updated: 11/22/2011

A unit-testing framework for all .NET languages; initially ported from JUnit.

Related Items
Adds test driven development support to Visual Studio with unit testing, code coverage analysis, and test profiling.
A suite of development tools enabling unit testing and continuous integration activities on Microsoft .NET projects.
Write automated web application tests in C#.
Unit testing for .NET.
Extend NUnit or MbUnit with new test attributes.
Related Books

The Art of Unit Testing: With Examples in .Net
The Art of Unit Testing: With Examples in .Net

Unit testing, done right, can mean the difference between a failed project and a successful one, between a maintainable code base and a code base that no one dares touch, and between getting home at 2 AM or getting home in time for dinner, even before a release deadline.

The Art of Unit Testing builds on top of what's already been written about this important topic. It guide... more


Professional Enterprise .NET (Wrox Programmer to Programmer)
Professional Enterprise .NET (Wrox Programmer to Programmer)Comprehensive coverage to help experienced .NET developers create flexible, extensible enterprise application code

If you're an experienced Microsoft .NET developer, you'll find in this book a road map to the latest enterprise development methodologies. It covers the tools you will use in addition to Visual Studio, including Spring.NET and nUnit, and applies to development with ASP.NET, C... more


NUnit Pocket Reference (Pocket Reference (O'Reilly))
NUnit Pocket Reference (Pocket Reference (O'Reilly))

Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches.

NUnit is one of the most mature and widely-used .NE... more