Showing posts with label c#. Show all posts
Showing posts with label c#. Show all posts

Wednesday, March 07, 2007

C#推薦好書

C# 學習經典
目前正在看的,非常適合初學者。

Windows Forms Programming實作手冊-使用C#
準備入手的下一本書。

Amazon的評價都4.5 ,5 顆星評價。

Monday, February 26, 2007

primitive type vs reference type

primitive type holds the value for the variable

reference type holds the reference to the actual data

c# automatically remove the garbage

Ref:
http://www.linux.org.tw/CLDP/LG/2002/12/ortiz.html
http://www.functionx.com/csharp/classes/Lesson01.htm