Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / console

Console

console

Great Reads

by honey the codewitch
Start out with the basics for command line argument processing and exception handling for your console based utilities
by honey the codewitch
Easily add progress reporting to your console apps
by Lodewijk Pool
A quick and easy way to direct Java System.out to File and to Console.
by Member 3896609
try{ FileOutputStream fout= new FileOutputStream("stdout.log"); FileOutputStream ferr= new FileOutputStream("stderr.log"); TeeOutputStream multiOut= new TeeOutputStream(System.out, fout); TeeOutputStream multiErr= new TeeOutputStream(System.err, ferr); ...

Latest Articles

by honey the codewitch
Start out with the basics for command line argument processing and exception handling for your console based utilities
by honey the codewitch
Easily add progress reporting to your console apps
by Lodewijk Pool
A quick and easy way to direct Java System.out to File and to Console.
by Member 3896609
try{ FileOutputStream fout= new FileOutputStream("stdout.log"); FileOutputStream ferr= new FileOutputStream("stderr.log"); TeeOutputStream multiOut= new TeeOutputStream(System.out, fout); TeeOutputStream multiErr= new TeeOutputStream(System.err, ferr); ...

All Articles

Sort by Score

console 

by honey the codewitch
Easily add progress reporting to your console apps
by Lodewijk Pool
A quick and easy way to direct Java System.out to File and to Console.
by Member 3896609
try{ FileOutputStream fout= new FileOutputStream("stdout.log"); FileOutputStream ferr= new FileOutputStream("stderr.log"); TeeOutputStream multiOut= new TeeOutputStream(System.out, fout); TeeOutputStream multiErr= new TeeOutputStream(System.err, ferr); ...
by Shesh Lamichhane
Step by step to add the transformation files of app.config in your .NET Windows service
by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
by Shmuel Zang
Simple Java helper class to print colored text in console window.
by JohnLeitch
ConsolePlus aims to build upon the existing System.Console class by offering a styling language for coloring console output. This enables developers to create applications with rich console output, while minimizing boilerplate code.
by aaverian
A very simple console progress bar.
by DaveAuld
Object inspection with %O in the console output
by Abhijit Ghosh (Subho)
This is an alternative for "Creating a Issue in Jira using Rest API". This is an upgraded version as it contains a way of sending attachments with the issue. This version doesn't use MSXML as it is not recommended by Microsoft.
by AfnanMof
Steps How to Develop Sharepoint Windows Forms
by Ryan Scott White
Draw rectangles in a C# console window with this drop-in class
by metastruct
SFTP Files using PLINK as a process in C#
by SiretT
Console app to share internet connection with other network interface
by M@dHatter
Access private fields from Chained Extended classes
by yuvalsol
Print DataTable, DataView, DataSet, DataRow[] to Console, StringBuilder or Stream
by Alberto Nuti
In a console application, there is often the need to ask (and validate) some data from users. For this reason, I have created a function that makes use of generics and delegates to speed up programming.
by metastruct
Easy to use class for downloading, uploading, and other FTP commands.
by ruben rick
This simple code displays a perlin noise like example.
by N8tiv
Simple SMTP E-Mail Sender in C#… Console application
by Robert S Sharp
I'm not sure that GC would matter very much in such a simple app.But, it's either a call to Dispose on your SmtpClient after you're done using it:smtp.Dispose();or use a using:using (SmtpClient smtp = new SmtpClient{ Host = "smtp.gmail.com", Port = 587, Credentials = new...
by Mukit, Ataul
sometimes console applications give runtime error when you declare static varialbes, so here is a solution how to deal with it
by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
by TheTrigger
Coloring the window console