ninject-conventions Questions
1
Solved
I'm trying to expand on the scenario asked in the SO question titled Ninject Factory Extension Bind Multiple Concrete Types To One Interface by using Ninject Conventions for convention-based bindi...
Calorifacient asked 7/4, 2013 at 22:54
1
I'm using Ninject as IoC container in my project. I have following class:
public class SomeRepository:ISomeRepository
{
public SomeRepository(string someDatabaseConnectionString)
{
// some code...
India asked 3/9, 2012 at 8:44
1
Solved
I am using Ninject in an MVC3 application and am trying to switch over to conventions based binding with ninject.extensions.conventions.
Now let's say I have a class that needs access to applicat...
Rhinelandpalatinate asked 10/8, 2012 at 18:32
1
© 2022 - 2024 — McMap. All rights reserved.