简体   繁体   中英

Are there any useful libraries for .NET Console applications?

I'm wondering if there are any useful (free) libraries out there to help the development of Console applications.

Just a simple example:

What about a library that encapsulates all the behaviour to select files in a console application (aka the OpenFileDialog for Console applications).

There's MonoCurses of course, but I'm wondering if there are others?

Thnx. UPDATE: I know you can simply use the OpenFileDialog of course. But I'm talking about pure console applications. No Windows Forms or WPF elements. Pure console only. (For example to run on a Linux system without a graphical user interface).

这是我用于在使用控制台应用程序命令行解析器时解析命令行参数的一个好代码

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM