Archives
-
Summing Columns in a GridView
Level: Beginner.
-
Nested Generic Lists? Cool!
While answering a question on the Asp.Net forums, I was pleasantly surprised to find nested Generic Lists are possible. They seem much easier than multidimensional arrays.
-
Converting Strings to Enums
Enums are great. They provide additional type safety and make code more readable.