There have been several occurrences where I needed to have something quick UI, to check some set of classes. Building a whole Windows Forms or WPF application seemed to be overkill, specially when I will not be responsible for building UI later, or application will not need UI at all. So what we usually do? Right, create a command line utility, than another one and another one.. Most of them look exactly the same.
So some time ago I have created a Visual Studio project template, that will contain all I need in such console applications, and all I need – just put the code (or calls to another code) for your business logic and check it. Now I have decided to publish it as well, as I’ve been asked to send it few times by mail and people found it useful.
For more info and download link, see full article Prototype Project Template.
Technorati Tags:
C#,
.NET,
Visual Studio