Is there a way in ASP.NET to get all singletons?
Is there a way in ASP.NET to get all singletons? I want to implement a health check which would instantiate all the registered singletons and only after that return a healthy status. I am trying to get all the singletons…