Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 566 Bytes

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