進哥的布拉格

Chin Gooole's Blog

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月30日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; public abstract class A { public virtual void K() { Console.WriteLine("A.K"); }... 阅读全文
posted @ 2008-10-30 17:41 進哥 阅读(137) 评论(0) 推荐(0) 编辑

摘要: 注意Destructor的 this,預設會去呼叫 this.ToString() Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; class Point { public double x, y; p... 阅读全文
posted @ 2008-10-30 17:04 進哥 阅读(168) 评论(0) 推荐(0) 编辑

2008年10月29日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->// A very simple event demonstration. using System; // Declare a delegate for an event. delegate... 阅读全文
posted @ 2008-10-29 18:49 進哥 阅读(170) 评论(0) 推荐(0) 编辑

2008年10月28日

摘要: From http://msdn.microsoft.com/en-us/library/aa691090(VS.71).aspx Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; class A { ... 阅读全文
posted @ 2008-10-28 17:56 進哥 阅读(95) 评论(0) 推荐(0) 编辑

摘要: 拮取自(This article is modified from) https://secure.codeproject.com/KB/cs/attributes.aspx?display=Print Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/... 阅读全文
posted @ 2008-10-28 17:10 進哥 阅读(139) 评论(0) 推荐(0) 编辑

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->class Test { delegate void SimpleDelegate(); static void F() { System.Consol... 阅读全文
posted @ 2008-10-28 15:15 進哥 阅读(101) 评论(0) 推荐(0) 编辑

2008年10月24日

摘要: 轉自 http://msdn.microsoft.com/en-us/library/aa664640(VS.71).aspx Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; public class Stack ... 阅读全文
posted @ 2008-10-24 15:05 進哥 阅读(271) 评论(0) 推荐(0) 编辑

2008年10月22日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; u... 阅读全文
posted @ 2008-10-22 01:12 進哥 阅读(145) 评论(0) 推荐(0) 编辑

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections;//.Generic; //using System.Text; // Rethrow an exception. ... 阅读全文
posted @ 2008-10-22 00:46 進哥 阅读(137) 评论(0) 推荐(0) 编辑

2008年10月19日

摘要: The article comes from here. ( Google keywords:new features C# .net 2.0 ) Introduction In this article, I will learn about and use the new features in C# 2.0 added by the Microsoft designers, suc... 阅读全文
posted @ 2008-10-19 22:30 進哥 阅读(146) 评论(0) 推荐(0) 编辑