I use actions and child actions in my MVC4 project. İn a view I call nearly ten child actions and each child action opens and closes SqlConnection for itself. Each connection login consumes processor. How can I use a single SqlConnection object for all child actions?
Any helps would be appreciated.