Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Design Patterns   (RSS)

All About Iterators

Design patterns have been all of the rage for a number of years now. We have design patterns for concurrency, user interfaces, data access, object creation, and so many other things. The seminal work on the topic is the Gang of Four 's book, Design Patterns
Posted by wesdyer | 16 Comments

Saving the State of Enumerators

Cyrus and I were writing some code together the other day and we used an interesting data structure that I wanted to share with you. This data structure I will call a chain which is essentially a immutable singlely linked list. interface IChain <T>
Posted by wesdyer | 3 Comments
 
Page view tracker