Dotnet scopes

·

1 min read

  • Singleton - always return the same instance

  • Transient - return new instance every time

  • Scoped - return same instance in current (request) scope