Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET DataSet implementation under the hood

Tags:

.net

dataset

Can anyone give me any pointers to resources detailing the structures and algorithms used "under the hood" of the .NET DataSet class?

I'm currently working in a language that doesn't have an implementation of a generic in-memory data structure like the DataSet class. I may end up having to build one myself (but not as extensive!), but I would like to have a better idea of how existing systems are put together before I start hacking away. (Thank you Douglas Hofstadter)

I'm reading through the Mono implementation, but any other links, articles, or ideas would be appreciated.

like image 320
Joe Z Avatar asked Feb 24 '26 09:02

Joe Z


1 Answers

Fire up Reflector and go straight to the source...

like image 108
Otávio Décio Avatar answered Feb 25 '26 23:02

Otávio Décio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!