Archives for: "April 2006, 26"
Generic Collections
In .Net 2.0, they introduced Generic Collections. You are able to put a type of object in an array list. For example , ArrayList <Cat> list = new ArrayList <Cat> In this list, all of objects are the instances of Cat Object. We do not… more »
New MS C# Exam
Miscrosoft has lanched their new set of C# exam Microsoft Certified Professional Developer (MCPD) more »