海贼精神  
骂别人不革命,便是革命者,则自己不做事,而骂别人的事做得不好,自然便是更做事者。 若与此辈理论,可以被牵连到白费唇舌,一事无成,也就是白活一世,于己于人,都无益处。 我现在得了妙法,是谣言不辩,诬蔑不洗,只管自己做事。 ——鲁迅1934年6月21日信

 

http://www.cnblogs.com/Bird/

阿鸟Blog

General

Asynchronous Method Invocation

异步方法, 使用C#进行一个非堵塞的方式.

 

I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port

I/O Ports Uncensored Part 2 - Controlling LCDs (Liquid Crystal Displays) and VFDs (Vacuum Fluorescent Displays) with Parallel Port

I/0端口部分2- 在相同端口上控制LCD和VFDs

 

Step by Step: Event handling in C#

实现一个事件处理用C#

 

A General Fast Method Invoker

 

Fast Dynamic Property Access with C#

 

How to Edit and Persist Collections with CollectionEditor

一个可以编辑的项管理控件

 

How to Test Private and Protected methods in .NET

一个私有and保护方法的测试程序.. 做什么用的呢?

 

Read/Write XML files, Config files, INI files, or the Registry

读写 XML,INI,Config,注册表程序

 

A New Task Scheduler Class Library for .NET

 

Understanding Simple Data Binding

理解简单的数据绑定

 

 

VSA Scripting in .NET

在.net下使用VSA脚本

 

Managed Application Shutdown

关于程序关闭的, 包括使用快捷键关闭程序?.. --#..

 

Gmail Agent API v0.5 / Mail Notifier & Address Importer

Gmail API & DEMO

 

Most Recently Used (MRU) Menu class for .NET 2.0 in C#

最近访问过的文档

 

Mapping Text to Enum entries

字符串对应mapping

 

Using IFilter in C#

使用C#操作DOC格式….

 

The Application Automation Layer - Using XML to generate Menus

使用XML产生Menus

 

Windows Message ID constants

列举大部分系统ID消息

 

TypeLoader for .NET

 

C# Script (the missing puzzle piece)

An article on a "scripting engine" for the C# language.

 

Inside C# 2.0 Anonymous Methods

C#2.0的匿名方法

 

Conditional Invoking of Methods Using Delegates and Reflection

使用代理和反射有条件的调用方法

 

RSS Reader

RSS阅读器

 

A BitStream Class for the .NET Framework

二进制流类

 

Optimized IP to ISO3166 Country Code Mapping in C#

转换IP到ISO3166国家代码, 得到所在地点

 

A fast equivalent for System.Random

快速相似的 Random

 

Arithmetic Overflow Checking using checked/unchecked

使用溢出选择算法有效解决并且修正一些缺陷

 

Self installing .NET service using the Win32 API

使用API安装.NET Windows服务

 

Neural Network OCR

optical character recognition of 神经网络的一些想法

 

Descriptive Enumerations

C#中的搜举

 

Macro Management Framework

宏管理器, DEMO: ACCESS的宏

 

Plug-in Manager

插件管理和一个金属拉丝界面..

 

C# BigInteger Class

一个大整数类, 可以支持到很大的整数……

 

Advanced Unit Testing, Part I - Overview

Advanced Unit Testing, Part II - Core Implementation

Advanced Unit Testing, Part III - Testing Processes

Advanced Unit Testing, Part IV - Fixture Setup/Teardown, Test Repetition And Performance Tests

单元测试I – 总论

 

Abstract class versus Interface

C#抽象类

 

Accessing an EJB from .NET Using IIOP.NET: an Example

用IIOP.NET访问EJB

 

Microsoft Web Browser Automation using C#

C#自动操作WebBrower , 自动填表和导向

 

Passing parameters to predicates

 

Stripping Accents from Latin Characters: A Foray into Unicode Normalization

剥离拉丁文上的重音符号, 一个Unicode标准化内部的袭击

 

 

SystemTrayNotifyIcon with Event Generator

事件驱动的系统托盘事件动画

 

Iteration Performance in .NET

大数量反复运行时候几种处理办法的性能比较

 

.NET Connector for Microsoft Outlook

连接OutLook

 

Add run-time functionality to your application by providing a plug-in mechanism

从文章中提取e-mail

 

Assert Enhancements

断言

 

The myUML Project.

这个文档解决打开和处理UML图表

 

A small set of routines for compressing and decompressing various types of data

一个小程序对所有类型文件进行压缩和解压缩

 

Extreme Optimization #1.1: Mapping IP addresses to country codes.

