La librairie objet du Framework Microsoft .NET (Framework Classes Library)
est un ensemble de classes unifié et hiérarchisé offrant un grand
nombre de fonctionnalités standard. La FCL permet ainsi d'utiliser un grand
nombre d'interfaces prédéfinies sans avoir à gérer de multiples
librairies.
Les classes du framework .NET sont généralement présentées
dans un tableau comme suit :
System.Web |
Services | UI |
Caching | Security |
Configuration | SessionState |
|
System.Windows.Forms |
Form | Button |
MessageBox | ListControl |
|
System.Drawing |
Drawing2D | Printing |
Imaging | Text |
|
|
System.Data |
OLEDB | SQL |
Design | SQLTypes |
|
System.XML |
XSLT | Serialization |
XPath |
|
System |
Collections | IO | Security | Runtime |
Configuration | Net | ServiceProcess |
Diagnostics | Reflection | Text |
Globalization | Resources | Threading |
|
|