Skip to content

Template project for .Net console demo applications with Menu

Notifications You must be signed in to change notification settings

dotnet-demos/template-console-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template project for .Net console demo applications with menu

Specifications

  • .Net version - .Net 6
  • Nugets referenced
    • DotNet.Helpers
    • easyconsolestd
    • Microsoft.Extensions.Hosting

Dependency injection

  • Supported. Refer the Program.cs file for more details
  • The options are injected as dependency to the [MenuService](/src/MenuService.cs then those are invoked based on selection.

Other interesting console templates