Developing "Command Line" in .NET?
- by Sergey Malyan
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…