By default, .NET Aspire client integrations have health checks enabled for all services. Similarly, many .NET Aspire hosting integrations also enable health check endpoints. For more information, see:.NET app health checks in C#; Health checks in ASP.NET Core; The .NET Aspire Redis distributed caching integration handles the following:, Tip. Some file systems, such as Docker containers and network shares, may not reliably send change notifications. When using the IOptionsMonitor interface in these environments, set the DOTNET_USE_POLLING_FILE_WATCHER environment variable to 1 or true to poll the file system for changes., Redis and SQL Server are popular choices for distributed caching in .NET Core. Response Caching: This type involves caching the response of a web request. It’s particularly useful for web APIs , .NET is available in the Ubuntu .NET backports package repository. To add the repository, open a terminal and run the following command: sudo add-apt-repository ppa:dotnet/backports Install the SDK. The .NET SDK allows you to develop apps with .NET. If you install the .NET SDK, you don't need to install the corresponding runtime., , .