top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are circular references? How garbage collection deals with circular references in C#?

0 votes
189 views
What are circular references? How garbage collection deals with circular references in C#?
posted May 24, 2017 by Jdk

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I am trying to get all the collection names from MongoDb server using C# code using db.GetCollectionNames() method.

I have 12 collections in my database, but the above method returns an empty list. I have verified that I am referring to the correct database. What am I doing wrong? Or if there is an alternate way?

...