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 6621109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:11:48+00:00 2026-05-25T21:11:48+00:00

I have UI , Application , Domain and Infrastructure Layers. In my Infrastructure Layer

  • 0

I have UI, Application, Domain and Infrastructure Layers.

In my Infrastructure Layer take reference of Domain and Application Layer to register services interfaces of both using Ninject.

But I need in my Application Layer a service in Infrastructure Layer, then i need to reference the Infrastructure Layer in my Application Layer.

The problem is Infrastructure Layer take reference to Application Layer and when I’ll reference Infrastructure Layer in Application Layer the following error is show:

A reference to ‘Infrastructure’ could not be added. Addind this project as a reference would cause a circular dependency.

How I solve this? Put the Ninject Configuration of Application Layer in the Application Layer? I think this is not correct, because I’ll have Infrastructure implementation in my Application Layer.

  • 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-25T21:11:49+00:00Added an answer on May 25, 2026 at 9:11 pm

    Infrastructure services contracts should be defined in the layers that consume them (Domain and Application), but implemented in Infrastructure. Take a look at Dependency Inversion Principle and Onion Architecture. Infrastructure layer should depend on App and Domain. Your Domain and App should not depend on Infrastructure. They should depend on abstraction defined in their own terms. You may find this answer interesting. The actual implementation of this abstraction should be injected at the application startup in a so called Composition Root.

    For example in your Application you can define and interface like:

    ICanNotifyUserOfSuccessfullRegistration
    

    The Infrastructure layer will reference Application and will implement this interface using SMTP or SMS classes:

    class SmsNotificator : ICanNotifyUserOfSuccessfullRegistration { ... }
    

    Later on this implementation will be injected into Application by DI container. Application will not have a dependency on Infrastructure but will still use it, hence Dependecny Inversion. I recommend reading Dependency Injection in .NET, even if you use Java or other stacks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been building a new application using my current understanding of domain driven
I have an application on one domain that displays content from another application from
I have an application A with a domain-model which is mapped to a database
I have an application that uses Hibernate for its domain objects. One part of
I have a wordpress application thats currently the only application on the domain. Now
I have an application with different sections. Each section is accessed through a domain.
I have an Intranet http application running on several machines in our Windows domain;
i have two .net web application and they ara running on different domain same
I have a Spring MVC application trying to use a rich domain model, with
I would like to have different applications under the same domain using Heroku. Because

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.