Dotnet scopesLyn Tee·Mar 7, 2024·1 min read Singleton - always return the same instance Transient - return new instance every time Scoped - return same instance in current (request) scope dotnet