(轉貼) 夢在天涯C#隨筆分類列表 (.NET) (C#)
轉貼自http://www.cppblog.com/mzty/archive/2007/03/04/19167.html
C#简介:
c#与java(转)
c# 简介(转)
从c++到c#
C++ -> C#: What You Need to Know to Move from C++ to C#(msdn)
.NET简介:
Introducing Microsoft .NET(转)
Microsoft .NET 框架 FAQ
NET 存在哲学
.NET Framework 工具
程序集
程序域(一个程序中调用另一个程序)
APPDomain,Assabley,madel,namespace 概念
.NET Framework Resource Management
.Net内存管理和垃圾回收
NET 框架安全性概述
NET Framework 3.0 你知道吗?
VS2005使用:
Microsoft Visual Studio Team Edition for Software Developers
VS2005中用Code Snippets提高开发效率
Visual Studio 2005 Team System:构建健壮而可靠的软件
vs2005 的单元测试
vs.net 2005 的test
使用 Visual Studio Team Test 进行单元测试
使用 Visual Studio 2005 Team System 进行单元测试
单元测试小技巧
NUnit单元测试
TestRunner
Make Your Apps Fly with the New Enterprise Performance Tool (通过新的 Enterprise Performance Tool 使应用程序飞速运行)(包含各种排序算法的实现)
调试breakpoint高级
vb.net与c#转换工具,资源管理工具(free)
C#语法:
Namespaces/Identifiers
destructor/unsafe(c#)
c#中的委托和事件的简单实例
Enums and Structs in C#
Event Handling in C#(转)
Exception Handling in C#
c#的反射
Properties/Access Modifiers/Enumerations/Interfaces(c#)
c#运算符重载和技巧 (equal()函数的实现使用)
c# class 实现 () (很好)
c# 函数中传入参数的类型(Parameter Passing in C# - Preamble)(very good )
C#技巧:
.NET 中生成GUID
Visual C# 编程操作Excel
XML Comments in C#
Sending Email in .NET
读取ini文件
c#目录浏览
c# sort()自定义的结构
进程 Process的使用
c# Threads
c# Thread 高级使用
ArrayList的使用方法【转载】
c#2.0 List<> 使用
Performance of Iteration Methods (very good)
IFormattable,IFormatProvider,ICustomFormatter 接口的实现
Implementing IEnumerator and IEnumerable Interfaces using Inner Class in C#(very good)
Working with Files in C#(转)
Accessing Files and Directories
Handle FileSystem Notifications with the FileSystemWatcher
Simple ADO Database Read, Insert, Update and Delete using C#.
使用codeDom ---namespace 动态的生成.net代码
正則表达式
c# Remoting 学习
Active Directory如何用C#进行增加、删除、修改、查询用户与组织单位!
保护你的DLL和Code不被别人使用
使用API实现1/1000秒的性能测试类
C#排序算法大全
.net下汉字字符串,一般字符串,时间日期的常用方法
个人整理-C#编程实用小技巧- -
C#.NET常用的小函数和方法集- -
NET常用代码收集
C#与Native的交互:
Interacting with COM Components Using C#
C#中的非安全编程(key:unsafe,fixed)
C#中重用c/c++旧模块
Native c++ 和Managed 的 interop
c++\CLI与c#
C#操作XML:
在C#中操作XML (转)
解析.Net框架下的XML编程技术(转)
Writing XML File using XmlWriter//Reading XML Files//Reading XML File using XmlDocument//Inserting Data to an XML Document
read and write XMl in 2 means (XML一)
find the nodes in XML in 3 means(XML 二)
Validate an XML Document Against a Schema(XML 三)
Use XML Serialization with Custom Objects/Create a Schema for a .NET Class/Generate a Class from a Schema(XML 四)
Perform an XSL Transform(XML五)
object 序列化
c# 生成 xml 文件
XmlSerializer 常见问题疑难解答
ADO.NET:
ADO.NET简介- -(一)
用Ado.NET连接Access和SQL Server数据库 (二)
ADO。NET 之DataSet (三)
Ado.net各种provider的连接直接读取,填充dataset示例(四)
ADO>NET之datatable(五)
ADO。NET之dataview(六)
Obtain an XML Document from a SQL Server Query(AOD.NET 七)
ADO.NET 之XML与DataSet(八)
ASP.NET:
ASP.NET程序中常用的三十三种代码(强荐)! by Mark_Lee
WinForm:
在Form中构建给定目录的Treeview
WinForm的自动缩放(dialog跟随系统字体大小的自动缩放)