edit in Overview of Console.Waterworks.

master
Craig Oates 5 years ago
parent
commit
d322280fac
  1. 2
      Overview-of-Console.Waterworks.md

2
Overview-of-Console.Waterworks.md

@ -1,4 +1,4 @@
Console.Waterworks (C.W.) is a NuGet package. I wrote in C# for use in console programs. The main feature it provides is a way to make command-based (MVC?) console programs. It does this this by parsing input from the end-user and mapping it to a particular "command-method". C.W., also, does error-handling. This allows you to focus on writing your "business logic". Another way to look at it is C.W. provides the "plumbing code".
Console.Waterworks (C.W.) is a NuGet package. I wrote it in C# for use in console programs. The main feature it provides is a way to make command-based (MVC?) console programs. It does this this by parsing input from the end-user and mapping it to a particular "command-method". C.W., also, does error-handling. This allows you to focus on writing your "business logic". Another way to look at it is C.W. provides the "plumbing code".
**Console.Waterworks.Core (C.W.C.) is the .Net Core version. It operates in the exact same way as the tradition .Net version.**

Loading…
Cancel
Save