Gorddd / ConsoleForms

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

Repository from Github https://github.comGorddd/ConsoleFormsRepository from Github https://github.comGorddd/ConsoleForms

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

About

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

License:MIT License


Languages

Language:C# 100.0%