Applications
Crafting a C# forms Editor From scratch
http://www.codeproject.com/csharp/SharpFormEditorDemo.asp
建立一个类似C#的环境, 实现控件拖拉,属性
Packet Capture and Analayzer
网络封包截获
http://www.codeproject.com/csharp/pacanal.asp
A tool to change the default source control client
在一台机器上用不同的两个源码,… 什么意思?....
I just wanted to use two different source control providers on the same machine. I installed both clients but I discovered that the later installed is always the default. I searched the net all over for a tool, but no usable application was found. So I decided to write my own.
http://www.codeproject.com/csharp/sccswitch.asp
BatchRebuilder – Batch rebuilder for your Visual Studio .net Projects
批量重建工程,把工程文件转移… 怪异
http://www.codeproject.com/csharp/batchrebuilder.asp
ControlInspector – monitor Windows Forms events as they are fired ( like Spy++ for .NET )
Windows窗体事件监视器
http://www.codeproject.com/csharp/controlinspector.asp
The Paperless Desktop
无纸办公桌面
使用Microsoft's Document Imaging Library (MODI), 包括多TIFF整理和Outlook输出
http://www.codeproject.com/csharp/martinspaperlessdesktop.asp
XsdTidy beautifies the Xsd.exe output *with full DocBook.NET Wrapper
美化Xsd.exe输出….
http://www.codeproject.com/csharp/xsdtidy.asp
HtmlHelp library and example viewer
一个htmlHelp类(包括Html Help chm)和简单的演示程序
http://www.codeproject.com/csharp/htmlhelp.asp
HTML Table of Contents Generator
读入一个html页面,然后输出它内部的Table内容
http://www.codeproject.com/csharp/htmlcb.asp
Building the CVS Root File Changing Utility
Tool for Viewing Drag and Drop and Clipboard formats
查看剪贴板和拖拽的内容
http://www.codeproject.com/csharp/clipboardformatviewer.asp
My Explorer In C#
创建一个类似资源管理器的程序
http://www.codeproject.com/csharp/my_explorer.asp
C Sharp Ripper
CD音轨抓取程序
http://www.codeproject.com/csharp/csharpripper.asp
Write your own Code Generator or Template Engine in .NET
写一个自己的Code发生器或者程序模版
http://www.codeproject.com/csharp/smarttemplateengine.asp
iTiunes Style Music using MSN Desktop Search API
用MSN Desktop API制作音乐浏览器
http://www.codeproject.com/csharp/msndesktopsearchqueryapi.asp
JawBreaker Game in C#
泡泡堂之类游戏
http://www.codeproject.com/csharp/csjawbreaker.asp
.NET DUMeter clone
绘制直方图一类的东西..有点音乐味道…
http://www.codeproject.com/csharp/mydumeter.asp
Gammit! An easy to use application for desktop gamma correction
改变桌面Gammit值
http://www.codeproject.com/csharp/Gammit.asp
Use a timer to create a simple alarm application
使用Timer做一个简单的提醒程序
http://www.codeproject.com/csharp/timeralarm.asp
SVGPad - Application and class library for editing SVG documents.
一个关于编辑SVG文档的类和Demo
Prune My Recent Documents and associated Registry keys
去除新近文档的关联热键
Transport Stream Analyzer for HDTV standard
HDTV流分析
SwitchNetConfig - Laptop users, quickly switch network and proxy configuration in different places
笔记本电脑快速切换网络和代理程序
关闭弹出窗口
C# Expression Parser using RPN
使用PRN动态解析表达式 ps: (3+6*7/2).
xmove - Regex enabled file move command
移动文件或者目录, 难道是用正则表达式? --#..
网格监视器, 监视网格内计算机的性能情况
A JavaScript Compression Tool for Web Applications
Web Applications的javaScript压缩器
Announcer in C#.NET using Microsoft Agent
如何使用Microsoft Agent的四个小人 :) 动画提示, 很有趣
Finding things in your favorite text editor with C#
搜索源程序, 找到文字出现地点
File Contents Watcher Application
文件内容变动监视器
RSS Feed是RSS阅读吗?...
Building a Tiny WebServer in less than 500 lines
一个简单的web服务器
C#个人消息程序
An Extensible Expression Evaluation Package (EEEP!)
解析数学公式 (1.789 * 154) / .32
天气预报程序
定时关机
动态添加ListView纪录… 0_0………………………………..
创建屏幕旁边的个人面版, 包括现有的程序和股票消息,新闻,天气等.
Strongly Typed Configuration Class Generator for VS.NET
VS.NET下的构造类 把CS和resx文件构造成xfg文件
从模版构造htm页
Parsing Supplemental Event Log Data
将Event log的byte转换成有用的资料
Web applications测试工具
C#程序编译器, 使用csc
Show/Hide Outlook Express Tray App
Demo使用 .NET库进行商业计算…
HardLinks - Manage your library of common classes
NTFS分区下管理类 NTFS分区?.. --#...不明白…
Visual Studio Editor Clone V0.1a
仿VS.NET界面编辑器
SnippetManager written by Tim Sneath extended with cool tooltip
片断管理工具, 鼠标提醒.
Zoomer - Capture/Zoom/Add Filter/Choose Format/Save
一个截图工具, 有待考察具体
插件自动控制
Yahoo Emoticons, Hidden emoticons (smileys) and Emotes in your system tray
Yahoo聊天用的字符转义? --#.... 怪人…………………..
Link 4 game with intermediate computer intelligence
Link4 游戏
Password file manager - simple double click to look at your password file
提醒程序
项目进度追踪程序
Freakshow - a sample application in C#
一个例子集合, 包括剪贴板, TCP C/S, NetWork, File Change, Cmd, Net Shares(共享)
记事本..
Demo for Google's Image Search
javaScript压缩
Using a system tray application to check , send and configure emails
一个表 Time 的表……………..
程序备份
Logon Account Permissions Checker
Attributes
Custom Data Binding Through Reflection
通过反射进行数据绑定
Creating and Using Attributes in your .NET application
在application中创建和使用属性
程序中使用属性集合 ps: csc.exe /unsafe /? /all
Casting from a Collection to a Data Table using Generics and Attributes
使用属性解决问题时候所涉及的
Beginners
C#如何使用线程
Creating a C# Service Step-by-Step: Lesson I
Creating a C# Service Step-by-Step Lesson II
一步一步创建一个C# Service
关于C#属性概念
C#快速入门
C#使用不安全代码程序
Events and event handling in C#
C#事件和事件句柄
Writing a Windows Form Application For .NET Framework Using C#
手写C#窗体程序
Introduction to inheritance, polymorphism in C#
C#中的多态
C#的enum和结构
箱子操作.
C#中使用析构
Computational Geometry
多边形分割成三角形
Writing a fast formula interpreter
快速的公式解析程序 (支持sin, cos类)
Controls
PropertyGrid and Drop Down properties
三种下拉条样式
Extended .NET 2.0 WebBrowser Control
扩展编程WebBrowser控件, 这里实现了一个多页面浏览器
属性选择条
Adobe Color Picker Clone part 1
Adobe取色工具
Ordering Items in the Property Grid
Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
使用XmlTextWriter和XmlTextReader从XML文件读写TreeView
存储, 设定ListView 可以手动指定列, 宽度
A Simple Bitmap Button Implementation
Bitmap按钮, 2005已经支持
Easy to use Performance Testing Component
简单计算成分的测试成绩
How to drag information from a DataGridView control
从DataGridView拖拉消息到其它控件(i.e. ListBox).
ColoredErrorProvider: Custom Extender Provider, based on ErrorProvider class.
彩色错误提示
Menu handler for Most Recently Used files
把最近使用的文档放入Menu
Why a DragDrop event is not fired on the Client
为什么拖拉到用户界面以后没有触发?
Save a TreeView into an XML File
TreeView和XML
Undockable Custom Control in an MDI Application
窗体停靠在MDI程序一边
TextBox提示和标签
A Single Instance Control Component in C#
检测程序是不是唯一运行
How to capture image and print the MSChart
从MSChart中获取图像
PropertyGrid Control in WinForms
如何使用属性控件
How to change scrollbars position in a multiline textbox
改变textbox中滚动条值
Correct theme support for the .NET CheckBox control
绘制CheckBox? No 源码.
Database
Best Practice for Binding WinForms ListControls
绑定listBox和ComboBox的技巧
Figure Out the Default Values of Stored Procedure Parameters
调用一个存储过程和它的参数, 使用SQL JDBC
Project RDL - Open Source Report Definition Language implementation in C#
Generating Database Tables using Attributes
用属性创建数据库
Saving Master-Details form using XML
从XML创建数据库
输入access输出sql过程
数据源管理器
管理光盘文件的…. 数据放在数据库里…. 怎么在这里.. –_-#..
Implementing a strongly typed collection with sort/filter/GetChanges features
对数据库排序, 过滤? 有待考证
将DBX文件加入服务, 并且和access数据库连接… 学习
How to generate an SQL filter clause using C#
关于C#使用SQL过滤之句的程序
关于相关数据库 PS: 不太明白… 似乎不是两个相关联数据库的样子….
Populate data from database in a ComboBox
绑定数据到ComboBox,双联绑定
C# class that creates 'INSERT INTO' SQL queries
创建SQL查询
DataSets, DataGrids etc
Enhanced DataSet Quick Watch
Dataset快速查看器
监视Dataset,DataTable,DataView,DataRow,DataColimn对象
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 1
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 2
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 3
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4
一个关于dataTables,DataSet,DataGrid的指南
DataGrid With Well-behaved ToolTips
在DataGrid上鼠标停留提示
How to add other controls to DataGrid - (Part I )
在DataGrid上添加其它控件
DataGridView Printing by Selecting Columns and Rows
DataGridView打印选择的列
如何使用DataGrid控件, 包括插入, 更新, 删除, 从XML读, 刷新, 写XML, 写文本文件
How to improve performance of typed DataSet creation
Printing Selected Columns and Rows in a DataGrid
打印DataGrid上选择的行和列
A Free HTML Report generator for DataSets.
输入DataSet文件输出成网页报表形式 ps: 可是dataset文件是什么?...
Resizing Datagrid Columns to content, keeping the table styles
根据内容自动调整Datagrid表头宽度, 保持表风格
DataGrid格式类, 可以定义各种DataGrid风格
Client side scrollable dataset
实现dataset旁边滚动条效果, 用javaScript
Updating a DataSet with Multiple Tables using Enterprise Library
更新多表关联结构, 使用库
Tweaking a Windows DataGrid control
关于使用DataGird控件, 动态添加删除列, text, check字段
BindingSource and BindingNavigator in C# 2.0
绑定数据源到数据导航, 哭一个先….
Sorting DataGrid programmatically
DataGrid排序程序
Using a DataTable with minimal/partial Update stored procedures
对数据表小块或者局部更新
扩展的Dataset快速查看工具
Checking for optional columns in a DataTable
监测可选择列 (bool列)
How to Convert a Collection Base to a DataSet
如何将Collection Base转换为Dataset
Encrypt and decrypt DataSets to XML files
加密和解密Dataset到XML文件
充DataSet返回独特的values
读取DataGrid单元格和表头
Fuzzy Logic
使用C#进行神经网络计算, 和几个应用程序问题
Hopfield model of neural network for pattern recognition
Hopfield model of 模式识别的神经网络
C# application to create and recognize mouse gestures (.NET)
C#程序创建及认可鼠标姿势, 模糊寻找对应图像
GDI+
Creating a Watermarked Photograph with GDI+ for .NET
使用GDI+创建一个水印图, 包括水印图片和文字
Resizing a Photographic image with GDI+ for .NET
使用GDI+调整图片大小
用C#创建一个翻页效果
ImageConverter - Converts images to a specific image format, changing sizes on the flow
转换图片大小和格式
Article Four: Building a UI Platform in C# - Painting Text to the Pixel
创建图像字体在界面上.. 很多种方案
图像缩放和透明度调节
Matrix Transformation of Images in C#, using .NET GDI+
图像矩阵变化
Drawing POSTNET Barcodes with C#
绘制条形码
Create a fractal Christmas tree
绘制一棵不规则圣诞树
Creating fancy text effects with C#
创建一个异样的字体样式
A simple TIFF management class
简单的TIFF管理类
Web Image Browser - Lots of images and no time to publish them?
Web形式发布图片
Thumbnail Generator - An easy way to process thumbnails from a large amount of images
简单处理批量图片
C#使用DirectX制作的一个星球游戏
绘制一段动画, 两条运动的线
Drawing and Editing Lines with GDI+
绘制并编辑线,类似Photoshop钢笔功能
Using MeasureCharacterRanges to Draw Text
使用非对齐方法绘制文字
一个照片管理器
使用GDI+绘制3D图像
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
C#类实现泛型指导方针
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 = 6/8/1 0:40:34
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#
关于十进制的有理数?... 包括 1M/3M这样的写法 --#...
静态事件
Generics
Graphics
Creating Bitmap Regions for Forms and Buttons
使用位图界面和按钮 很帅窗体
Drawing UPC-A Barcodes with C#
绘制条形码
绘制3D饼图, 帅
屏幕截获, 多状况, 非常的截获
Screen Captures, Window Captures and Window Icon Captures with Spy++ style Window Finder!
窗体截获, 非常的截获…
Capturing the Screen Image in C#
截取屏幕
A flexible charting library for .NET
绘制曲线图
Creating EAN-13 Barcodes with C#
绘制EAN-13类型的条形码
各种绘图工具, 圆, 方, 线, 曲
雪花
数据指向, 数据查找, 帅透了!
ß-----------
Output graphics files using your printing code
EXIFextractor library to extract EXIF information
提取图片的EXIF信息
Writing effect plug-ins for Paint.NET 2.1 in C#
双缓冲
Free Maps from the Web Using Web Mapping Service
使用web服务映射得到地图, 从http://www.opengeospatial.org/
很帅的字体, 创建出来Google logo字体
Koch曲线画的雪花
关于DrawImage border problem
2D Math Curve Presentation for your Project
2D数学曲线
Importing 3D objects into Avalon from 3DS files
使用3DS文件, 需要WINFX支持
Drawing Component to build GIS and CAM applications
Map component for building GIS applications (GisMap)
GIS & CAM
噪点艺术…
图片水印
图像旋转
图像部分截取
Reading Adobe Photoshop images
读取Photoshop图像文件
Painless yet unsafe grayscale conversion in C#
灰度算法
This program draws the mandelbrot set in C#. It also uses XmlSerialization to save settings, 剪贴板拷贝图像 or save it to a bmp file.
Multiple Matrices With ColorMatrix in C#
Simple Charts Using OWC (Office Web Component)
使用Office web C绘制简单图表
Converting image files to OTA file format (Mobile Picture Message)
转变图形文件到OTA文件格式
Quick Snip - Lightweight image resizer
快速调整resizer, 注册系统右键菜单
文件夹Resize
Reading Barcodes from an Image - II
从图像读取条形码
Drawing Lines And Rectangles Using the Mouse
鼠标画线和矩形
结合C#和OPENGL
简单的动感箭头
绘制条形图
A Simple Photo Publisher Program
一个简单的照片发布程序
创建矢量图形
How To
Processing Global Mouse and Keyboard Hooks in C#
处理鼠标键盘钩子
Extracting files from a remote ZIP archive
从ZIP文件解压
Converting WinForms => Web Forms using CodeDom
使用CodeDom转移winforms程序到Web Forms….
Enumerate and Host Control Panel Applets using C#.
搜举控制面版的所有内容
Create in-process asynchronous services in C#
创建一个在进程的异步服务, 使用代理, 线程和消息队列
Using reflection to extend .NET programs
使用反射扩展.NET程序
Working with vCards using the MS CDO for Exchange Library
Parsing the IL of a Method Body
mmc Snap-in 程序
Custom String Formatting in .NET
自定义string格式
Sending Data from a Flash Movie to the Hosting C# Application
发送消息给一个flash
自动操作IE
C#中使用插件
How to retrieve REAL Hard Drive Serial Number
得到硬盘信息
C#使用面向方面的程序设计….
Regasm2.exe – The .Net/COM+ Installation Tool.
Receiving Events from late-bound COM servers
从late-bound COM接收事件显示在DOC文档
Control Electrical Appliances using PC
电路控制台
A Simple Drag And Drop How To Example
一个简单的拖拉程序
Filtering properties in a PropertyGrid
在Microsoft PropertyGrid中过滤…
充分利用 .NET 框架的 PropertyGrid 控件
Using Resources in Your Application Part I - Simple Embedding.
使用资源文件
Build Your Own Add-in For Microsoft Office Using .NET
建立一个附加到Office上的Hallo World窗体
Visually Present Configuration Data
Importing and Extending ActiveX Controls in .NET
引入和扩展ActiveX控件
This article will explain how to interact with AS/400 applications using the PCSHLL32.DLL library distributed with IBM Client Access emulator.
Integrating Help into Visual Studio .NET
将MSDN帮助整合在 VS.NET中…..
动态创建菜单, 这里用一个目录下所有子目录下的工程文件创建
切换窗体? 交换顶端窗体?
改变桌面壁纸
How to develop a screen saver in C#
命令行参数传递
Unit testing enumerations which map to a database table
Automatically Translate your .NET resource files with Google Translate
使用Google自动翻译.NET的资源文件, 多语言支持的好办法
不更改代码将一个应用程序转化成服务
Saving and obtaining custom objects to/from Windows Clipboard
从剪贴版存储或恢复自己定制的对象
阻塞型更新
Decompress Zip files with Windows Shell API and C#
使用Windows Shell API解压ZIP文件
Creating FTP and Web IIS virtual directories
创建FTP / WEB IIS虚拟目录
Detect if another process is running and bring it to the foreground
监测程序是否已经运行, 单实例运行程序
Parsing floating point strings with specified decimal separator
关于十进制剥离,演示剥离double(123.4)的小数点?..
Utilize Internet Explorer to display reports using XML and XSL from a Windows application
使用XML和XSL从windows程序中用IE显示报表
Adding a 'Minimize to tray'-button to a Form's caption bar
添加最小化到托盘右上角系统按钮
Modifying Configuration Settings at Runtime
在app.config文件中显示, 添加, 删除, 更新值
A Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar
MS ReportViewer.NET 用户报表工具栏
Description Enum TypeConverter
Convert between UTC (Universal Co-ordinated Time) and local time
转换世界通用时间和本地时间
Install a Windows service the way YOU want to! (C# version)
在windows服务安装期间改变设置
Dynamically changing menu items according to CultureInfo
动态改变菜单项 按照….CultureInfo
Writing a Win32 method to find if an application is already running
使用API方法寻找一个应用程序是否已经运行
Single Instance Application in C#
单实例运行
How to create a virtual directory with C#
创建一个虚拟目录
Getting the user idle time with C#
得到用户空闲时间
VS Recent Project List Cleaner
VS新近项目列表清理工具…..
Creating Custom Controls-Providing Design Time Support 1
创建自定义的属性设计器
Accessing songs and playlists from ITunes using C#
运行时候编译代码
一个简单的HTML分析器
How To Get IP Address Of A Machine
得到机器的IP地址
Displaying a Notify Icon's Balloon Tool Tip
显示状态栏提示气球
How to Create Birthday Reminders Using Microsoft Outlook, in C#
使用OutLook创建一个生日提醒
Distance between locations using latitude and longitude
显示两地经纬度距离
Reading and Writing Configuration Application Block: Enterprise Library 1.0
Using reflection to fill ListViews with arbritary objects
使用反射填充ListView
Dynamic Invoke from Unmanaged DLL
从非托管DLL动态调用
How to create a DLL library in C and then use it with C#
从C创建一个DLL, 然后从C#调用
Using Windows APIs from C#, again!
使用API
XP风格窗体
Capturing the Desktop Screen with the Mouse Cursor Image
截获屏幕图包括鼠标指针….
服务管理器
Convert Arabic Number to equivalent Arabic text
转换阿拉伯数字到等价的阿拉伯汉字~~
How to use Crystal Reports with Access database in C#
Access数据库使用水晶报表
Restricting Application to a Single Instance
单实例应用程序
读入图片, XML从一个assembly中
Detect browser closing through clicks on the [X] button
检测浏览器的X按钮, 保证用户session的安全
Using Reflection to convert DataRows to objects or objects to DataRows
利用反射实现 对象和DataRows的互相转换
Using Diagnostics.Process to start an external application.
用诊断进程开始一个程序
Kill any application with system menu using C#
发送消息到系统关闭以关闭应用程序
后期连接DLL, 运行时
Check to see if an MDI Child is already active in an MDI Parent
检测一个MDI子窗体是否激活?
Populating a drop down control from an XML file
拖拉一个XML文件建立控件绑定
Multilingual applications using C#
多语言应用程序
开关光区
Modify the list of typed URLs in IE
得到和删除IE地址列表
Implement a basic IP Scanner for a local LAN in C#
在局域网中进行一个IP检测
XML分析
改变服务现有的description登记
Memory Management
Trouble with the Large Object Heap
关于巨大对象堆的问题
How to write friendlier code for the Garbage Collector and to gain performance boost
如何写一个对于对象回收器来说很友好的程序
C#使用对象池
Office Programming
用office的MODI作的文档扫描程序 从图像识别文本和版面
Desktop Search Application: Part 1
桌面搜索 , 快速全文搜索office文档
Information Bridge 1.5 Walkthrough - Part 1
Information Bridge 1.5 Walkthrough - Part 2
Adding CommandBars to Outlook 2003 using C#
给Outlook2003添加命令条, 关于命令条: 菜单所在栏目…
Parsers
Statistical parsing of English sentences
英文分解和分词
C#/.NET Command Line Arguments Parser
命令行参数传递
用PDF表现用户界面
Spart, a parser generator framework 100% C#
公式分解
Another C++ to HTML conversion utility (written in C#)
把C++源码插入html里, 并且高亮显示
Full-featured Automatic Argument Parser
自动解析全部传入参数
Automatic Command Line Parsing in C#
自动解析命令行参数
Parsing Email Addresses using an RFC822 Compliant Address Validator
解析E-Mail地址 MailBox Quoted Local Domain isValid
字符串解析和字符串公式求值 cool
HTML Parser Technique for Parsing Search Engines (Google)
Html解析技巧分解搜索结果 (Google)
字符串解析
Google解析
Html的Meta和Tag解析
PInvoke
Subclassing Internet Explorer for Context Menu Overriding
Web控件右键菜单 cool
在Explorer里插入cmd框
Late binding on native DLLs with C#
运行时绑定DLL
使用钩子
C#警告音
Putting colour/color to work on the console
控制台的彩色字
RunAs Class
15 Feb 2005
Class that wraps CreateProcessWithLogonW as well as a simple control that makes use of the RunAs class.
Bienz.SysInfo - System Information the .NET way
收集系统消息, 包括磁盘容量,标签和图标
搜举网络资源
An INI file handling class using C#
处理INI文件
Interoperating with Windows Media Player using P/Invoke and C#, Part 2
Interoperating with Windows Media Player using P/Invoke and C#
控制外部WMP用C#....
Capturing the Running IE Instances in C#
捕获控制运行着的IE
调用C++的函数和结构的经验
C#截获网络数据包
Calling Managed .NET Function from Unmanaged Windows Custom DLL.
在非托管DLL函数里访问托管函数
Printing
Regular Expressions
RegexToXml regular expression to XML converter
用正则表达式结果建立一个XML文档
Validation with Regular Expressions Made Simple
正则表达式测试
Regular Expression Library Builder
创建和修改.NET正则表达式库
使用正则表达式检测函数
math / function / boolean /string expression evaluator
文本匹配搜索正则
Batch Converting Linux ASCII Files to Windows
转变Linux ASCII码文件到windows
WinForms的正则库
Yet Another Expression Evaluator
表达式求值
StringTokenizer class that can be used for breaking up a string (or stream) into smaller strings.
Converting Wildcards to Regexes
转换一个通配符到正则
一个字符模版 ?_?
RegExTest: Regular Expression Tester
正则表达式测试
确认E-MAIL是否正确
Very Fast Splitter with support for (Multi-Characters) String Separator
多匹配项正则
Output of ordinary Split:
- Hi
- Empty String
- Empty String
- Empty String
- How are you?
- Empty String
- I hope you are fine
- Empty String
- Empty String
- Empty String
- Empty String
Output of my Split:
- Hi
- How are you? :)I hope you are fine
Simple Mod 10 validation for creditcards
Simple File Creation Form and text manipulation class
A windows form and class for text & file's.
Samples
An article on synchronization of a GET REQUEST/ PUT RESPONSE MQ C# program and a PUT REQUEST/ GET RESPONSE MQ C# program.
Automating a specific instance of Visual Studio .NET using C#
自动获取VS.NET运行的实例
自制安装
Converting CSV Data to Objects
转换CSV数据到Object[]
一个MSN消息监听
Full-text searching with IFilter's
全文搜索
A technique for using the event log as object storage.
IInterfaces Part 1 – Implementing IEnumerable and IEnumerator.
IInterfaces Part 2 – Implementing IComparable and IComparer
支持RSS2.0标准的一个框架, 快速开发使用
Integrating MapPoint in your .NET applications
在地图中寻找路径连接两个点之间
A small C# Class for impersonating a User
http://www.codeproject.com/csharp/cpimpersonation1.asp
Windows Impersonating相关
Automatic Undo/Redo for .NET classes
自动纪录取消重做?
“Hello world” program using Indigo MSMQ Service
http://www.cnblogs.com/jiekeng/articles/511303.html
相关MSMQ消息队列
使用消息循环异步有序的执行方法
Pdfizer, a dumb HTML to PDF converter, in C#
把HTML转换成PDF
图标处理
转换int到不同的数字编码系统
Term frequency/Inverse document frequency implementation in C#
测定两个文档or字串之间的类似度
Run other programs from your .NET code
在你的程序里运行其它程序, CMD, 管道
How to reuse the Windows Workflow Foundation (WF) cool type browser editor in your components
工作流相关
A C# implementation of Unix crypt()
unix中的crypt()算法在C#中的实现
crypt是个密码加密函数,它是基於DataEncryptionStandard(DES)演算法,
多Tab浏览器
Compiling and Executing Code at Runtime
运行时编译执行代码
MSN的Nudge(轻推)效果
16进制转换
一个伪随机数发生器
所见即所得的HTML编辑器 WYSIWYG(所见即所得)
Converting numbers to another radix
12 Dec 2005
This article presents the Radix class to represent numbers in another Radix.
Add a context menu to the Windows Explorer
添加一个右键菜单项到你的Windows Explorer中
一个MDI模版
读取ogg文件
An enhanced wrapper around the LOG4NET logging framework
增强LOG4NET logging框架
计算目录下所有代码的长度
Interpreting Intel 80-bit Long Double Byte Arrays
读写Intel 80-bit long doubles
Command line application to install components into ToolBox
命令行安装 delete到VS ToolBox
Make similar suggestions for input text by remembering old inputs
模拟IE URL条, 键入字后匹配以前输入过的消息
Automatic currency rate updates every day to your database.
每天从xe.com自动更新数据库
按照数字表达式生成数学图形
Inductive Presentation Framework in C#
15 Jan 2005
A framework for building inductive user interfaces.
导出DataGird到Excel
一个可以支持相当大数字的计算器, 使用hashTable()存储
一个MDI树视图, 支持添加删除修改, 并且把结果反应到对应access数据库中
递归
Bottleneck - a tool for finding code bottlenecks in C#
寻找代码瓶颈
Dynamic Crystal Reports Viewing
一个简单的水晶报表
因式分解
Test for additional instances of a process – short and simple
附加实例到一个进程里 cool
Exporting Crystal Reports in different formats
输出水晶报表的不同实例
TwoSB (two student bodies) IDE for Java
用VS IDE写和支持JAVA
API浏览器 http://custom.programming-in.net/
Complete Users' Password Administration for .NET
24 Jun 2005
This article creates a complete suite to manage users and users' passwords. The application saves and loads all the data using an XML file and MD5 encryption.
Build a class to generate random passwords
随机生成密码
Generating a unique computer/user ID using C#
产生一个唯一的用户ID和电脑ID
http://www.codeproject.com/csharp/runtime_method_invoke.asp
根据方法名, 在运行时刻调用方法
Useful classes for using with ASP/C#.NET applications
一些实用类, ConfigObj,
MsSql,
Errorlogger,
OleDB
Security
Simple Password Manager Using System.Security
使用System.Security做的一个简单的密码管理器
SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET application or webpage to encrypt, sign, decrypt or verify OpenPGP messages.
Steganography 16 - Hiding additional files in a ZIP archive
隐秘的往ZIP包添加文件
How to Programmatically add IP Addresses to IIS's Deny Access List using C# and WMI
使用WMI往IIS拒绝列表中添加IP
A Stegano-Framework for .NET Developers
一个密码框架.
Implementing Protected Configuration With Windows Apps
使用一个受保护的配置在WIN应用程序
Steganography 15 - Hiding Digital Data in Music on Audio Cassettes
隐藏数字信息在在视频的声音信息里
Protect your IM (Instant Messenger) conversations by encrypting them
加密保护你的instant Messenger会话
Steganography IV - Reading and Writing AVI files
读写AVI文件
Enigma emulator in C#
9 May 2005
This article shows the inner workings of the German Enigma machine used during the WWII, translated to C#.
Steganography 14 - What Text Lists, GIF Images, and HTML Pages have in common
隐藏binary数据在一些类型的list中
Steganography 11- Indexed Images and their Palettes
隐藏一些数据在位图和他们的调色版, PNG,GIF
Using the G711 standard
28 Jul 2006
Implementing the G711 µ-law and a-law codecs in C#.
The .NET Framework Security Model
.NET框架安全模型
Steganography V - Hiding Messages in MIDI Songs
隐藏消息在MIDI音乐里
Steganography 12 - Regions with different data density
Client/Server Encryption plus extras
C/S结构加密传输
Steganography 13 - Hiding binary data in HTML documents
隐藏数据在Html文档中
Gnu Privacy Guard (GPG/PGP) for .NET [v1.0]
19 Sep 2003 Advanced
This article provides a C# wrapper class (GnuPGWrapper) that will enable use of GnuPG (the OpenPGP Internet encryption standard) within a .NET application.
Secure Coding Technique: A Better C# Password Dialog Box
一个C#的密码对话框, 不是普通textBox加密法了 J
Quick and easy user-level security checks
Quick and easy user-level security checks - Part 2
Quick and easy user-level security checks - Part 3
快速简单的用户权限检察
A C# component to encode and decode yEnc data
加解密e-mail内容
Steganography II - multiple key and carrier files
散布一些隐藏数据在图像中
Steganography X - Tuning the Image Processing
Steganography - Hiding messages in the Noise of a Picture
隐藏所有类型的数据在位图的像素里
File Encryption/Decryption with Hash Verification in C#
使用Hash 加解密文件
一个密码发生器保护你的无线网络
Crack the Modified Caesar Cipher with Relative Frequency Letters
一个改良的凯萨加密法
Modifying ACEs on file and directory DACLs, using the Win32 API Security assembly
改变文件的ACEs和目录的DACLs, 使用WIN32安全函数
Porting Java Public Key Hash to C# .NET
密码学, Windows PKI
Steganography VI - Hiding messages in .NET Assemblies
Steganography VII - Hiding more Text in .NET Assemblies
隐藏文本&&消息在Assemblies
Applied cryptography Part 2: a tool to encrypt files on your HDD
Steganography III - Change only one Bit per Pixel
一点一点隐藏byte在八个像素点里….
Crypto & Hashing Wrapper Classes
Steganography VIII - Hiding Data in Wave Audio Files
隐藏数据在Wave音频文件里
Applied Cryptography Part 1: Simple tool to enrcypt/decrypt e-mail messages
加解密e-mail信息
Symmetric Cryptography and Hashing in C#
对称加密和散列值
使用加密流
在应用程序中使用密码保护
保护在线网站账号的安全性
Extending Explorer with Band Objects using .NET and Windows Forms
扩展Explorer加入镶边对象
Drag and drop, cut/copy and paste files with Windows Explorer
拖放, 剪贴, 拷贝, 粘贴文件 使用WindowsExplorer
加入上下文关联菜单的一个项, 似乎还是特定文件的?..
Display the Current Temperature in the System Tray
在托盘区显示机器现在温度
A tool to order the window buttons in your taskbar
遍例所有窗口显示, 切换最上层显示窗口和 关闭窗口, 得到OS信息
Explorer column handler shell extension in C#
扩展Explorer column
Visual browsing of alternative data-streams in Windows Explorer
栏目扩展
\
File Rating - a practical example of shell extension
又一个扩展的上下文菜单
气球提示
IProgressDialog .NET
24 Jan 2005
A .NET wrapper for IProgressDialog interface and a COM object to allow use of the standard Windows progress dialog with AVI animation and built-in time remaining calculation.
Managing Processes and Shell API Functionality using .NET, Part 1
进程管理 cool
Clipboard handling with .NET - Part II
剪贴板 图像, 文字, 资源, 写读 cool
ID3 Tag Reader Using Shell Functions
读取MP3的ID3 Tag信息
Calling the Open With dialog box from your application, using C#
喊出打开方式对话框
显示气球提示
日程安排程序
CPBar for latest article briefs (RSS feed)
扩展我的电脑查看系统菜单, 功能RSS feed
How to implement simple drag and drop functionality
如何拖放一个文本文件到应用程序中
IE Advanced Toolbar for Favorite site navigation and log-in
23 Jan 2005
Advanced IE toolbar, using .NET band objects, for navigation and login with a single click.
一个IE toolbar……
System
全局钩子
Monitoring Distributed Service Performance in .NET
检测分布式服务性能信息
A component for event scheduling inside an application
Router IP Address Monitor Service
路由器IP地址监控
监视内核事件..
PowerMode, change and status in .NET
得到当前电池情况
Easily Get and Compare OS version information
得到现在系统版本和设定版本进行比较
监视网络速度
图片缩放……………………………..
Counting Physical and Logical Processors
1 Feb 2005
How to determine the number of physical and logical processors on your computer.
How to get CPU usage of processes and threads
得到进程和线程的CPU使用率
似乎是局域网间的磁盘映射访问
Get Logical Drives Information
得到逻辑磁盘
OS Name, Version & Product Type
操作系统名, 版本, 类型 (家庭版, 服务器版)
得到正在运行的进程和他们的消息
Remote Shutdown or Reboot with Telnet and C#
远程关机或重启
日程安排, 调度
Threading
TAM - Threaded Array Manipulator
使用线程队列让多芯CPU运转到100%
A Worker Thread Class For Processing Work Units
处理工作单元的时候, 用一个单线程代替线程池
Another way to Invoke UI from a Worker Thread
从工作线程调用UI, 貌似事件驱动办法
Thread Execution Management and Advanced Thread Queuing in .NET 1.x and 2.0
线程执行管理和高级的线程队列
Task Pattern meets the Command Pattern
16 Sep 2005
Communicating across a network can be time consuming manifesting itself as an unresponsive user interface. This article tries to solve the problem.
A simple in-process semaphore using C#
线程旗语, 简单的理解就是不可思议的线程.. --#... 重复互斥执行一个线程的自定义次
多线程应用程序中的死锁问题解决
线程访问UI
Synchronization Basics and Concept of Using a Synchronized Wrapper
线程同步问题
Inter-Thread Communication Library
介绍一个简单的办法在线程之间传递数据 ..--#..简单?...
Understanding Threading in .NET Framework
理解线程
Threading out tasks in a C#.NET GUI
简单线程, 有一段字符倒置….. 总体价值不大…
Threads
A C# Framework for Interprocess Synchronization and Communication
进程间同步和信息传输
使用WIN32线程状态旗语
The key to multi-threaded Windows Forms UI interaction
多线程和界面的安全交互
Using events for thread synchronization
使用事件同步线程
同步线程
Utilities
VS.NET解决方案文件夹无效文件清理程序
IIsAdmin.NET: Create Multiple Web Sites Under Windows XP
在XP IIS下边 创建多个WEB站点
ZIP Code Utility
2 Jan 2005
This article provides an easy method to lookup a U.S. City/State by ZIP Code, or one or more ZIP Codes by City/State. It also describes a method to calculate the distance between two ZIP Codes and find all other ZIP Codes within a radius of X miles of a specified ZIP Code.
一个C#写的交互式解释程序
CSI Simple C# Interpreter
# $s = "Hello, World!"
# Print($s.Substring(0,5),$s.GetType())
Hello System.String
# $l = $s.Split(null)
# foreach(string ss in $l) Print(ss)
Hello,
World!
Convert HTML to XHTML and clean unnecessary tags and attributes
转换HTML到XHTML并且清除不必要的标签和属性
XTract: A tool for excerpting relevant text
一个文本搜索工具, 标记出来特定词和一点模糊搜索
PDF文件的分解和合并
WallRotate - A wallpaper changer in VC#
改变壁纸
ResxWriter: Generating .resx files from an Excel spreadsheet
从excel表格中产生一个资源文件
托盘程序
pseudoLocalizer -- a tool to aid development and testing of internationalized applications
测试国际化程序
Reflection Explorer
11 Jul 2006
Using reflection as a runtime debugger, and to load/save settings files.
Advanced MIME Parser/Creator/Editor
关于MIME头的解析/创建/编辑
Add Item wizard
17 Feb 2006
A wizard of wizards that can be configured without stopping Visual Studio.
运行DOS命令
WebCacheTool: Manipulate the IE Browser Cache From the Command-Line
命令行下操作IE缓冲
A High-Precision Stopwatch for C#
高精度秒表
DIffer: a reusable C# diffing utility and class library
比较两个目录的不同
Multi-threaded file download manager
多线程文件下载管理器
Detecting Application Idleness
检测应用程序空闲时间
目录下全文搜索工具, 指定目录, 搜索文件类型 cool
结合到IE自定义工具条的RSS浏览器
COM+监视工具
网站发生器
剪贴版图像存储
Unicode compliant multilingual word breaker
多语言编码
实时获取目前打开IE浏览器的地址
一个强大的脚本产生工具
检测DLL的版本冲突
JotNotes - post-it notes for your computer
一个漂亮的日记/写字程序
寻找一个文件的位置
A small and easy-to-use event viewer in C#.
一个类发生器
Comparison and synchronization tool using C#
控件 比较和同步工具
同步文件
Wildcard Manipulation for Text
通配符文本操作
Versioner: An AssemblyInfo version incrementer
一个简单的检测PC正常运作的时间
一个64位汇编程序编辑器
Bookmark merger for Mozilla Firefox
Firefox书签, 没用过Firefox书签….
Windows Forms
把各种资源嵌入应用程序资源
隐藏窗体, 似乎是其它运行的窗体 J
Proper Threading in Winforms .NET
Windows Forms User Settings in C#
使用VS设置设定forms, cool
A Pretty Good Splash Screen in C#
一个自绘可爱屏幕
A curtain hiding screen updates, and blending old and new content with a nice fade effect
一个list卷屏和淡出入效果, very cool!
Creating a non rectangular form using GDI+
创建一个非矩形的窗体
Instantly Changing Language in the Form
立即改变Form的语言
Changing the background color of cells in a DataGrid
改变DataGrid单元格的颜色
Sticky Windows - How to make your (top-level) forms to stick one to the other or to the screen
磁石窗口, 互相吸引紧贴, 在一个主窗体下
帅, 界面
Drag and Drop Internet Shortcuts from Windows Forms to the Desktop
从WIN Forms程序拖拽internet快捷方式到桌面
Drag and Drop files from Windows Explorer to Windows Form
拖拽文件从Explorer到Win Form
The Favalias Application
1 Oct 2003
Favalias application enables you to manage your favorites web sites in an XML file and to launch your favorites application using aliases. You can also make your own addins (in any .NET language) to call your own code.
Using Cache in Your WinForms Applications
应用程序使用缓冲区
Drag-and-Drop Attached File From Outlook (97 and above) to C# Window Form
拖拽附件从Outlook到Windows Form
Form appearance effect and notification window
透明通知窗口
Saving and Restoring the Location, Size and Windows State of a .NET Form
存储和恢复本地窗口大小和状态
How to do Application Initialization while showing a SplashScreen
应用软件初始化时候显示的一个等待屏
Unleash PropertyGrid with Dynamic Properties and Globalization
属性控件添减/只读
Use the ApplicationContext Class to Fully Encapsulate Splash Screen Functionality
3 Jan 2004 Advanced
This isn't an example on how to create a splash screen for your app. This article explains a clean way to encapsulate splash screen functionality into an inherited ApplicationContext class. This article also shows in detail what happens behind the scenes when a WinForm app starts.
绘制一个卡片
Add Most Recently Used Files (MRU) List to Windows Applications
实现Windows Applications最近访问过的文件
Article One: Building a UI Platform in C# - Drag and Drop
拖拉, 线上拖拉, 自由拖拉, 拖拉到一个区域内产生磁石效果
A simple framework for adding undo/redo support
撤销/重做
A Single Instance Application which Minimizes to the System Tray when Closed
一个单实例应用程序并且关闭时最小化到系统托盘
一个漂亮的大按钮
可以从多个配置文件中载入配置, 定制某一个
Add Context Sensitive Functionality to a Windows Forms Control
右键后效果
Article Two: Building a UI Platform in C# - Testing via UI Animation
模拟鼠标动作
Multi Document Interface (MDI) tab page browsing with C#
MDI TAB浏览器
Save valuable screen space by hiding seldom used or insignificant controls on a WinForm
显示完全用户界面和缩减用户界面
Windows XP Visual Styles for Windows Forms
XP风格的Windows Forms
运行时刻调整大小的控件
File Splitter Utility in C# - WinForms
分裂/合并文件
Introduction to MDI Forms with C#
介绍MDI
OSD window with animation effect, in C#
25 May 2006
The article explains how to create an OSD window with animation/semi-transparent effects, in C#, using the NativeWindow class.
Application State Data using XML
应用程序状态
Article Three: Building a UI Platform in C# - The Control Composite
复合控件控制, 和鼠标控制
动感窗体, 拉伸/浅出/定位/控件顺序出现/消失, 非常帅
Windows Explorer 这里是个文件浏览器
Extending the save file dialog class in .NET
扩展save file对话框
Enabling Windows XP Visual Style UI for your C# applications
XP风格界面
退出程序以后重新启动自己…
绘制MDI背景, 渐变色, cool
Pre-beginner's guide to using a timer
计时器初学指南
Windows状态监视器
不规则界面, 这里是个按钮
SnapFormExtender - a magnet for your MDI child forms
磁铁MDI子窗体
A Shaped Windows Form Application with Variable Opacity
透明的不规则窗体
A Reusable, Flexible Error Reporting Framework
29 Apr 2004
Using configuration classes and simple implementation, this library allows your applications a flexible method of reporting errors that happen. Included is a Windows XP-like WinForms UI that allows users the ability of opting for error reporting in WinForms applications.
Access Parent Statusbar from a child
MDI子窗体访问母窗体的Statusbar
Non-transparent controls on a semi-transparent window
不透明控件在半透明窗体 cool 按钮
倾斜的渐变色窗体背景 Forms
OX棋, 很好玩 J
Using a delegate to pass data between two forms
使用一个代理在两个窗体间传递数据
透明灰度化窗体
Multithreaded UI Model-View Data Binding
多窗体间共享数据绑定
Tiny WinForms Application Framework - Juju
应用程序框架
Move window/form without Titlebar in C#
在界面上按着鼠标就能拖动
淡出淡入窗体
Floating, collapsible transparent window in C#
漂浮. 透明窗体 cool
XML界面
Using inheritance to create Windows Forms dialogs.
从一个基础类里边建立窗体
Cute Splash Windows and About Boxes using .NET
可爱的初始框 && About对话框
A Resizable Analog Clock in C# using GDI+ & Windows Forms
一个大小相当可以调整大小的钟表, 使用GDI+双缓冲
把Windows APP程序数据变成Html报表
一个Hot播放器用界面
Passing an Object between Two .NET Windows Forms
在两个窗体间传递对象
Creating Custom Shaped Windows Forms in .NET
一步一步教你画不规则窗体
Fade-in forms using .NET and C
淡入渐出
Multi-monitor programming in C#
21 Mar 2004
How to discover and use multiple monitors.
Form的全屏模式
Form and Control Position and Size Utility
Form和控件的大小纪录下来, 再打开一样.
XML/XSLT
XmlSerializer and 'not expected' Inherited Types
25 Oct 2004
A solution to XmlSerializing inherited types not known until runtime.
A (very) simple XSLT test utility
转换一个XML文件到XSLT文件
Enumerate over XML data in a foreach loop
列举所有XML数据
EDIFACT to XML to Anything You Want
转换一个XML到XSLT
C# and XML Source Code Documentation
8 Sep 2005
Demonstrates how to use C#.NET's XML source documentation to produce professional, indexed and searchable source documentation.
How to Append to a Large XML File
给一个大的XML文件追加数据
Quick and Dirty Settings Persistence with XML
XML脏标记 ?
XML Data Files, XML Serialization, and .NET
XML Schema,xsd.exe 读入card文件, 似乎转变成手机识别格式
确认XML文件的有效性, 检察错误
一个XML编辑器
使用XPath对XML文件读写
XSLT Object Relational Mapping
XML forking in .NET Framework 1.1
显示如何在1.1的环境下处理XML
CreateXMLDB - Create an XML Database and Associated C# Class to Access it
从XML文件创建一个XML数据, 并且生成一个访问它的C#类
AnyDataFileToXmlConverter Class/Utility
把不同的数据文件转换成对应的XML资料
Load and save objects to XML using serialization
使用serialization读取存储对象到XML
Generate Classes From Declarative Code
通过XML创建对应类
A Simple Serializer / Deserializer
22 Sep 2004
A simple Serializer / Deserializer.
Import/Export registry sections as XML
8 Feb 2005
Allows for the import and export of registry sections as XML.
XPath - Elements and Attributes
Extracting tags and details from your MP3 collection into XML
提取mp3 XML的tags和详细资料
XML-based Data Abstraction Layer generator
From XML to Strong Types in C#
Multiple Document Output from XSL Transformations using Parameters and C#
用xml,xsl文件中产生一个静态的web页
Extract RSS feeds from Web pages
从一个web页里提取RSS feeds
递归目录XML
XML sub-tree processing in .NET Framework 1.1
XML子树处理
AidaNet : Network resources inventory
8 Mar 2004
XPath script to analyze multiple XML files.
Vector Data Language Specification (v1.1)
23 Feb 2004
This article covers the Vector Data Language Specification for Vector version 1.1
Insert XML Nodes Using XmlTextReader and XmlTextWriter
使用XmlTextReader和XmlTextWriter插入XML节点
Using .xml files to replace small databases
把xml文件变成一个小的数据库
Reading an XML file using .NET
读取XML
Embedding a Date Formatting Script in an XSL File
12 Nov 2004
This example shows you how to use Microsoft's XSL script extensions to add custom scripts to your XSL file.
Generating Get/Set Methods for your C# Code Using XML/XSLT
使用XML/XSLT文件产生一个GET/SET方法
Wrap the .NET Xml Serialization Framework
2 Jun 2003
This lightweight base class trivializes Xml Serialization and eliminates duplication in projects with multiple serializable classes.
Convert RSSBandit XML files to OPML format
把xml文件转换到opml文件
Creating an XML file based on XSD
从一个XSD文件创建一个XML文件
http://www.codeproject.com/csharp/ 页初稿. 06.12.26 21:01 鸟
Docking bars
OutlookBar: A Simplified Outlook Style Sidebar Control
OutLook风格的左侧靠边工具条
BarTender - Group your contents
收缩工具条
A Docking control that can be dragged and resized by the user
一个运行时大小可调节框
Menus
Menu Images using C# and IExtenderProvider - a better mousetrap!
扩展Menu支持icon和image 2002文
一个全功能的edit菜单, 包括全选,复制,粘贴等
Outlook左侧伸缩菜单
Extended Interface for Status Message
选择项的时候的屏幕下方的信息条提示
MenuItem Extender - add images and font support to your menu
菜单项扩展, 加入图像和字体支持
MenuEx - full image and color support for Windows Forms Menus using C#
加入图像扩展… Office2003风格
Almost Office2003 - Getting rid of the margin in MenuItems
Office2003风格菜单
Populating Menu Control in ASP.NET 2.0 - using different data sources
横向扩展和纵向扩展菜单条, cool
Most Recently Used (MRU) Component
最近访问
Switching language of Menu using C# and XML
使用XML改变菜单语言
ActionMenuStrip/OptionMenuStrip: Generic MenuStrips Configured by an Enum T
文字, 框选和圈选
动态菜单创建
Improvement of the .NET Menu Style class
改进风格, 这里鼠标项变色
Toolbars
Office 2007 ToolStrip Renderer
Office2007的工具条和菜单
A Simple C# Toolbar Docking Framework
一个拖放停靠工具条
Extended Interface for Toolbars
This extension allows toolbar buttons to call functions automatically
停靠工具栏
打印预览控制栏
Magic MenuControl - VS.NET Style
模拟VS.NET风格菜单
Adding a custom control to a ToolStripDropDownButton
添加一个自定义控件到下拉按钮
Upgrading from MainMenu and ToolBar to MenuStrip and ToolStrip
浓缩….. 还有一个停靠窗口…..
Add User Shortcuts To Files/Urls to Application Menus
添加快捷方式从文件/地址到菜单
透明Tool条
ButtonMenu - a.k.a. a simple hack for a nice gui
按钮的下拉菜单
C# Samples
CodeProject Utilities
在你贴的CP消息上自动添加不同的签名
Simple tool for storing and retrieving the quotes and using them in the signatures.
Date and Time
Calculating Christian Holidays
计算基督教假期时间
Convert date from Hijri Calendar to Gregorian Calendar and vise versa
转换日期: Hijri历法到罗马历法
Custom ShortDate type (struct: IComparable)
定制一个简短时间类型
General
Line Counter - Writing a SharpDevelop Add-In
一个VS插件, 计算行数
An article on how to get a webpage thumbnail and give your favorite links a face.
自动web浏览, 自动点击按钮填写表单
Using the Google Desktop and ReSharper APIs
使用Google桌面API给ReSharper写一个插件
Generate a PDF File using CrystalReports
用CrystalReports产生一个PDF文档
Profiting from the WebForm designer generated code
创建一个数据库访问类, 从webForm设计器产生代码
Purgatory
转换一个价格单位到十进制, 小数点存在
Screensavers
A complete C# Screensaver that does double-buffering on multiple monitor systems!
在一个多监视器系统的屏幕保护程序
Andrew's CodeProject Screen Saver
靠… 一个CodeProject屏保
Christian and James' Code Project Screensaver
CodeProject屏保
Strings
转换PDF到文本
A word-wise HTML text compare and merge engine
A C# .NET implemntation of HTML text compare and merge engine based on a similar algorithm as the Unix diff.
分析evt事件日志
string条件置换
添加一行数据到源码或者text文件
Fastest C# Case Insenstive String Replace
Find a fast way to replace case insenstive string.
修复坏掉的的文本
一个单词搜索工具在你的应用程序或者webSite
Processing Command Line Arguments
处理命令行参数
Bulk String Comparison - Time Involved
大字符串比较
Unedited Reader Contributions
LightBox Web Gallery Generator
产生一个Web画廊效果. 使用的是LightBox JS
3D地球, opengl移动行星
Globalization of Windows Application in 20 Minutes using C#
20分钟全球化你的应用程序
The XmlTextReader - A Beginner's Guide
XML文本阅读者
How to get Website Thumbnail in a C# application without creating a forms. (console)
Database Schema Comparison Utility
寻找两个数据库中间的不同
Integrate Windows Desktop Search 2.x with web search
Windows桌面搜索和web搜索一体化
Testing file access rights in .NET 2.0
测试文件的正确性?
A simple way to test individual access rights for a given file and user
UI for simple HTTP File Downloader
HTTP文件下载工具 && 界面
Capturing Web Type Content to a Single Image
Web内容截图到单一图像文件 cool
全文搜索工具
OpenGL全景360°
An application to create interesting and fully customizable web photo gallery
一个应用程序创建一个有趣定制的web照片库
SVG文件编辑器
Skinned form playing Audio and OpenGL altogether
播放音频和OpenGL
OpenGL + BASS Audio + AERO-GLASS style on XP.
Automatic Sql server Backup Utility using sqlserveragent.
自动备份SQLsever 使用 sqlserveragent
How to embed Web Page in an InfoPath Form
把一个InfoPath Form嵌入到网页里
An easy way to populate instances using generics
使用类创建一个简单的数据存取层
当用户输入时可能需要一个小例子去解释如何创建程序窗口
A small example how program window can be brought up when user input may be needed.
Counting PDF Pages using regular expressions
使用正则表达式计算PDF页数
Easy String to DateTime , DateTime to String and formating.
转换string和日期
How to build an Inductive User Interface using the Windows Presentation Foundation
感应用户界面
OpenGL + skinEngine.
A Really Vain "How are my articles doing" web spider
网络蜘蛛 取codeproject文档
从一些照片中选着一个显示
How to programmatically open a text file in Excel using VSTO
在Excel中打开一个文本文件?.. --#..
一个密码发生工具
把日期从欧洲格式转换成美国格式
Discover Parameters For Ms Access Jet 4.00 Database Using Microsoft Patterns DataBlock
22 Dec 2006
Discover Parameters For Ms Access Jet 4.00 Database Using Microsoft Patterns DataBlock
消息队列管理
系统声音, bibi声?
Writing custom attributes in C#
定制属性
How to serialize and deserialize an ADODB Recordset
Contents
General
Enforcing Single Instance of a Hidden-Window Application
单实例隐藏窗体应用程序
Single Instance Application, Passing Command Line Arguments
单实例命令行程序
Inter-Process Communication
Inter-Process Communication in .NET Using Named Pipes, Part 1
Inter-Process Communication in .NET Using Named Pipes, Part 2
使用管道在.NET应用程序进程间交流
Multi-threading
Work Queue based multi-threading
Allows an application to queue work that is performed concurrently to the main thread while maintaining exception processing.
Finite State Machine and Multithreading using .NET
有限机和多线程
Multithreaded Programming Using C#
多线程程序
.NET multi-threading and communication between threads
多线程和线程间交换信息
Managing shared resource access in .NET multi-threading
多线程共享资源存取
多线程观念
Converting single threaded C# class to multithreaded one
转换一个单线程类到多线程?.. --#..
Processes
Launching a process and displaying its standard output
发动一个进程和显示它的标准输出
IPC Between Managed and Unmanaged Code
在托管和非托管进程之间传递数据 进行通信
Thread Pooling
一个巧妙的线程池
Changing the default limit of 25 threads of ThreadPool class
改变线程池类的默认的25线程限制
.NET's ThreadPool Class - Behind The Scenes
When to use .NET's ThreadPool class, and when to use something different.
Thread variables and the .NET thread pool
变量线程和线程池
Creating your own thread pool in .NET
创建你自己的线程池
Wait for threads in a ThreadPool object to complete
等待线程池中的线程结束
一个复位线程池, 关于异常中断和重新开始功能
Worker Queue: Serialised Access to the ThreadPool
An abstraction layer for applications to intercept access between the application and threadpool, to better manage processing upon it.
Don't waste time! Synchronize your ThreadPool.
同步线程池
Threading
一个线程安全的泛型类 另一个线程更新用户界面.
A generic class for providing thread-safe invocation of delegates. Can be used for (but not limited to) updating GUI elements from another thread.
Threading paradigms available under the .NET CLR, using C#
这篇文档讨论在.NET CLR下不同的线程范例
The .NET Framework's New SynchronizationContext Class
对于线程同步问题的容易的控制
ThreadQueue -- A queue for threads that allows asynchronous execution and a time limit
一个线程队列允许异步执行和时间限制
PriorityLock - Release locks by priority
A Monitor like class that releases locks by priority.
Sending parameters at thread startup
线程启动的时候发送参数
Unedited Reader Contributions
PipeStream, a Memory Effecient and Thread-Safe Stream
使用两个线程 安全读/写数据流. 基于单生产者/单消费者问题
Idiot's Guide to Grid Computing I
网格计算机的傻瓜指南
Asynchronous File IO using anonymous method
使用匿名办法实现异步文件IO
Real Multi-threading in .NET 2.0
Improper Usage of Invoke
26 Jun 2006
Asynchronous programming is great, but improper use can cause your form to become non-responsive
异步问题是狠大的, 不正确使用会让你的form无响应.. --#///
Diff 文件差异比较 diff问题
A Generic - Reusable Diff Algorithm in C#
在两个对象之间寻找差异
A Generic, Reusable Diff Algorithm in C# - II
一个重用的差异比较
An O(ND) Difference Algorithm for C#
比较两个文本文件. 最快最多的比较它们之间的不同
This article describes a C# port of the new QuickLZ compression algorithm
This is a .NET .DLL that currently contains one type called SimplePathFinder, it is simple and easy to use, great for A* beginners.
Encryption
The Art & Science of Storing Passwords
一个艺术和科学的办法存储密码, 三路密码存储, 解释和例子
RC4 Encryption Algorithm: C# Version
RC4 加密运算法则, C#版本
ThexCS - TTH (tiger tree hash) maker in C#
TTS是一个通用的hash文件运算法, 主要用在P2P直连方面的hash运算
Cyclic Redundancy Check (CRC32) HashAlgorithm
CRC32(循环亢余检测) Hash运算
A C# implementation of the Twofish cipher
二鱼(Twofish)密码.. --#...
http://www.chinabcg.com.cn/Article_Print.asp?ArticleID=475
Evolutional 进化计算
采用简单的编码技术来表示各种复杂的结构,并通过一组编码表示进行简单的遗传操作和优胜劣汰的自然选择来指导学习和确定搜索的方向。用于解决传统的人工智能方法遇到的知识表示、处理信息模式及组合爆炸等问题提出的一种通用的问题求解方法。
进化计算库 && 使用它们的应用程序,和一些问题的解决
Generalization of a Simple Genetic Algorithm (GA)
一个简单的遗传运算,
AI - Simple Genetic Algorithm (GA) to solve a card problem
AI- 简单遗传运算解决卡片问题
遗传运算
A simpler C# genetic algorithm
遗传运算
General
Unicode Optical Character Recognition
Unicode光学识别, 使用一个人造神经网络
The Project is an optical character recongnition application using artificial neural networks.
在一个信度网络中的桶消元算法
使用miniLZO快速stream压缩
LZO快速从预压缩文件中解压大量数据的算法, 开源
Back to Basics - Generic Data Structures and Algorithms In .NET 2.0
普通数据结构和运算法则
A Simple Compiler for the Common Language Runtime
LALR(1)编译器 end-to-end example
http://www2.gdin.edu.cn/jkx/webstudy/bianyiyuanli/fornpage/
Code Analysis Tools - A collection of IL code analysis tools
1 Sep 2006 Advanced
This tool analyses the IL of a list of assemblies, looking for types, methods, and fields that are not used by another list of assemblies. This lets you see if you have unused legacy code lying around that should be cleaned up.
The Longest Common Substring with Maximal Consecutive
一个长的公有子链最大连续问题
检测数字using the Verhoeff scheme
Option Pricing using the Binomial Tree Model in C#
二项式期权定价模型
Implement Phonetic ("Sounds-like") Name Searches with Double Metaphone Part V: .NET Implementation
实现一个Double Metaphone语音匹配算法 (双精度变音位, 音位的自由变换).
Fast statistical calculations of sub matrices for image processing
Describes the summed area table algorithm of Franklin Crow.
Ternary Search Tree Dictionary in C#: Faster String Dictionary!
快速有效的实现一个string词典数据结构
Ternary Search Trees結合了binary search trees 及 digital search tries的優點,也就是說具備digital search tries只儲存word list節省空間與binary search tree搜尋快速的特性。適合拿來當作查詢字典的資料結構。
Combinatorial algorithms in C#
一些基本的组合运算
AI Search to Solve the Missionaries and Cannibals Problem
智能解决传教士过河问题
有N个牧师和M个野人过河,只有一条能装下R个人的船,在河的任何一方或者船上,如果野人的人数大于牧师的人数,那么牧师就会有危险。找出过河需要的最少步数,如果不能安全过河,返回-1 java解
Simple Parrot Turing Algorithm in C#
一个简单的机器人聊天程序, 努力要通过图灵测试(Turing test: 测试计算机AI程序是否具有人类思维的方法)
XOR tricks for RAID data protection
使用异或的办法对RAID-5进行数据保护
Volume Weighted Average Price (VWAP) Algorithm
VWAP运算法则 VWAP:成交量加权平均价格
ID3 Decision Tree Algorithm in C#
ID3 机器学习的决策树算法
Fortune's Voronoi algorithm implemented in C#
使用Fortune(平面扫描算法)计算2D Voronoi graphs
Math
One dimensional root finding algorithms
关于一元f(x)=0算法解决…
Evaluating Mathematical Expressions by Compiling C# Code at Runtime
一个新的办法解决数学表达式求值程序
乘法逆元
High Speed Prime Numbers Calculation
高速基础数计算
Path Finding
A* 最短路径搜索算法
The Bridges of Königsburg
10 Aug 2006
Solving the impossible! A solution to The Bridges of Königsburg.
Very simple A* algorithm implementation
初学者的简单的A*寻径计算
Maze Solver (shortest path finder)
迷宫问题, 最短路径寻找
Sorting
在任意列中排序对象数组
A collection of sorting algorithms implementing customizable comparitor and swapper functions.
Windows Explorer中用文件名字符串排序
Arraylist排序指南
A QuickSort Algorithm With Customizable Swapping
用customize swapping快速排序
A Dictionary Collection Sorting By Value
一个字典集合按值排序
A Simple and Generic sorting technique for your business object collection
This article discusses sorting of a user defined collection object based on any of the properties of the business entity.
business object(bo)业务对象 Generic(泛型)
关于你的一个简单和普通的排序技巧
数字排序
Generic Quick Sort using anonymous methods
使用泛型方法进行快速匿名排序
QuickSort Algorithm using Generics in C# 2.0
使用泛型快速排序
String Matching
A SoundEx implementation in .NET
Demonstrates an OO implementation of 4 SoundEx variants
Soundex是一种语音算法,利用英文字的读音计算近似值,值由四个字符构成,第一个字符为英文字母,后三个为数字。在拼音文字中有时会有会念但不能拼出正确字的情形,可用Soundex做类似模糊匹配的效果。例如Knuth和Kant二个字符串,它们的Soundex值都是 H416。更详细的说明参考Donald Knuth大师的名著:电脑程序设计的艺术 (The Art Of Computer Programming) 第三卷排序和搜寻。
An improvement on capturing similarity between strings
一个改进的算法. 用于在字符串之间捕获相似
Efficient Boyer-Moore Search in Unicode Strings
Unicode Strings 高效率的Boyer-Moore匹配算法
Aho-Corasick string matching in C#
Aho-Corasick多模式匹配算法 AC自动机匹配算法
一个高效率的Aho-Corasick使用多关键字支持的关键字匹配算法
Boyer-Moore and related exact string matching algorithms
Boyer-Moore 有关精确字符串匹配算法
Implementing C# custom expression evaluator through RPN
使用RPN的自定义表达式求值程序
逆波兰范式RPN全称reverse Polish notation,
把嵌套括号的表达式翻译成RPN表达式可以减少循环,加快求值速度。
Word stemming for German on .NET Framework
关于德文的.. --#... An article on word stemming algorithm, implemented for German language on the .NET framework.
Fast, memory efficient Levenshtein algorithm
A version of the Levenshtein algorithm that uses 2*Min(StrLen1,StrLen2) bytes instead of StrLen1*StrLen2 bytes.
Levenshtein Distance可以用来比较两个字符串的相似度,即两个字符串之间的“距离”。这个“距离”其实就是从源字符串变换到目标字符串需要进行的删除、插入和替换的最少次数。
Unedited Reader Contributions
A- star - A* algorithm implementation in C# (Path Finding, Path Finder)
A*寻径
Combination Generator
12 Jun 2006
A combination generator that works properly with duplicate symbols in its input.
Genetics Dot Net Two - Adaptive Programming
遗传- 自适应
AI : Neural Network for beginners (Part 1 of 3)
AI : Neural Network for beginners (Part 2 of 3)
神经网络初学
Self-Organizing Feature Maps (Kohonen maps)
自组织特征映射 理论和程序实现
Artificial intelligence network load balancing using Ant Colony Optimisation
使用蚁群算法的人工智能网络负载均衡(load balancing)
Base Conversion of Very Long Positive Integers
转换一个非常长的正整数从基数到另一个 from one base to another
Cribbage Hand Counting Library
4 Sep 2006
A library to score cribbage hands.
A reusable Prefix Tree using generics in C# 2.0
泛型写的一个可重用的前缀树数据结构
加解密一个字符串
A (almost) RFC 822/2822 compliant date parser
分析一个E-MAIL时间 电子邮件的标准格式 (RFC 822)
一个mini型的数学表达式剖析器
Emulating PBEWithMD5AndDES Encryption under .Net
.NET下仿效java的PBEWithMD5AndDES的加解密办法
GraphSynth - design, implement, and test graph grammars
设计. 实现 . 测试一个图语法
图语法将字符串上的形式文法扩充为图上的形式文法,提供一种能够使用精确的数学方法来模拟图变换的机制.
Ps: 似乎跑马灯文字, 图上写字也是图语法…………….. 是一个东西吗?
Create Postfix from infix experssion.
20 Aug 2006
this article create postfix experssion from an infix experssion.
从一个中缀产生一个后缀
Simulated Annealing example in C#
人工智能- 模拟退火算法
Photometric Normalisation Algorithms
光测定的人脸图确认识别算法
人脸识别,特指利用分析比较人脸视蠉特征信息进行身份鉴别的 计算机 技术。
二叉查找树 Advanced
程序解决数独游戏问题, 呵呵, 好像很流行的
DES
A Generic Diff/Patch Utility written in C#
Diff/Patch unix中有用Diff和Patch工具维护源码
diff以"行"为单位比较两个文本文件(也可以是目录比较),并将不同之处以某种格式输出到标准输出上;patch可以读入这种输出,并按照一定指令使源文件(目录)按照目标文件(目录)更新。
2D的联立方程解决方案
Bind Nested Tree view from database
Client/Server Development
An Asynchronous Socket Server and Client
同步的socket服务器/客户端
UDP的server/client 可选择的可靠信道
画图聊天…
Terminal Control Project (C# VT100 SSH Telnet)
通过SSH实现一个telnet, 并且绘制一个VT100控制界面
Asynchronous Socket Communications Using the .NET Framework
Asynchronous socket communication
异步socket通信
Testing TCP and UDP socket servers using C# and .NET
测试TCP/UDP socket服务器
XML Based Communication library
使用command /object, 基于TCP/IP连接的XML通信库
TCP/IP Chat Application Using C#
TCP/IP聊天程序
A chat server/client solution for local networks
局域网聊天
A very basic TCP server written in C#
简单的TCP服务器
A Simple .NET TCP Socket Component
可复用的简单的Tcp socket
SmartIrc4net - the C# IRC library
IRC通信库
IPv6 Client Server Network Applications in C# .NET
IPV6标准的server/client应用程序
一个典型的TCP调试监督程序
Create your own Web Server using C#
创建自己的web服务器
一个TCP/IP服务器, 运行在windows服务里等待客户请求
A Chat Application Using Asynchronous TCP Sockets
讨论一个异步socket聊天程序
An Introduction to Socket Programming in .NET using C#
一个socket程序入门
EasySocket - Flexible and easy implementation of client-server architecture in C#
一个事件导向C/S程序
Sending Binary Data using Sockets
发送二进制数据
在服务器端加入一些协议
socket
Making Socket Based Application Using TcpListener and TCPClient
A word on asynchronous sockets
Solution for TCP/IP client socket message boundary problem
一个TCP/IP客户套接字消息边界问题的解决方案
A simple TCP/IP Chat client/server
使用TCP socket从一台机器到另一台
DNS
一个DNS查询的可重用代码
Peer Name Resolution (PNRP)
27 Oct 2005 Beginner
Introduction to Peer Name Resolution and Microsoft's Peer-to-Peer technology.
入门 Peer Name Resolution 和 MS P2P技术
Test Your DNS Response Times with DNS Tester
测试你的DNS响应时间
允许你探测一个internet拓扑对象
Peer Graph - Searching
6 Jan 2006
Searching record meta-data in a Peer Graph using Microsoft's Peer-to-Peer technology.
SMTP和 POP3 E-MAIL服务器
HTML email payload from a URL. 从一个url中有效载入HTML email
从命令行发送E-MAIL
Email Templates: A generic solution to handle template files
E-MAIL模版 , 一个普通的(泛型的?)模版文件的解决办法
连接Hotmail
一个POP3客户端读取并且处理E-MAIL, 包括附件
SendSmtp - a command line utility to send e-mails via SMTP
一个命令行使用SMTP发送e-mail
How to embed images in your email newsletter 在你的email newsletter(实事通讯)嵌入图片
Sending the contents of a webpage with images as an HTML mail
用图像发送一个网页内容 (HTML mail)
Hotmail using C# ?A HTTPMail client under .NET
使用HTTPMail(undocumented)连接hotmail
This paper demonstrates an extensible mass emailing framework (Smart Mass Email SME). The demo implementation uses cutting edge .NET technologies available today such as C#, .NET 2.0, Microsoft?SQL Server 2005 Service Broker, MS Provider Pattern, Enterprise Library January 2006 etc.
A Library for downloading Mails from a POP3 Server
从POP3服务器下载Mails
MAPI API
Sending complex emails in .NET 1.1
发送复杂的e-mail
BooProd.BMail - sending dynamically generated EMails
2 Jan 2005
This package will help you send all kinds of EMails like account creation, order, mailing, reports, ... everything containing dynamic fields. You can configure your own SMTP server, use notification and add attachments.
A class for sending emails with attachments in C#.
发送一个带附件的e-mail
IMAP协议取信
Retrieve Mail From a POP3 Server Using C#
从POP3服务器重新找到e-mail, RFC 1725
How to send a simple text email message
发送一个简单的文本e-mail
SMTP登录
WallaAgent
29 Mar 2005
WallaAgent is a Walla free mail checking agent that runs on your computer instead of logging in to the Walla mail site.
Mail library using sockets, in C#
使用socket操作e-mail
Windows Email Client application using .NET (C#)
Socket SMTP发送..
FTP
Using FTP with .NET including sending server commands
如何发送和接收文件, 搜举目录和子目录, 发送命令到FTP服务端口
Application for uploading modified Files to a FTP Server
一个改良的上传文件到FTP server
FTP库, 异步运作
FTP库 使用简单
LightFTPClient: a basic FTP client
一个基本的FTP客户端
控制台FTP
C# FTP client, based on the WinInet.dll API
FTP客户端, 基于WinInet.dll
FTP search of older files and delete them
FTP搜索太老的文件并且删除
FTP-based Replication with Sharp FTP Server
26 Jun 2004 蜘蛛? 镜像?
This article explains how to do FTP-based replication through the example of the Sharp FTP Server.
General
如何发送一个未加工的原始数据包, 使用C#和NDIS Protocol Driver
Tracert Component for .NET Framework 2.0
一个基于ping_class的追踪程序
虚幻2003游戏服务器状态监测
SNTP 客户端(SNTP互联网精确时间协议 RFC 2030)
TAPI 3.0 Application development using C#.NET
使用TAPI3.0 API开发电话程序, 本文不涉及TAPI基础
Getting active TCP/UDP connections on a box
获得活动的TCP/UDP网络连接
文件下载
Connecting to MSN messenger with the MSNP9 protocol
使用MSNP9连接 MSN
Blogging to LiveJournal.com Using C# Code
恢复和重新包装web资料 ………….
Finding IP Address Information
寻找IP地址消息
Create WAP Push SMS Messages
26 Jul 2004
How to generate a WAP Push SMS message for sending content to mobile phones.
域名相关资料搜索
Serial Communication in .NET 2.0
持续通讯: 使用一个timer代理握手协议
Display an Internet Connection status icon using .NET Framework 2.0
显示一个internet连接状态图标
a simple yet powerful framework for retrieving useful information from public sources on the web.
Get IP Address from Web host name
从Web地址得到IP
IP list, Check an IP number against a list in C#
A class for holding a list of IP numbers, which you can check new IP numbers against.
创建一个全球化的域名消息收集
一个ICMP ping追踪者
HTTP
执行一个定制的HTTP请求和显示未加工的HTTP应答
A Simple Crawler Using C# Sockets
C# socket多线程爬虫, 解决WebRequest. GetResponse()死锁问题
MiniHttpd: an HTTP web server library
一个web服务器
Bi-directional HTTP Connection
双向通讯, 使用一个单连接
Threaded WebDownload class with Progress Call-backs
执行一个异步下载文件, 完成以后回调通知
C#/VB - Automated WebSpider / WebRobot
蜘蛛
How to use HttpWebRequest and HttpWebResponse in .NET
如何使用HttpWebRequest 和 HttpWebResponse
LDAP
轻型目录访问协议,即Lightweight Directory Access Protocol (LDAP)是一个访问在线目录服务的协议
An RFC 2253 Compliant Distinguished Name Parser
A set of classes to parse and manipulate LDAP distinguished names
Network
SharpPcap - A packet capture framework for .NET
网络封包截获, 注入, 分析, 基于WinPcap packet capture driver
Peer Graph = Peers and Connections
理解Peer Group Identities和MS的P2P技术
An introduction to Microsoft's Peer-to-Peer Graphing technology
关于MS P2P技术简介
sharpSsh - A Secure Shell (SSH) library for .NET
运行一个SSH2协议
安全外壳协议(SSH)是一种在不安全网络上提供安全远程登录及其它安全网络服务的协议。
搜举本地网络和远程机器上的共享信息, 并且转换本地文件路径到UNC 路径.
file:\server\share\path\project file.mpp”是绝对 UNC 地址
列出本地网络所有的计算机和服务器, 并且按类别报告
Using a NetworkStream with raw serialization, GZipStream, and CryptoStream
使用一个Networkstream(提供网络访问的基本数据流)用raw serialization, GZipStream, and CryptoStream
Network computer picker control
一个得到选择的网络计算机的库类
Retreiving a list of network computer names using C#
得到一个网络的计算机名, 使用NetServerEnum function from the Netapi32.dll
Network Stuff (easy socket v3)
一个类, 操作TCP,UDP,ICMP Sockets…. 包括ping, traceroute, whois, ARP, IPHelper函数, 原始包伪造和截获
在一个内部网中使网络信息改变方向
File Synchronization using a NAnt Task
文件同步, 在本地和本地/远程 目标目录树之间同步. 使用Nant
RawSocket Class-Create Network Monitoring (Packet Sniffing) Apps
原始Socket 创建一个网络监视程序. 包嗅探型
Implementation and Subscription for the SENS Network Events Component
使用SENS探测网络连接
Peer Graph - Exchanging Private Data
使用P2P交换个人数据
TCP server
Associating Attribute Meta-Data in a Peer Graph using Microsoft's Peer-to-Peer technology
Peer Group - Create, Open, and Delete
P2P技术的创建, 打开, 删除
Contact Management联系(接触)管理- 使用P2P协作技术…in Windows Vista.
实现远程开机 ,通过发送Wake-On-Lan packet
A Network Based Multi-Player Eater Game
一个网络游戏程序 Eater… 吃什么的人….豆子?
Network Sniffer and Connection Analyzer
网络嗅探和连接分析
Collecting Remote System Information With WMI
使用WMI收集远程系统信息
得到网络主机的一些消息
远程开机
Peer Collaboration - Applications
Registering applications using Microsoft's Peer-to-Peer Collaboration technology, in Windows Vista.
List Peer Servers and their IP Addresses inside a Workgroup.
在一个工作组中 服务器和IP地址 列表
Enumerate All of the IP Addresses on the Network W/O ActiveDirectory
搜举一个网络中全部的IP地址using ActiveDirectory
NNTP 网络新闻协议
NNTP library that supports post retrieval with attachments and a lot more
NNTP库
处理基本的NNTP命令
Getting the list of groups in a news server
从一个新闻服务器得到新闻组列表
Proxy / Firewall
如何使用PAC文件设定一个代理服务器
C# class for connecting via a SOCKS5 Proxy Server
连接一个SOCKS5代理服务器
UDP
Scalable Server Events with .NET UDP Sockets
以网络上一个事件的发生, 通知clients
A Chat Application Using Asynchronous UDP sockets
一个异步UDP聊天
Unedited Reader Contributions
Instant Messaging / Chat using Remoting for LAN
局域网中及时的消息/聊天使用Remoting
sharpBITS.NET - wrapper for BITS API
BITS库, BITS, 后台智能传送服务
Search Engine for Local Area Network ( LAN )
在局域网共享里搜索文件或者文件
POP3 Email Client with full MIME Support (.NET 2.0)
POP3 E-MAIL客户端 Advanced
MultipurposeInternetMailExtentions,一般译作“多媒体邮件传送模式”。顾名思义,它可以传送多媒体文件,在一封电子邮件中附加各种格式文件一起送出。
aSystem.Net.Mail.MailMessage pure C# 2.0, only .NET framework DLLs used
监视一个应用程序和internet数据交换总量
Applications Traffic Watcher Lite
又一个监视, 不过是监视其它应用程序
Remotely updating local user passwords with DirectoryServices
使用DirectoryServices远程更改本地用户密码, 包括一个搜举所有计算机在一个Active Directory里
Getting active TCP/UDP connections using GetExtendedTcpTable function
得到活动的TCP/UDP连接 和 进程被附加上的连接
Utilities
Tracert Map: View the IP network path on a map
显示一个IP地址在地图上的位置
Cyber caf?software to keep track of buisness.
使用Google在线语言翻译工具
This article is intended to show you how you can use the Internet to gather and display dynamic content.
Trace Utility to Trace IP Packet Path
追踪IP包路径
ICMP PING服务监视器
RSS的一个简单使用的类
Google按关键字 监视排名