Related resources for dynamic generation
  • Functional Programming with C#: Dynamic List Generation9/29/2012 8:53:22 AM. This article covers how to use functions as the basis for generating lists given some initial seed values. This technique is useful for constructing different types of numeric series, calculating growth and decay, and also useful for searching algorithms.