- What is gRPC?
gRPC is Google Remote Procedure Call, a cross-platform technology for implementing web services that are agnostic regarding the technology.
- What is the purpose of URL rewriting?
Presenting user-friendly URLs that will be translated to something meaningful to the application.
- What are background services useful for?
Running tasks on the background.
- What is the purpose of areas?
Physically and conceptually separating parts of the application.
- What are conventions good for?
Automatically enforcing defaults.
- How can we execute code from a referenced assembly automatically?
By adding a [HostingStartup] attribute...