Since the repository was injected once through constructor injection, the loop used the same instance. 💡 **Key takeaway** Transient ≠ New object per method call Transient = New object per DI ...
Building a project from a tutorial and building one from scratch feel nothing alike. In a tutorial every decision is already made for you. The package structure, the class names, what goes in the ...