show/hide this revision's text 2 Corrected spelling

First of all it is inportant to know how Generics work in C#. This Ariclearticle gives you a good overview of generics by Anders Hejlsberg (The father of c#). I don't think that using them as often as possible is that good. Use generics when they really make sense. Always rememern remember KISS and YAGNI (Keep It Simple Stupid; You Ain't Gonna Need It) from extreme programming.

show/hide this revision's text 1

First of all it is inportant to know how Generics work in C#. This Aricle gives you a good overview of generics by Anders Hejlsberg (The father of c#). I don't think that using them as often as possible that good. Use generics when they really make sense. Always rememern KISS and YAGNI (Keep It Simple Stupid; You Ain't Gonna Need It) from extreme programming.