Mid ASP.NET Core

Scalability: load balancing, statelessness?

  • Design apps to be stateless so any server instance can handle requests.
  • Use distributed caches or external session stores.
  • Load balancers distribute traffic to multiple instances.

More from ASP.NET Core Tutorial

All questions for this course