Click here to Skip to main content
15,867,568 members
Everything / Console

Console

console

Great Reads

by Marco-Hans Van Der Willik
This article continues with the development of the SOLID Poker project, and covers functionality to Compare and Validate Poker Hands.
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 Sunasara Imdadhusen
MS Test Result Viewer is a free open source library to convert MS Test result (.trx) file into HTML. It is also allowed you to perform MS Test on your test container project (.dll) file. This utility will work with simple command line arguments to generate test report in HTML format with excellent U
by Athari
CsConsoleFormat library for .NET - Formatting in Console using modern technologies

Latest Articles

by M@dHatter
Access private fields from Chained Extended classes
by Kenji Elzerman
A simple tutorial with some code of how to read text from an image with Azure Computer Vision
by SiretT
Console app to share internet connection with other network interface
by Shmuel Zang
Simple Java helper class to print colored text in console window.

All Articles

Sort by Updated

Console 

16 Nov 2013 by _Noctis_
A simple console application to visualize and understand recursion
11 Oct 2013 by ASP.NET Community
Getting started with MongoDBMongoDB is a famous representative of NoSQL databases. It is a document-oriented database, which means that data will
3 Mar 2018 by Athari
CsConsoleFormat library for .NET - Formatting in Console using modern technologies
2 Mar 2017 by Awesh Vishwakarma
The easiest way to use Entity Framework with SQLite databases in C# Winform and Console Applications
23 Dec 2011 by Dan Randolph
Builds on the existing RunRemote project to run commands on a remote server.
2 Jul 2020 by Daniele Fontani
Sometimes, for learning, we need to find excuses to start a new project
30 Jul 2020 by DiponRoy
Making schedule jobs exe using Quartz scheduler
2 Apr 2014 by elw00d123
How to create console app with pseudographics using XAML quickly
4 Jan 2016 by Garbel Nervadof
Execute console application using ASP.NET web application
4 May 2020 by honey the codewitch
Start out with the basics for command line argument processing and exception handling for your console based utilities
11 Jun 2017 by Jasper Lammers
Using Autocomplete in Windows Console Applications without losing key functions when using Console.Readkey().
19 Aug 2017 by Jasper Lammers
Using multithreading in Windows Console Applications without interrupting user input.
6 Jun 2017 by Jasper Lammers
Retaining default functions when using Console.ReadKey() and customizing console key actions
26 Jul 2012 by John Orendt
Visits to configured web sites in every configured interval and logs connectivity.
26 Nov 2017 by Juan G. Carmona
Proper logging in .NET Core 2 Console App
13 Nov 2022 by Kenji Elzerman
A simple tutorial with some code of how to read text from an image with Azure Computer Vision
13 Mar 2016 by M. van der Corput
Simple task based spinner for a console application
6 Mar 2012 by m0rdred
Tired of generating your command line parsing interface to your apps? Here is yet another CLI tool for helping you do just that.
7 Apr 2017 by Marco-Hans Van Der Willik
This article continues with the development of the SOLID Poker project, and covers functionality to Compare and Validate Poker Hands.
4 Apr 2017 by Marco-Hans Van Der Willik
Versatile engine to generate Spec Based Poker Hands, which allows for extensive algorithm based testing
21 Apr 2019 by Michael Haephrati
This article will show how to selectively add a Console window to Win32 or even MFC programs for debugging purposes.
21 Jul 2019 by Mustafa Kok
Easily debuggable Windows service project template written in C#
31 Mar 2021 by Sergey Alexandrovich Kryukov
This is just a funny Visual Studio Code extension, but… what can happen if somebody will try to use it seriously?
16 Oct 2012 by Sunasara Imdadhusen
MS Test Result Viewer is a free open source library to convert MS Test result (.trx) file into HTML. It is also allowed you to perform MS Test on your test container project (.dll) file. This utility will work with simple command line arguments to generate test report in HTML format with excellent U
10 Apr 2012 by Tiberiu Boros
OctaveSharp wrapper for using Octave in C# applications
10 Nov 2020 by Yisrael Lax
.NET Library for automatically validating and casting console input parameters