Tagged Questions

1
vote
4answers
89 views

Using IoC with internal objects

I am currently writing an open source SDK for a program that I use and I'm using an IoC container internally(NInject) to wire up all my internal dependencies. I have some object …
-1
votes
1answer
28 views

Using the Ninject kernel as a Unit of Work object factory.

So I'm starting to use Ninject for dependency injection and I'm wondering what people think of using a kernel as an object factory for Unit of Work type objects like Linq2Sql Datac …
3
votes
6answers
488 views

Using Ninject in a plugin like architecture

I'm learning DI, and made my first project recently. In this project I've implement the repository pattern. I have the interfaces and the concrete implementations. I wonder if is …
1
vote
2answers
34 views

Can NInject load modules/assemblies on demand?

Are there facilities in NInject that will allow me to load services from other modules (assemblies) on demand like it's done in Unity?
2
votes
2answers
36 views

Error with AccountController and Ninject 2 and ASP.NET MVC 2 Preview 2

I'm using Ninject 2 and the Ninject.Web.MVC and using the NinjectHttpApplication Receiving the following error during the logon process: "A single instance of controller 'MySite.C …
1
vote
0answers
18 views

Ninject 2, mvc and web forms

I'm using Ninject 2.0 in an asp.net app which is mvc and has web forms. This seems to be causing a problem with my Application class, as it inherits NinjectHttpApplication from Ni …
3
votes
1answer
26 views

How do you organise your NInject modules?

NInject's module architecture seems useful but I'm worried that it is going to get in a bit of a mess. How do you organise your modules? Which assembly do you keep them in and ho …
1
vote
2answers
33 views

Constructor injection with other, non-dependency, constructor arguments

I'm new to IOC containers, and I'm getting started with NInject. What do you if you want your constructor to have parameters that are not services and don't need to be instantiate …
3
votes
2answers
172 views

MVP pattern using webforms and DI object instantiation

I am using the generic repository pattern to persist my data. On the PageLoad, I am creating a new Repository (from IRepository) object, and on PageUnload, I dispose of it. Sho …
2
votes
2answers
62 views

C#, Ninject: Where do you put the kernel and your modules?

I'm creating a tiny C# application, which currently consists of a core assembly and a winforms assembly. I realize I probably don't really need Ninject in a small thing like this, …
0
votes
2answers
30 views

Where is the source code for NInject.Framework.Web?

I can't find it :(
1
vote
1answer
64 views

Why does my Ninject DI application fail with an ActivationException?

I'm new to IoC/DI frameworks. The first one I am trying is the Ninject framework. It seems straightforward, but I can't get my console application to run. I keep getting an Activat …
1
vote
1answer
49 views

Ninject: How do I inject into a class library ?

To start I'm using Ninject 1.5. I have two projects: Web project and a Class library. My DI configuration is within the Web project. Within my class library I have the following de …
0
votes
1answer
49 views

Using the Ninject NLogModule Logger in global.asax

I'm using Ninject for DI in my asp.net application, so my Global class inherits from NinjectHttpApplication. In my CreateKernel(), I'm creating my custom modules and DI is working …
1
vote
1answer
34 views

Using Ninject With Entity Framework

I have a repository Class which takes in a ObjectContext called "TestDB". I when I launch my web application i'm getting a "Unable to load the specified metadate resource", almost …

1 2 3 4 5 6 next
15 30 50 per page