65.9K
CodeProject is changing. Read more.
Home

Code Snippet Compiler

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.25/5 (4 votes)

Feb 17, 2010

CPOL
viewsIcon

22823

I came across this tool, briefly mentioned on one of the Hansleminutes podcasts:SnippetCompiler[^]The application allows you to write, compile and run scratch code without the overhead of creating a whole VS project. It has been useful for me on the code project, when I want to make...

I came across this tool, briefly mentioned on one of the Hansleminutes podcasts: SnippetCompiler [^] The application allows you to write, compile and run scratch code without the overhead of creating a whole VS project. It has been useful for me on the code project, when I want to make sure the code I provide is good. Prepare to say goodbye to ConsoleApp1, ConsoleApp2,.....,ConsoleAppn misery!