I am currently using the following code:
public class MyProvider { public MyProvider() { } public void Fetch() { using (PopClient po
When setting up your bindings, declare the scope:
https://github.com/ninject/ninject/wiki/Object-Scopes
Ninject will call dispose on the objects it created for you, so make sure you write up your dispose methods in any objects you give to Ninject to handle.