Tag Archives: TDD

Some best practices for C# developers

Here is some best practices for C# developers. Check the C# source files with StyleCop – (http://code.msdn.microsoft.com/sourceanalysis) – StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Windows Forms | Tagged , , , , , , | Leave a comment

Unit Testing Windows Forms using White and nUnit

Few days back I attended a session on TDD with ASP.NET MVC 1.0 on K-MUG Cochin User group meeting, from Shiju Varghese, the session was excellent one. Currently I was working on a Windows application, so after the session I … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms | Tagged , , , , , , | 3 Comments