Developing "Command Line" in .NET?

Posted by Sergey Malyan on Stack Overflow See other posts from Stack Overflow or by Sergey Malyan
Published on 2010-05-29T00:59:32Z Indexed on 2010/05/29 1:02 UTC
Read the original article Hit count: 260

Imagine a "search box" on the right top side of the UI Windows Application. When user types a desired action, a matching functionality is executed. Screen gets opened, or action gets performed.

For example: user types "create" and intellisence offered next word options "client"/"product", user picks "client", and "Create New Client" screen opens up.

So what I am looking for if there is a framework support for this. I assume that framework shall bind together text commands names, commands and show in intellisense. Same framework possibly could have been used in alternative "Command Line interface".

I recall Microsoft had some recent framework that helps to setup "command Line Interface" environmental. It is hard to search on web for this keywords, so relying on intelligent help from you guys. Thanks in advance.

© Stack Overflow or respective owner

Related posts about command-line

Related posts about Development