映射IP地址对应的国家地区代码

 

An Undo/Redo Buffer Framework

一个撤销/重做 的缓冲框架

 

Simulating polymorphic operator overloads with C#

模拟多态operator重载

Simple Application Settings Persistence

纪录application的情况, 以再次使用

 

C# Documenting and Commenting

产生大量的文档和代码注释 使用comment tag

 

Humanizing the Enumerations

 

A C# Password Generator

一个密码发生器


 

http://www.cnblogs.com/Bird/

阿鸟Blog
 

An SVG framework in C# and an SVG-GDI+ bridge

C#使用SVG图像并且在SVG-GDI之间做一个桥

 

Blackjack - a real world OOD example

一个准确的OOD例子 

 

General Guidelines for C# Class Implementation

 

Create String Variables from Embedded Resources Files

从内含的资源文件创建一个字符串变量

 

Dynamic Proxy Creation Using C# Emit

C#创建动态的代理服务器

 

Runtime C# Expression Evaluator

表达式求值

 

Using CollectionBase and DictionaryBase

 

Verifying .MD5 file verification databases

一个MD5加密文件确认

 

Visual Studio 2010 Concept IDE

VS2010概念 IDE J

 

Simplifying Exception-Safe Code

 

HighResClock - C# High Resolution Clock Class

大精确度的时钟类

 

Runtime Compiled Symbolic Expressions

表达式解析

 

Generated Access to .NET Resource Strings

访问资源字符串

 

Implementing Perl-style list operations using C# 2.0

C#运行Perl风格的list工具

 

Using Unmanaged code and assembler in C#

使用不安全的代码和汇编程序, 使用DLL

 

Command Line Windows Services Manager

操作windows服务于本机或者远程机

 

The Runaway Application

使用XML-RPC沟通C#和java程序

 

High-Performance Timer in C#

一个高性能的Timer控件

 

Improving String.Format

改良的String.Format

 

C# Server Enumerator

服务器搜举

 

An Introduction to Business Objects in C#

一篇商业对象入门……

 

Automating the code writing process using macros

使用宏写程序?... 可以更快更简单…. --#...

 

The Interface construct in C#

从类中使用界面, 让程序更柔韧灵活

 

Application and component configuration

从XML文件读文件初始化构造

 

Autocaster - Implicit interfaces for .NET

 

MultiLanguage Applications

多语言应用程序

 

Command Line Written in C#

 

A realtime event log monitoring tool

一个事件监视工具

UniqueStringList

唯一字符串列表

 

Effective C# - Performance notes

Effective C# - 性能

 

StopWatch with digital display

数字显示控件的秒表

 

Option Library

一个属性界面………..

 

Jalali Calendar

一个波斯计算法的日历,

 

The Application Automation Layer - Using XML To Dynamically Generate GUI Elements--Forms And Controls

一个运行时由XML文件创建用户界面的例子, Form和控件

 

Understanding the 'using' statement in C#

理解C#的using声明

 

Accessing alternative data-streams of files on an NTFS volume

访问NTFS卷文件的数据流

 

Populate data from database in a ComboBox

数据从数据库绑定到ComboBox上

 

 

Poker Card Library and Poker Bot Challenge

一个纸牌库…..

 

Three C# Tips: Indexed properties, property delegates, and read-only subproperties

三个C#技术….. 名字都没看明白….

 

Static Keyword Demystified

解密静态关键字

 

Accessing COM+ component using C#

C#访问COM+成员

 

Castle's DynamicProxy for .NET

Explains how to use DynamicProxy to intercept on object instances.

 

Declarative Programming--Unifying Form And Web Development

统一Form和Web开发, 从XML分别建立form界面和web界面

 

Shell.NET

一个和Unix相似的控制台程序

 

The tiny wrapper class for URL history interface in C#

一个关于历史Url的类

 

Performance considerations for strings in C#

C#字符串性能考虑

 

Intelligent Systems - Part I

智能系统

 

Intercepting method calls in C#, an approach to AOSD

中途截取方法, 一个AOSD办法

 

Desktop Switching

桌面转换

 

SparseArray for C#

C#稀疏队列

 

Object Comparer

对象比较

 

Writing Hello World in different styles using C# and .NET

不同方式写hallo world

 

Use Reflection To Generate Complete Color Chart

使用反射创建颜色图表

 

Custom ConfigurationSettings through configuration resource embedding

定制程序配置放入资源里

 

CRC Encoding

CRC编码

 

Creating Cool Agent User Interfaces

使用Windows小人的有趣窗体

 

 

 

Whereis for Windows

