Archives for: "April 2006"
Spring .Net
A few days ago, someone has asked what Spring .Net framework does. Well, I can refer him to read some papers about dependency injection, something like this. But in a simple way, it initializes objects in xml files rather than in source codes. We call… more »
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 »