上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: Part 72 What is dictionary in c#Part 73 What is dictionary in c# continuedPart 74 List collection class in c#Part 75 List collection class in c# c... 阅读全文
posted @ 2015-06-02 23:46 Gester.Lin 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 把一个类序列化成xml,显示在txtarea,然后在获取txtarea的值进行反序列化成类,因为一个字段的值是url形式的,url里面有这个符号:&,所以反序列化的时候报错了,查了好久才发现是这个符号&在反序列化的时候导致失败,解决方案:1,最笨拙的方法:在反序列化的时候把&替换掉,反序列化后在替换... 阅读全文
posted @ 2015-05-20 17:17 Gester.Lin 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-12 20:53 Gester.Lin 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Part 67 Optional parameters in c#Part 68 Making method parameters optional using method overloadingPart 69 Making method parameters optional by specif... 阅读全文
posted @ 2015-05-12 00:17 Gester.Lin 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Part 64 - C# Tutorial - How and where are indexers used in .netPart 65 - C# Tutorial - Indexers in c#Part 66 - C# Tutorial - Overloading indexers in c... 阅读全文
posted @ 2015-05-11 22:30 Gester.Lin 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-11 21:32 Gester.Lin 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Part 45 C# Tutorial Why EnumsEnums are strongly typed constants.If a program uses set of integral numbers, consider replacing them with enums. Other... 阅读全文
posted @ 2015-05-10 01:04 Gester.Lin 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Part 40 Exception Handling in C#Part 41 Inner Exceptions in C#Part 42 Custom Exceptions in C#Part 43 Exception handling abusePart 44 Preventing except... 阅读全文
posted @ 2015-01-16 00:07 Gester.Lin 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Part21Inheritance in c#Why InheritancePillars(支架) of Object Oriented Programming1,Inheritance(继承)2,Encapsulation(封装)3,Abstraction(抽象类)4,Poymorphism(多态... 阅读全文
posted @ 2015-01-09 01:24 Gester.Lin 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Part11-12 switch statement in C#switch statementbreak statement if break statement is used inside a switch statement,he control will leave the switch... 阅读全文
posted @ 2014-12-21 02:24 Gester.Lin 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页