http://www.dotnetperls.com/enumerable-range Enumerable.Range generates a collection. It can simplify numeric lists and drop downs in Windows Forms programs. You require a DropDownList containing all numbers between a maximum and minimum query. We generate new arrays with Enumerable.Range in LINQ using the C# language.ExampleHere we replace cumbersome loops or helper methods. This can help rapid ..