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 类
U6 ………… SaveFileDialog 类

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 类
        Cursors 类

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 类

图形图像设计:

System.Drawing 命名空间

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 类

System.Drawing.Drawing2D 命名空间

U2 ………… GraphicsPath 类
U3 ………… AjustableArrowCap 类
U4 ………… HatchBrush 类
U5 ………… LinearGradientBrush 类

System.Drawing.Text 命名空间

U6 ………… InstalledFontCollection 类

IO命名空间:

System.IO 命名空间

A1 ………… File 类                   举例:通过时间创建文件夹及文件,并写入内容!
A2 ………… Directory 类
A3 ………… Path 类
A4 ………… StreamReader 类
A5 ………… StreamWriter 类
A6 ………… FileWriter 类
A7 ………… FileStream 类
A8 ………… FileInfo 类
A9 ………… DirectoryInfo 类

G1 ………… FileSystemInfo 类

【013】◀▶ Diagnostics & System

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 类

System.Diagnostics 命名空间

A1 ………… Process 类
A2 ………… Stopwatch 类

System 命名空间

G1 ………… Environment 类

Microsoft.Win32 命名空间

U1 ………… Registry 类
U2 ………… RegistryKey 类

System.Globalization 命名空间

X1 ………… ChineseLunisolarCalendar 类
X2 ………… RegistryKey 类

Chart 类说明

【145】◀▶ .NET Framework类库索引的更多相关文章

  1. .NET Framework 类库

    .NET Framework 类库 MSDN == V2.0 == .NET Framework 类库是一个由 Microsoft .NET Framework SDK 中包含的类.接口和值类型组成的 ...

  2. .net平台 .net Framework 组织结构 .net Framework类库 CLR C# 介绍

    一..net平台 .NET现在可以看成微软的一个品牌,微软有两个非常成功的品牌,那就是Windows和Office. .NET会成为微软的另一个品牌.它不仅仅是一组技术,产品,或服务(微软的服务包括M ...

  3. [CLR via C#]1.6 Framework类库~1.9与非托管代码的互操作性

    原文:[CLR via C#]1.6 Framework类库~1.9与非托管代码的互操作性 1.6 Framework类库 1. .NET Framework中包含了Framework类库(Frame ...

  4. .NET Framework 类库——C#命名空间大全

    引用地址:https://msdn.microsoft.com/zh-cn/library/gg145045.aspx C# using引用时,不知道有哪些命名空间,这下转载收集一篇,方面查找使用. ...

  5. 七、Framework类库

    1.Framework类库简介 .Net Framework类库包含Framework类库(Framework Class Library,FCL).FCL是一组DLL程序集的统称,其中含有数千个类型 ...

  6. Framework类库(FCL)简介

    Framework类库(Framework Class Library,FCL)是一组DLL程序集的统称,其中含有数千个类型定义,每个类型都公开了一些功能 部分常规的FCL命名空间 命名空间 内容说明 ...

  7. Visual Studio 中的 .NET Framework 类库

    Visual Studio 中的 .NET Framework 类库 .NET Framework 类库由命名空间组成.每个命名空间都包含可在程序中使用的类型:类.结构.枚举.委托和接口. 当您在 V ...

  8. 【译】在 Linux 上不安装 Mono 构建 .NET Framework 类库

    在这篇文章中,我展示了如何在Linux上构建针对.NET Framework版本的.NET项目,而不使用Mono.通用使用微软新发布的 Mocrosoft.NETFramework.Reference ...

  9. 【146】ArcObjects类库索引

    ArcObjects 类库(一) ----------------------------------------------------------------------------------- ...

随机推荐

  1. Linux基础命令回顾

    前言 说到linux基础命令,网上一搜一箩筐,想学也有很多教程,如果你不幸看到此篇文章,想看就认真看完,毕竟你点进来了不是嘛? 我每次写的文章都是为了分享自己的学习成果或重要知识点,希望能帮助更多的人 ...

  2. Webdriver元素定位2(XPath)

    XPath即为XML路径语言,它是一种用来确定XML文档中某部分位置的语言.XPath基于XML的树状结构,提供在数据结构树中找寻节点的能力. 绝对路径定位 案例:在百度首页搜索框输入selenium ...

  3. window.onload 函数不执行处理

    Google Chrome window.onload = function(){}   函数不执行处理 function pageOnLoad(){} window.onload = pageOnL ...

  4. 【bzoj3505】[Cqoi2014]数三角形

    [bzoj3505][Cqoi2014]数三角形 2014年5月15日3,5230 Description 给定一个nxm的网格,请计算三点都在格点上的三角形共有多少个.下图为4×4的网格上的一个三角 ...

  5. nyoj_205_求余数_201404271630

    求余数 时间限制:1000 ms  |  内存限制:65535 KB 难度:3   描述 现在给你一个自然数n,它的位数小于等于一百万,现在你要做的就是求出这个数除10003之后的余数   输入 第一 ...

  6. spring history &design Philosophy

    Spring简介 Spring是一个开源框架,它由Rod Johnson创建.它是为了解决企业应用开发的复杂性而创建的.Spring使用基本的JavaBean来完成以前只可能由EJB完成的事情.然而, ...

  7. maven提示“编码 GBK 的不可映射字符”问题的解决

    pom.xml中加上如下代码 <properties> <!-- spring版本号 --> <spring.version>4.2.3.RELEASE</s ...

  8. Apache2 Web 服务器

    Apache2 Web 服务器的安装 sudo apt install apache2 -y 当安装Apache2包之后,Apache2相关的服务是启用的,并在重启后自动运行.在某些情况下如果你的Ap ...

  9. ubuntu10.04 建V

    ubuntu10.04架设vpn服 vpn 安装:  pptpd:apt-get install pptpd 1. 配置网络IP地址,编辑 vim /etc/pptpd.conf ,去掉下面两行前面# ...

  10. 实战c++中的vector系列--emplace_back造成的引用失效

    上篇将了对于struct或是class为何emplace_back要优越于push_back,可是另一些细节没有提及.今天就谈一谈emplace_back造成的引用失效. 直接撸代码了: #inclu ...