paperlined.org
dev > programming_languages > csharp
document updated 16 years ago, on Mar 6, 2008
C# has a really winning combo: great multithreading, and a text/console API that's easier to program than Linux's. (though probably less flexible)

These two things combine to make it easier to do what's been a dream of mine for a long time: slap a shell-like text interface on top of ANY program while it's running in real time.

The benefits are obvious to anyone who's played around with the console in a high-end switch, or who's played with netsh.

Extra console functionality

Apparently most of this has to resort to making .dll calls.

See also