Login
Remember
Register
Ask a Question
Explain circular reference in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Explain circular reference in C#?
circular-reference
reference-circular
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
This is a situation where in, multiple resources are dependent on each other and this causes a lock condition and this makes the resource to be unused.
...