Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6553551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:35:43+00:00 2026-05-25T12:35:43+00:00

I am completely new to dependency injection. I am using asp mvc and ninject.

  • 0

I am completely new to dependency injection. I am using asp mvc and ninject.
I extended a class from ‘DefaultControllerFactory’ and added following ‘AddBindings’ code:

private void AddBindings()
        {            
            ninjectKernel.Bind<ICitiesRepository>().To<CitiesRepository>().WithConstructorArgument(
                "connectionString", ConfigurationManager.ConnectionStrings["cstr"].ConnectionString);

            ninjectKernel.Bind<ICountriesRepository>().To<CountriesRepository>().WithConstructorArgument(
                "connectionString", ConfigurationManager.ConnectionStrings["cstr"].ConnectionString);

            ninjectKernel.Bind<IUserRepository>().To<UserRepository>().WithConstructorArgument(
                "connectionString", ConfigurationManager.ConnectionStrings["cstr"].ConnectionString);

        }

In my ‘AccountController’ I inject IUserRepository via contructor:

private IUserRepository userRepository;

        public AccountController(IUserRepository userRepository)
        {
            this.userRepository = userRepository;
        }

And here I come to issue. Account controller contains ‘RegisterUser’ action. And user must select with standard parameters (username, firstName etc.) a few additianal parameters like Country and City. How to inject more repository classes in some controller? What is the best strategy for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T12:35:44+00:00Added an answer on May 25, 2026 at 12:35 pm

    How to use Ninject with ASP.NET MVC

    Here you can find complete tutorial how to setup Ninject with ASP.NET MVC

    private IUserRepository userRepository;
    private IAddressRepository addressRepository;
    
            public AccountController(IUserRepository userRepository, IAddressRepository addressRepository)
            {
                this.userRepository = userRepository;
                this.addressRepository = addressRepository;
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Completely new to asp.net mvc... completely new to web apps so bear with me...
Using MVC and trying to use dependency injection for controllers, but when I try
I'm completely new to TeamCity and I'm using a simple Visual Studio 2008 solution
I am completely new to ruby and I inherited a ruby system for a
I'm completely new to AIR but what I'm trying to do feels like it
I am completely new to LINQ in C#/.NET. I understand that I could use
I'm completely new at C# and NUnit. In Boost.Test there is a family of
I'm completely new to Flex and am just having a play with a sample
I'm completely new to LaTeX and something I'm wanting to do is eluding me.
I am completely new to Flex. Can I realistically develop, say, a medium complex

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.