C#C
C#4y ago
surwren

ASP storage use cases

So I'm aware there are several places to store data, which I will list as follows:

Serverside (application):
Sessionstate
AddSingleton
AddScoped

Clientside:
Cookies
LocalStorage
SessionStorage

I was wondering where specifically each of these 6 would be used, particularly for sessionstate, singletons and scoped?
Was this page helpful?