How to solve circular reference in c# using delegates

Mohammed Rafi Achukatla 1 Reputation point
2021-06-07T09:28:30.377+00:00

Hi Team,

How can we solve the circualr reference with the Call backs(delegates), Am having two projects like project 1 and project 2....already project 1 reference in the project 2, but we need to send the data from project 2 to project 1 , i cannot add reference ...because it may become circular referrence, and also we dont need to use layer architecture...we need to make call backs ....Is it possible with delegates ....if yes pls give explanation.

Regards,
Mohammed Rafi

Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,861 Reputation points
    2021-06-07T11:28:18.93+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.