Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

You can use the console application for things that you don't wish to load down with a graphical UI. For example, if you are making some sort of server application that doesn't have any sort of user interaction, you may wish to make it a console application so as to enable basic statistical output or errors or whatever.

 

There isn't really any time you need to use a console application, it's just that you can use it if you don't need controls.

  • 2 weeks later...
Posted
There is one time you would need to use it. If you plan on running the program through a Command Window, of course. But this also includes if you are telneting to the machine or sshing to the machine. Both of these use the Console.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...