Skip to content

letientai299/learn-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn C#

Note, code samples and utils while learning C#.

TODO

  • Code org:
    • Split by solutions, dirs, or namespaces? How to make sense for all of this? What is reasonable?
    • Directory.Build.Props, nested?
      • Why can't we build ./example/APIs/Minimal using dotnet build within that folder?
  • Create and manage repo level custom project templates using Rider.
  • Report, contribute reproduce and possibly fix dotnet-watch duplicated endpoints bugs dotnet/aspnetcore#44857

Dependency Injection

  • Among all the construtors, the one with most parameters and is resolvable will be used.
  • Throw on unable to resolve: ambigous or lacking of dependencies.

TODO:

  • Currently, MS examples show how to use it via Host builder. How to use DI without those APIs? What are the bare minimum packages to import?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published