C#编程基础:
A1 ………… 基础
A2 ………… using 关键字
A3 ………… as 关键字
A4 ………… is 关键字
A5 ………… switch 关键字
A6 ………… return 语句关键字
A7 ………… enum 关键字
A8 ………… Enum 类
A9 ………… Struct 类型
G1 ………… 数组
G2 ………… String 类
G3 ………… StringBuilder 类
G4 ………… Convert 类
G5 ………… 可空类型 int? & double? & bool?
G6 ………… 值类型 int & double & bool
G7 ………… 引用类型 class & interface & string
G8 ………… 转义字符
G9 ………… 运算符U1 ………… var 关键字
U2 ………… delegate 委托
U3 ………… 事件
U4 ………… dynamic 关键字
U1 ………… 转义字符
函数与相关类:
A1 ………… 函数
A2 ………… ArrayList 类
A3 ………… Hashtable 类
A4 ………… Random 类
A5 ………… Math 类
A6 ………… DateTime 结构
A7 ………… TimeSpan 结构
A8 ………… DateAndTime 结构
A9 ………… Format 类
面向对象编程:
A1 ………… 类(Class)
A2 ………… 类的特点
A3 ………… 类的访问级别
A4 ………… 类的定义
A5 ………… 接口(Interface)
A6 ………… 数据成员
A7 ………… 方法(Method)
A8 ………… 属性(Property)
A9 ………… 字段(Field)
Aa ………… 构造函数和析构函数
Ab ………… 索引器
Ac ………… 抽象类和抽象函数
Ad ………… 密封类和密封函数
Ae ………… 其他
Af ………… 一些技巧
集合:
A1 ………… CollectionBase 类
A2 ………… DictionaryBase 类
A3 ………… List<T> 类
A4 ………… Dictionary<TKey, TValue> 类
A5 ………… ArrayList 类
A6 ………… Hashtable 类
A7 ………… 比较
A8 ………… IFields 接口
A9 ………… IQueryFilter 接口
Winform<1>:
A0 ………… 通用
A1 ………… Form 类
A2 ………… Control 类
A3 ………… MessageBox 类
A4 ………… Button 类
A5 ………… Label 类
A6 ………… TextBox 类
A7 ………… RichTextBox 类
A8 ………… ListBox 类
A9 ………… CheckedListBox 类
G1 ………… ComboBox 类
G2 ………… RadioButton 类
G3 ………… CheckBox 类
G4 ………… TabControl 类
G5 ………… PictureBox 类
G6 ………… Panel 类
G7 ………… MenuStrip 类
G8 ………… ToolStripMenuItem 类
G9 ………… ToolStrip 类
U1 ………… ToolStripButton 类
U2 ………… StatusStrip 类
U3 ………… Timer 类
U4 ………… ProgressBar 类
U5 ………… OpenFileDialog 类
Winform<2>:
A1 ………… DateTimePicker 类
A2 ………… Bitmap 类
A3 ………… ImageList 类
A4 ………… Clipboard 类
A5 ………… IDataObject 接口
A6 ………… vScrollBar 类
A7 ………… NumericUpDown 类
A8 ………… ToolTip 类
A9 ………… SoundPlayer 类
G1 ………… ListView 类
G2 ………… ListViewItem 类
G3 ………… TreeView 类
G4 ………… TreeNode 类
G5 ………… Keys 枚举
G6 ………… InputLanguage 类
G7 ………… ImeMode 枚举
G8 ………… SendKeys 类
G9 ………… Cursor 类
U1 ………… Screen 类
U2 ………… MessageBox 类
U3 ………… DataGridView 类 DataGridViewCellStyle 类 DataGridViewCell 类 DataGridViewCellCollection 类
DataGridViewColumn 类 DataGridViewColumnCollection 类
DataGridViewRow 类
DataGridViewRowCollection 类
DataGridViewSelectedRowCollection 类
举例:清空数据和导入数据的方法
U4 ………… ContextMenuStrip 类
ToolStripItemCollection 类
ToolStripItem 类 ToolStripMenuItem 类
U5 ………… Application 类
U6 ………… Help 类
U7 ………… SystemInformation 类
U8 ………… PropertyGrid 类
U9 ………… Webbrowser 类Ua ………… HtmlDocument 类Ub ………… HtmlElement 类
图形图像设计:
A1 ………… Color 结构
A2 ………… KnownColor 枚举
A3 ………… SystemColor 类
A4 ………… SystemBrushes 类
A5 ………… SystemFonts 类
A6 ………… SystemIcons 类
A7 ………… SystemPens 类
A8 ………… TextureBrush 类
A9 ………… Font 类
G1 ………… FontFamily 类
G2 ………… Point 结构
G3 ………… Size 结构
G4 ………… Rectangle 结构
G5 ………… Pen 类
G6 ………… Pens 类
G7 ………… Graphics 类
G8 ………… Image 类
G9 ………… Brushes 类
U1 ………… SolidBrushes 类
U2 ………… ColorTranslator 类
U2 ………… GraphicsPath 类
U3 ………… AjustableArrowCap 类
U4 ………… HatchBrush 类
U5 ………… LinearGradientBrush 类
U6 ………… InstalledFontCollection 类
IO命名空间:
A1 ………… File 类 举例:通过时间创建文件夹及文件,并写入内容!
A2 ………… Directory 类
A3 ………… Path 类
A4 ………… StreamReader 类
A5 ………… StreamWriter 类
A6 ………… FileWriter 类
A7 ………… FileStream 类
A8 ………… FileInfo 类
A9 ………… DirectoryInfo 类
G1 ………… FileSystemInfo 类
ADO.NET:
A0 ………… System.Data.SqlClient 命名空间
A1 ………… SqlConnection 类
A2 ………… SqlCommand 类
A3 ………… SqlDataReader 类
A4 ………… SqlParameter 类
※ 参考:SQLHelper 语句
A5 ………… SqlDataAdapter 类
A6 ………… System.Data 命名空间
A7 ………… DataTable 类
A8 ………… DataSet 类
A9 ………… DataTableCollection 类
G1 ………… DataRow 类
【145】.NET Framework类库索引