C#隨筆分類列表
超好的Csharp基礎入門網站:http://www.csharp-station.com/Tutorial.aspx
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跟隨系統字體大小的自動縮放)