Kizspy | Question: 25
(Choose 1 answer)
Choose the correct statement about the Singleton option of the Dependency Injection (DI) in .NET
A. In the Singleton option, a unique instance of the object is used. Any further request uses the same instance,according to the singleton pattern
B. The Singleton option creates a new instance of the class every time is requested
C. The Singleton option indicates that services are created once per client request (connection)
D. None of the others