Skip to content

A library for creating well-organized multi-page console apps

License

Notifications You must be signed in to change notification settings

Gorddd/ConsoleForms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleForms

NuGet Version

Just a simple .NET library that makes creating well-organized multi-page console applications a little easier.

Advantages

  • Simplifies creating console apps with several "pages"/"forms"
  • Simplifies switching between forms
  • Provides a simple implementation of the observer pattern
  • Separates your app from infrastructure's hard-read code
  • Prevents thread-unsafe Console.Write/Console.Read usage by throwing exceptions