C# Tools C# Tools

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


Rhino Mocks

3
4
Last Updated: 11/22/2011

A dynamic mock object framework for the .Net platform. Its purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing.

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


ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution (Wrox Programmer to Programmer)
ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution (Wrox Programmer to Programmer)A hands-on journey takes you through the development process of a Web application from concept to production

ASP.NET MVC is a new Web development framework created by Microsoft as an alternative to ASP.NET web forms applications. MVC is well suited to testability, and Test Driven Development (TDD) affords you a generous level of control while also making MVC very powerful and extensible. ... more