模拟Unix的dos…..

 

Dynamically load a class and execute a method in .NET

动态加载一个类或者执行一个方法

 

Use WM_COPYDATA to send data to/from C++ and C# Windows processes

使用WM_COPYDATA给窗体进程发消息….

 

Opening multiple document windows with previous instance

带参数打开一个窗体…. 

 

Working with Crystal Reports in C#

C#水晶报表

 

Simple Source Line Counter in C# for C#

计算Code行数程序

 

INI Class using C#

INI类…………

 

Benchmarking Direct, Delegate and Reflection Method Invocations

代理或者反射方法

 

Generic Object Factory

动态构造类

 

Effective C# - Part I

已有译

 

Synchronize access to stream data section by section

同步访问处理数据流的各部分

 

Fractions in C#

分解表达式…. 一步一步

 

Get System Info using C#

得到系统消息

 

JS Parser

javaScript剖析器

 

WinXpStyle Class

使用WinXp风格, 应该能解决掉风格问题

 

PDF creation using C# (and Office) from RTF/DOC files

从RTF/DOC创建PDF文件

 

Base64 Encoder/Decoder in C#

Base64编码解码

 

 

STL-Style Functor Delegates

C++ STL风格的函数… --#...

 

Asynchronous Context Processor

 

Flattening a Hierarchy – a producer thread to get all files in a folder and subfolders

搜举文件和文件夹

 

Yet Another Chess Board Control

国际象棋控件?.....

 

Multilingual Support in C#

多语言支持

 

Implementing Object Undo and Redo capabilities in .NET

取消, 重做

 

Operator overloading for Mathematical Libraries

重载数学操作符

 

Graphic Button Controls for Skins

皮肤绘制按钮风格

 

Mail Checker 1.0

监测E-MAIL

 

Optimize your C# with Inline ASM via ATL and C++

 

Single Instance Children Forms in MDI Applications

C# MDI程序

 

File Watcher Windows Service in C#

Windows服务 - 文件监视器

 

Conversion of Decimal to any Base (Binary, Octal or Hexa) and vice-versa (C#)

进制转换器

 

Understanding the System.Buffer class

理解System.Buffer类

 

Passing binary data in xml: a C# example which puts and gets icon and bitmaps to and from a xml file.

从XML文件中读图标和位图文件

 

CSC.EXE CMDLGen

 

Embed Win32 resources in C# programs

在C#程序中嵌入WIN32资源

 

Using POP3 with C# to download and parse your mail.

使用POP3下载并且分析E-MAIL

 

A .NET File System Watcher

文件系统监视器

 

Top 10 tips and tricks to jazz up your C# business solutions/server products

 

Generic IComparer

类比较

 

Gregorian Date To ISO Date Converter

Date转换成ISO标准形式 

 

Javascript to find the weeknumber (Gregorian Calendar)

 

A Comparative Study of Java and C#

比较java和C#

 

EmailSender

发送E-MAIL

 

How to convert DOC into other formats using C#

转换DOC文件到其它形式

 

Enhancing User Experience - Part 1 : A Simple Unit Converter Application

一个简单的单位转换, 界面很棒

 

UNIX timestamp to System.DateTime

 

A computational statistics class

 

Enums as a DataSource

搜举数据源到listbox

 

Run a Command Line Tool as a Windows Application in C#

使用cmd 

 

Multi-threaded polling process - base for NT-Service

多线程, 包括线程监视

 

Internet web macros in C#

 

Message Queue Part I - Using message queue for connectionless programming

消息队列I- 在无连接情况下使用消息队列

 

Decompiling CHM (help) files with C#

反编译CHM文件

 

Converting JScript.NET to C#.

 

A custom DateTime

一个定制的时间类   11/12/2001 10:36:51 ~ 17/08/2003 09:56:17 = 6/8/1 0:40:34

 

Automatic Expandable Properties in a PropertyGrid

扩展PropertyGrid

 

CleanUp Files using C Sharp

清除文件

 

Dotnet eXtended framework

.NET扩展框架

 

 

FlashCard101

一个教学用的卡片程序, 从XML文件中得到word来源

 

Encryption/Decryption with .NET

加密解密

 

mbNotes: electronic notes v1.1

标记小程序

 

.NET Rational (fraction) value type using Decimals, written in C#

关于十进制的有理数?... 包括 1M/3M这样的写法 --#...

 

Static Events

静态事件

 

http://www.cnblogs.com/Bird/

阿鸟Blog

posted on 2006-12-23 22:58  阿鸟  阅读(710)  评论(0编辑  收藏  举报