1 / 13

BCL (Librería de Clases Base) y los Namespace’s

BCL (Librería de Clases Base) y los Namespace’s. Contenido. Visual Studio 2008 ( intro ) Namespaces y su Organización ¿Qué es la BCL? .NET Framework Class Library. Visual Studio 2008. Es un IDE (Entorno de Desarrollo Integrado) para sistemas operativos Windows.

tucker
Download Presentation

BCL (Librería de Clases Base) y los Namespace’s

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BCL (Librería de Clases Base) y los Namespace’s

  2. Contenido • Visual Studio 2008 (intro) • Namespacesy su Organización • ¿Qué es la BCL? • .NET Framework Class Library

  3. Visual Studio 2008 • Es un IDE (Entorno de Desarrollo Integrado) para sistemas operativos Windows. • Soporta el desarrollo de programas en varios lenguajes de programación (C#, VB.NET, C++, ASP.NET, J#, etc.) • Herramientas gráficas para diseño de interfaces. • Soporte de IntelliSense para hacer mas fácil la codificación de Programas. • ‘CodeSnippet’ en algunos lenguajes.

  4. Visual Studio 2008

  5. Versiones de VS 2008

  6. Namespace • Un namespace es una agrupación lógica de tipos en .NET • Un assembly puede contener uno o mas namespaces. • Un namespace solo puede contener definiciones de Tipos (Clases, Interfaces, Estructuras y Enumeraciones). • Se recomienda agrupar tipos comunes en espacios de nombres. • No puede haber dos elementos con el mismo nombre dentro de un namespace.

  7. Namespace

  8. Componentes .NET

  9. BCL • Base Clase Library, es la librería base del .Net Framework, la cual está formada por cientos de TIPOS DE DATOS que permiten acceder a los servicios ofrecidos por el CLR. • Abstrae funcionalidades comunes a la hora de escribir programas. • Es extensible (mediante herencia) y completamente orientado a objetos. • Está escrita en código MSIL. • Los tipos están agrupados en Namespace’s.

  10. System.Web System.Windows.Forms Services UI Design ComponentModel Description HtmlControls Discovery WebControls Protocols System.Drawing Caching Security Drawing2D Printing Configuration SessionState Imaging Text System.Data System.Xml OleDb SqlClient XSLT Serialization Common SQLTypes XPath System Collections IO Security Runtime InteropServices Configuration Net ServiceProcess Remoting Diagnostics Reflection Text Serialization Globalization Resources Threading .NET Framework Class Library

  11. Base Class Library

  12. Recursos • Página Oficial de Visual Studio 2008: http://www.microsoft.com/spanish/msdn/latam/visualstudio2008/ • Visual Studio 2008 Express Edition: http://www.microsoft.com/exPress/ • Coding4Fun: http://blogs.msdn.com/coding4fun/ • Referencia BCL MSDN: http://msdn.microsoft.com/en-us/library/aa388745(VS.85).aspx

More Related