I was wondering if anyone knew of a library for .net console applications that handled all the menu functionality. I know that this is not so difficult, and I can just use Console.WriteLine("..."); to write text, and then do Console.ReadLine(); but I'm just wondering if anyone knows something existing that will handle the menu. I will probably need submenus that will make the code complicated.
(Do not ask why I should do this ...)
source share