How to start a project

Starting a project in Visual Studio is largely simple. It mainly comes down to a choice of exactly what kind of project you want to make.

  • Web Project - The starting point for a dynamic and exciting site. It doesn't have to big and complicated. It could be as simple as Twitter or as involved as Facebook.
  • Windows Form Project - Create a new windows application, a visual program that normal users will find simple and powerful to operate.
  • Command Line Project - A way of creating applications that can be called from batch files or the command line. Great for system administrators or tinkerers looking to sandbox ideas.