When optimizing ASP.NET Core applications for performance, developers often use the _________ server in conjunction with a reverse proxy.

  • Kestrel
  • Apache
  • Nginx
  • Tomcat
When optimizing ASP.NET Core applications for performance, developers often use the Kestrel server in conjunction with a reverse proxy like Nginx or Apache. Kestrel is a lightweight, cross-platform web server optimized for ASP.NET Core, and it's often used as the front-end server while a reverse proxy handles tasks like load balancing and SSL termination.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *