摘要: Part 36 Delegates in c#Part 37 Delegates usage in c#class Progim { public static void Main() { List empList = new List(); ... 阅读全文
posted @ 2015-10-12 01:41 Gester.Lin 阅读(326) 评论(0) 推荐(0) 编辑
摘要: Part 34 Problems of multiple class inheritancePart 35 Multiple class inheritance using interfaces 阅读全文
posted @ 2015-10-12 01:07 Gester.Lin 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Difference between abstract classes and interfaces 阅读全文
posted @ 2015-10-12 01:06 Gester.Lin 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-12 01:05 Gester.Lin 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Part30Interfaces in c#We create interfaces using interface keyword. just like classes interfaces also contains properties, methods, delegates or event... 阅读全文
posted @ 2015-10-12 01:03 Gester.Lin 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Part 53 Reflection in C#Part 54 Reflection Examplehere is the codeprivate void btnDiscover_Click(object sender, EventArgs e){ lbMethods.Items.Clear... 阅读全文
posted @ 2015-10-12 00:57 Gester.Lin 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-12 00:55 Gester.Lin 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Part 48 Difference between Types and Type MembersPart 49 Access Modifiers in C#Part 50 Internal and Protected Internal Access Modifiers in C#Part 51 A... 阅读全文
posted @ 2015-10-12 00:54 Gester.Lin 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Difference between Convert ToString and ToString,String and StringBuilder 阅读全文
posted @ 2015-10-12 00:50 Gester.Lin 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Part 57 Why should you override ToString Methodsometimes you can override ToString method like that:namepace Examplepublic class MainClass{ Customer ... 阅读全文
posted @ 2015-10-12 00:48 Gester.Lin 阅读(189) 评论(0) 推荐(0) 编辑