Lifetime Scope in Blazor Client and Server Apps
You probably are well aware of the Lifetime Scope for ASP.NET Core website.
There are basically 3 scopes: Transient
, Scoped
and Singleton
. Let's have a look how they differ in Blazor Client and Server.