sagitta-ignis / dreamcore

.Net Core repository of your dreams (soon)
2 stars 0 forks source link

Dependency Injection pattern #7

Open Hughzu opened 4 years ago

arcange commented 4 years ago

This is the default way .NET core works for many things (services - which are "helpers", database, and more). So better keep that in mind when we'll implement our things, and don't rely too much on static classes and helpers