CoadTools Quick Test C# Project Template
Noah Coad left a comment to our entry about the Snippet Compiler to inform us of a quick c# project template he whipped up for testing small bits of code in the full IDE.
From hist post: https://msmvps.com/coad/archive/2004/06/18/8408.aspx
Very often I need to test a tidbit of code, do some research on a class, etc. In fact, I was creating several times as many quick code test projects as any other project need. I used to start a Console application, change it to a Windows Application, but still needed to add namespaces, etc. So I created a custom "New Project" template for Visual Studio .NET 2003. To use, just install, load VS.NET, choose "New Project"/"Visaul C# Projects"/"Quick Test", and you're good to go.
The main goal was to minimize the time to test code. Just start VS.NET, choose the "Quick Test" project, and type code. I wanted to send output to the Trace (VS.NET Ouput Window) and have the most common namespaces already included. You can easily modify the template after it is installed to suite your own needs.
Download: CoadTools Quick Test C# Project Template (setup .msi) for Visual Studio .NET 2003
Comments
- Anonymous
June 22, 2004
The tool is completely free. All I ask is that you please leave a feedback comment on my blog about it. Thanks.
Creating Quick Tests in C#
http://msmvps.com/coad/archive/2004/06/18/8408.aspx - Anonymous
January 24, 2008
PingBack from http://softwareinformation.247blogging.info/powertoys-weblog-coadtools-quick-test-c-project-template/