I currently have a class of this form: class Abc { private readonly IDisposable disposable; public Abc(IDisposable disposable) {
When I debug my asp.net mvc 2 application and I put a break point on my action that is called when a 404 error occurs every time Iinvoke any action my error action gets called but the view does not ge
I am trying to use the ASP.NET MVC Codeplex Sitemap project with Custom Dynamic Node provider. This is my node provider code. It uses some repository to access the DB. I actually don\'t use DI in this
I am new to IOC in general and I\'m struggling a little to understand whether what I am trying to do makes any sense.I have a web forms application in which I want to create one module to define some
I´m having a little bit of trouble sorting a way to manage automatic resolved and manual dependencies in my classes.
I have been searching for a while. I\'m not new to dependency injection and have used StructureMap with several projects MVC and the like, but I felt like giving Ninject a go, so as not to miss out o
I must admit that I\'m new to ASP.Net MVC and I\'m currently researching all the best practices on how to start my new project.So far I have understood the concepts of the Repository Pattern and Unit
I have an ASP.NET MVC project which uses a services project to go through a set of interfaces (project) to a repository project.
Ok, here\'s the scenario.I have an ASP.NET site that periodically spawns a background thread to do some jobs.the thread\'s execution consists of a JobRunner that iterates through a list of IJobs and c
I am new to ninject using ninject 2.0. My application is hosted in asp.net mvc. Now i don\'t know how to access kernel created in my class library.