Last Updated: February 25, 2016
·
2.786K
· ritasker

Console App in Visual Studio 2012 Express for Web

Do you have Visual Studio 2012 Express for Web installed?
Have you noticed there isn't a Console Application project template?

Whilst I mainly work in web project every now and again I need to try out some code and a console app is a handy way of doing so.

Here is how to create a console project,

  1. Create a class library
  2. On the properties page, select the 'Output Type' as 'Console Application'

Picture

  1. Code!