Can someone give me any pointers to resources detailing the structures and algorithms used "under the hood" of the .NET DataSet class?
I am currently working in a language that does not have an implementation of a common data structure in memory, such as the DataSet class. I may have to build it myself (but not so extensively!), But I would like to better understand how existing systems are folding before I start hacking. (Thanks to Douglas Hofstadter )
I am reading a Mono implementation , but any other links, articles or ideas will be appreciated.
source
share