This service is responsible for all the game sales data, from storing, updating, deleting, and querying games sales data.
- Publishing .NET application:
dotnet publish
command: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish- .NET RID Catalog: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
- Different publishing methods comparison: https://docs.microsoft.com/en-us/dotnet/core/deploying/
- Building .NET Core application Docker image:
- TOC: https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md
- Microsoft samples: https://github.com/dotnet/dotnet-docker/tree/main/samples/dotnetapp
- Selecting base image and tag: https://github.com/dotnet/dotnet-docker/blob/main/samples/selecting-tags.md
- .NET
RuntimeIdentifier
andRuntimeIdentifiers
MSBuild properties: - .NET target framework configuration: https://docs.microsoft.com/en-us/dotnet/standard/frameworks
- Custom server listening ports:
- gRPC Interceptors: