Top "Circular-dependency" questions

circular dependency is a relation between two or more modules which either directly or indirectly depend on each other to function properly.

Are circular references acceptable in database?

When are circular references acceptable in database? Theoretical and practical, any help is appreciated.

database oracle circular-dependency
Resolve circular typedef dependency?

What is the best way to resolve the following circular dependency in typedef-ing these structs? Note the C language tag …

c circular-dependency
Circular Dependency in Two Projects in C#

I have two projects in a solution named ProjectA (ConsoleApplication) and ProjectB (ClassLibrary). ProjectA has a reference to ProjectB. Generally …

c# circular-dependency
Game Objects Talking To Each Other

What is a good way of dealing with objects and having them talk to each other? Up until now all …

c++ design-patterns circular-dependency tightly-coupled-code
Dependency Injection circular dependency .NET Core 2.0

I want my ApplicationContext constructor to have the UserManager as a parameter, but I am having trouble with dependency injection. …

c# asp.net-core dependency-injection circular-dependency asp.net-2.0
Xcode ios Unknown type name?

I have a question about the following error "Unknown type name VistaDereIzq" I have a view called VistaDereIzq. And I …

ios xcode class forward-declaration circular-dependency
Dealing with a Circular Dependency

I wonder if someone can advise on any good ways to break a circular dependency between 2 classes in Java.FindBugs …

java circular-dependency findbugs spotbugs
Cannot connect to MongoDB because of wrong URI

I was trying to run mongoDB on node server Full Code here from MongoDB: My mongo version: 4.4.3 Node version: v15.7.0 …

javascript node.js mongodb circular-dependency
Rails 4 Runtime error in controller: Circular dependency detected while autoloading constant

Let me know if I left anything out. I can't figure out why my views/references/ folder isn't accessible. neither …

ruby-on-rails ruby ruby-on-rails-4 circular-dependency controllers
Clean way to deal with circular references in EF?

Say I have this table structure: Client ----------- ClientId int not null (identity) CurrentDemographicId int null (FK to ClientDemographic) OtherClientFields …

c# entity-framework entity-framework-4 circular-dependency