Top "Console-application" questions

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.

When should one use Environment.Exit to terminate a console application?

I'm maintaining a number of console applications at work and one thing I've been noticing in a number of them …

c# .net console-application
How to make win32 console recognize ANSI/VT100 escape sequences?

I'm building a lightweight version of the ncurses library. So far, it works pretty well with VT100-compatible terminals, but …

windows terminal console-application ncurses ansi-escape
Show message Box in .net console application

How to show a message box in a .net c# or vb console application ? Something like: Console.WriteLine("Hello World"); …

c# .net vb.net console-application messagebox
How to add a live (interactive) console window to Atom?

Is it possible to add a live (interactive) console window to Atom? Note that this is similar to the article …

console-application atom-editor
.NET Core console application, how to configure appSettings per environment?

I have a .NET Core 1.0.0 console application and two environments. I need to be able to use appSettings.dev.json …

c# console-application .net-core
Custom text color in C# console application?

I just finished my C# console application code for a project and would like to add some color to my …

c# visual-studio console console-application textcolor
How to add App.Config file in Console Application

I want to store the connection string and some parameters in app.config file which we generaly do for windows …

c# .net console-application
How do I find out what directory my console app is running in?

How do I find out what directory my console app is running in with C#?

c# .net console-application
Setting the Cursor Position in a Win32 Console Application

How can I set the cursor position in a Win32 Console application? Preferably, I would like to avoid making a …

c++ console-application cursor-position
Publishing C# console application

I have developed a C# console application using VS2010. Now i would like to make it into a setup.exe. …

c# console-application setup-deployment