hi ,
I want to know what is circular reference and how is it used ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sivaraman DhamodaranPosted Oct 24, 2011, 5:13 AM
If you know how to break the Circular reference and come out of it, it is useful for problem solving and back tracking & attempt new path.
Sam HobbsPosted Oct 22, 2011, 11:39 AM
An manufacturer must ensure there are no circular references in a parts list. Imagine a parts list for a large assembly such as an aircraft. If an engineer mistakenly enters a component as an assembly that contains the assembly that the component is in (I hope I got that right) then software that processes that parts list would be in an infinite loop. The problem might be difficult to find since detecting the error might require processing many records.
Did you attempt to find definitions of Circular reference? There are many.
VulpesPosted Oct 21, 2011, 6:38 PM
This is a problem in programming because it can lead to a stack overflow. In fact, we've had a good example of that today in this thread:
http://www.c-sharpcorner.com/Forums/Thread/145016/namespace-to-implement-linq.aspx