Base Class Library

La Base Class Library (BCL) de Microsoft est une bibliothèque standard utilisée par tous les langages basés sur framework .NET.
Pour faciliter le travail du développeur, .NET utilise la BCL pour encapsuler un grand nombre de fonctions communes, telles que la lecture et l'écriture, le rendu graphique, l'interaction avec une base de données, la manipulation de documents Extensible Markup Language. Son but est beaucoup plus large que celui d'autres langages comme C++, et il serait plus comparable avec la bibliothèque standard de Java (Java Class Library).
Il ne faut pas faire de confusion entre la BCL et la FCL (Framework Class Library), qui est un sur-ensemble incluant l'espace de noms de Microsoft.
Espace de noms
- System.CodeDom[1]
- System.Collections
- System.ComponentModel[2]
- System.Configuration
- System.Data
- System.Deployment
- System.Diagnostics
- System.DirectoryServices
- Pour l'accès à Active Directory
- System.Drawing
- System.EnterpriseServices[3]
- System.Globalization[4]
- System.IO
- System.Management[5]
- System.Media
- System.Messaging[6]
- .NET Remoting est un autre nom pour les fonctionnalités fournies. Voir Windows Communication Foundation.
- System.Net
- System.Linq.Expressions
- Cet espace de noms fournit entre autres la cryptographie
- System.ServiceProcess
- System.Text
- Supporte des encodages variés, des expressions régulières et des mécanismes pour manipuler des chaînes de caractères (voir StringBuffer and StringBuilder (en))
- System.Threading[9].
- System.Timers[10]
- System.Transactions
- System.Web :
- Tout ou partie de cette architecture correspond à ASP.NET
- System.Windows.Forms
- Cet espace de nom contient l'architecture Windows Forms, voir Windows Forms
Voir aussi
- ADO.NET
- Windows Presentation Foundation
- Windows Communication Foundation
- Windows Workflow Foundation
- Windows CardSpace
Références
- ↑ MSDN Documentation - System.CodeDom Namespace
- ↑ MSDN Documentation - System.ComponentModel Namespace
- ↑ MSDN Documentation - System.EnterpriseServices Namespace
- ↑ MSDN Documentation - System.Globalization Namespace
- ↑ MSDN Documentation - System.Management Namespace
- ↑ MSDN Documentation - System.Messaging Namespace
- ↑ MSDN Documentation - System.Reflection Namespace
- ↑ MSDN Documentation - System.Security Namespace
- ↑ MSDN Documentation - System.Threading Namespace
- ↑ MSDN Documentation - System.Timers Namespace
- ↑ MSDN Documentation - System.Xml Namespace
Références externes
- (en) .NET Framework Developer Center. Microsoft Developer Network (MSDN).
- (en) Base Class Libraries Community. More information and FAQs about the BCL.
- (en) .NET Framework 3.5 namespaces
- (en) MSDN BCL Documentation.
- (en) BCLTeam's WebLog.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.