General
Asynchronous Method Invocation
异步方法, 使用C#进行一个非堵塞的方式.
I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port
I/0端口部分2- 在相同端口上控制LCD和VFDs
Step by Step: Event handling in C#
实现一个事件处理用C#
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
理解简单的数据绑定
在.net下使用VSA脚本
关于程序关闭的, 包括使用快捷键关闭程序?.. --#..
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
使用C#操作DOC格式….
The Application Automation Layer - Using XML to generate Menus
使用XML产生Menus
列举大部分系统ID消息
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阅读器
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服务
optical character recognition of 神经网络的一些想法
C#中的搜举
宏管理器, DEMO: ACCESS的宏
插件管理和一个金属拉丝界面..
一个大整数类, 可以支持到很大的整数……
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
事件驱动的系统托盘事件动画
大数量反复运行时候几种处理办法的性能比较
.NET Connector for Microsoft Outlook
连接OutLook
Add run-time functionality to your application by providing a plug-in mechanism
从文章中提取e-mail
断言
这个文档解决打开和处理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地址对应的国家地区代码
一个撤销/重做 的缓冲框架
Simulating polymorphic operator overloads with C#
模拟多态operator重载
Simple Application Settings Persistence
纪录application的情况, 以再次使用
产生大量的文档和代码注释 使用comment tag
一个密码发生器
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服务于本机或者远程机
使用XML-RPC沟通C#和java程序
一个高性能的Timer控件
改良的String.Format
服务器搜举
An Introduction to Business Objects in C#
一篇商业对象入门……
Automating the code writing process using macros
使用宏写程序?... 可以更快更简单…. --#...
从类中使用界面, 让程序更柔韧灵活
Application and component configuration
从XML文件读文件初始化构造
Autocaster - Implicit interfaces for .NET
多语言应用程序
A realtime event log monitoring tool
一个事件监视工具
唯一字符串列表
Effective C# - Performance notes
Effective C# - 性能
StopWatch with digital display
数字显示控件的秒表
一个属性界面………..
一个波斯计算法的日历,
一个运行时由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#技术….. 名字都没看明白….
解密静态关键字
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界面
一个和Unix相似的控制台程序
The tiny wrapper class for URL history interface in C#
一个关于历史Url的类
Performance considerations for strings in C#
C#字符串性能考虑
智能系统
Intercepting method calls in C#, an approach to AOSD
中途截取方法, 一个AOSD办法
桌面转换
C#稀疏队列
对象比较
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编码
Creating Cool Agent User Interfaces
使用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类…………
Benchmarking Direct, Delegate and Reflection Method Invocations
代理或者反射方法
动态构造类
已有译
Synchronize access to stream data section by section
同步访问处理数据流的各部分
分解表达式…. 一步一步
得到系统消息
javaScript剖析器
使用WinXp风格, 应该能解决掉风格问题
PDF creation using C# (and Office) from RTF/DOC files
从RTF/DOC创建PDF文件
Base64编码解码
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
国际象棋控件?.....
多语言支持
Implementing Object Undo and Redo capabilities in .NET
取消, 重做
Operator overloading for Mathematical Libraries
重载数学操作符
Graphic Button Controls for Skins
皮肤绘制按钮风格
监测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类
从XML文件中读图标和位图文件
Embed Win32 resources in C# programs
在C#程序中嵌入WIN32资源
Using POP3 with C# to download and parse your mail.
使用POP3下载并且分析E-MAIL
文件系统监视器
Top 10 tips and tricks to jazz up your C# business solutions/server products
类比较
Gregorian Date To ISO Date Converter
Date转换成ISO标准形式
Javascript to find the weeknumber (Gregorian Calendar)
A Comparative Study of Java and C#
比较java和C#
发送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
搜举数据源到listbox
Run a Command Line Tool as a Windows Application in C#
使用cmd
Multi-threaded polling process - base for NT-Service
多线程, 包括线程监视
Message Queue Part I - Using message queue for connectionless programming
消息队列I- 在无连接情况下使用消息队列
Decompiling CHM (help) files with C#
反编译CHM文件
一个定制的时间类 11/12/2001 10:36:51 ~ 17/08/2003 09:56:17 =
Automatic Expandable Properties in a PropertyGrid
扩展PropertyGrid
清除文件
.NET扩展框架
一个教学用的卡片程序, 从XML文件中得到word来源
Encryption/Decryption with .NET
加密解密
mbNotes: electronic notes v1.1
标记小程序
.NET Rational (fraction) value type using Decimals, written in C#
关于十进制的有理数?... 包括
静态事件