OD
(Choose 1 answer)
Which of the following statements related to Worker Service .NET is True?
Statement 1: A worker service is a .NET project built using a template which supplies a few useful features that turn a regular console application into something more powerful Statement 2: A worker service runs on top of the concept of a host, which maintains the lifetime of the application. The host also makes available some familiar features, such as dependency injection, logging, and configuration
A. Statement 2
B. Statement 1 and 2
C. None of the others
D. Statement 1
Exit 10