Skip to content

JohanDonne/CSharp-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharp .Net Solution Templates

Install: dotnet new install Ikdoeict.SolutionTemplates

This package contains the following C# solution Templates:

  • Console App 3Layer Architecture (Console3L-JD)
    variants: using Projects folders, using Class Libraries (both using manual dependency injection)
  • Console App Simplified Clean Architecture (ConsoleClean-JD)
    (using standard .Net Core Dependency Injection)
  • WinForms App 3Layer Architecture (WinForms3L-JD)
    variants: using Projects folders, using Class Libraries (both using manual dependency injection)
  • WPF 3Layer Architecture (WPF3L-JD)
    variants: using Projects folders, using Class Libraries (both using manual dependency injection), using Class libraries + MVVM design pattern + standard .Net Core Dependency Injection
  • WPF Clean Architecture (WPFClean-JD)
    (using MVVm design pattern and standard .Net Core Dependency Injection)

These templates can be used from Within Visual Studio just like the pre-installed ones.
They can also be used from the command line. In that case more info about the options can be found using the '-h' option, e.g. dotnet new WPF3L-JD -h

About

Repo voor .Net CSharp Templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages