c# - Console app skeleton with input and output that is reusable -
i have made countless console applications since started coding. need test quickly, other times want make simple helper program. in case need kind of interaction program , every time feels reinventing wheel.
so question is:
does know of console application skeleton? mean console application takes care of things might expect console application.
input command parsing many arguments want map methods in classes example.
output depending on input. both when type expected , unexpected.
easy way add custom classes , connect them skeleton app.
p.s. have found one:
link console app skeleton nice, has limitations. nice requires static among other things.
may suggest alternative countless console applications test something?
i use linqpad (https://www.linqpad.net/) hate these throw away projects try something. can define basic query (template) , clone each time.
it supports nuget packages , adding own references.
Comments
Post a Comment