desplegar Mi lista: 0 cursos
Home Cursos Computación y telecomunicaciones Cursos Programación y análisis Cursos .NET y C# Curso 2956 Core Foundations Of Microsoft .Net 2.0 Development
Compueducación

2956 Core Foundations Of Microsoft .Net 2.0 Development


Compueducación (México)

Curso - Presencial

Lugar

Monterrey, Ciudad de México

Duración

21 Horas

Requisitos

Prerequisites Before attending this course, students must be able to: • Understand the purpose a... ver másnd components of the .NET 2.0 Framework and the Common Language Runtime. • Understand the components of typical .NET 2.0 applications. • Understand and use .NET Framework 2.0 Common Type System (CTS) and how to use variable types including dates/times, numbers, strings, objects and arrays.

Precio

consultar

Valoración  ¿qué es esto?
cerrar

emagister valora los cursos midiendo:

  • Las opiniones de los exalumnos verificados.
  • La nota media de todos los cursos del centro.
  • La descripción y los detalles del curso.
  • La rapidez en la respuesta del centro a los usuarios.
  • El número de inscritos a través de emagister.
Valoración 2956 Core Foundations Of Microsoft .Net 2.0 Development Compueducación
  • opiniones de los exalumnos (0)
    opiniones 2956 Core Foundations Of Microsoft .Net 2.0 Development Compueducación
  • calificación del centro
    valoración Compueducación
  • descripción del curso
    descripción Curso 2956 Core Foundations Of Microsoft .Net 2.0 Development Compueducación

opinar


imágenes Compueducación
ver imágenes
Más cursos Tipo de Curso

Temática
Lugar
 

Más información

Contacta directamente y sin compromiso con
Compueducación
Debes de rellenar correctamente todos los datos de este formulario para que podamos enviarlo al centro educativo.
Hemos marcado en rojo aquellos datos incompletos y/o erróneos.
* Datos obligatorios
Al presionar 'Enviar solicitud / Ver Teléfono' te estás dando de alta y aceptando las reglas de uso de emagister.com.mx , y política de protección de datos y privacidad de Emagister.
Deseo recibir el boletín personalizado de cursos (duración máx. 15 días)
En breve un asesor de Compueducación se pondrá en contacto contigo para informarte.

¿quedan plazas?
¿cómo inscribirse?
¿más detalles?

Atención garantizada

El responsable del curso recibe de forma instantánea esta solicitud.

Respuesta:
:| :) ;)
Normal Rápida Muy rápida
 

Detalles del curso

Tipo Curso Duración 21 Horas
Método / lugar contactar con el responsable Presencial en Monterrey, Ciudad de México dónde
Certificado / Título N
Dirigido a The audience for this course consists of Application Developers with the skills to develop business applications by using Visual Studio 2005 with either Visual Basic .NET or Visual C#.
Para qué te prepara • Develop applications that use system types and collections. • Implement service processes, threading, and application domains in a .NET Framework application. • Embed configuration, diagnostic, management, and installation features into a .NET Framework application. • Implement serialization and input/output functionality in a .NET Framework application.
Imágenes
Compueducación Compueducación Compueducación Compueducación Compueducación Compueducación
Requisitos
Prerequisites Before attending this course, students must be able to: • Understand the purpose and components of the .NET 2.0 Framework and the Common Language Runtime. • Understand the components of typical .NET 2.0 applications. • Understand and use .NET Framework 2.0 Common Type System (CTS) and how to use variable types including dates/times, numbers, strings, objects and arrays.
Precio Consultar
con el centro
educativo
Promoción + Facilidades + Información sobre el precio
solicita aquí esta promoción

infórmate directamente de cómo matricularte, plazas disponibles ...

Cursos de .NET y C# (de otros centros)

 
2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Mexico  3
Aster
Distrito Federal - Precio: A Consultar
Atención garantizada
 
Atención garantizada
 
Windows Presentation Foundation en México  4
Aplicaciones Totales en Línea. Atl
Distrito Federal - Precio: A Consultar
Atención garantizada
 
Atención garantizada
 
Curso de Asp.Net Con C#, Ado.Net Y Xml en Distrito Federal  2
Milestone Consulting
Distrito Federal - Precio: A Consultar
Atención garantizada
« compara los cursos seleccionados

Temario

2956 Core Foundations Of Microsoft .Net 2.0 Development
Module 1: Implementing System Types and Interfaces

In this module, students learn about the purpose of system types in the .NET Framework and implementation of special system types introduced in the .NET Framework 2.0. Students also learn about the purpose of interfaces in developing .NET Framework applications. Finally, students learn how to implement system types and interfaces.

Lessons

• Examining Primary System Types

• Working with Special System Types

• Working with Interfaces

• Lab: Implementing System Types and Interfaces

After completing this module, students will be able to:

• Explain the purpose of base system types.

• Implement generics, Nullable types, exception classes, and attributes.

• Implement comparison interfaces and the IConvertible, ICloneable, IFormattable, and IDisposable interfaces.

Module 2: Implementing Collections and Generics

In this module, students learn the basic information on how to work with primary collections, generic collections, specialized collections, and collection base classes.

Lessons

• Examining Collections and Collection Interfaces

• Working with Primary Collection Types

• Working with Generic Collections

• Working with Specialized Collections

• Working with Collection Base Classes

• Lab: Implementing Collections and Generics

After completing this module, students will be able to:

• Describe the purpose of collections and collection interfaces.

• Implement the various classes available in the .NET Framework 2.0.

• Implement generic list types, collections, dictionary types, and linked-list types.

• Implement the specialized string and named collection classes.

• Implement collection base classes and dictionary base types.

Module 3: Configuring and Installing Assemblies

In this module, students learn how to create, share, install, and configure assemblies in the .NET Framework. Students also learn how to perform installation tasks related to assembly installation.

Lessons

• Working with an Assembly

• Sharing an Assembly by Using the Global Assembly Cache

• Installing an Assembly by Using Installation Types

• Configuring an Assembly by Using Configuration Type

• Performing Installation Tasks

• Lab: Configuring and Installing Assemblies

After completing this module, students will be able to:

• Describe the purpose of an assembly and explain how to create the same.

• Share an assembly by using the global assembly cache.

• Install an assembly by using the Installer, AssemblyInstaller, ComponentInstaller, InstallerCollection, and InstallContext classes and the InstallEventHandler delegate available in the .NET Framework 2.0.

• Configure an assembly by using the Configuration, Configuration Element, Configuration Section classes and the configuration base types available in the .NET Framework 2.0.

• Perform various installation tasks related to assembly installation.

Module 4: Monitoring and Debugging Applications

In this module, students learn how to manage event logs and application processes. Students also learn how to monitor application performance, debug and trace applications, and embed management information and events in the .NET Framework applications.

Lessons

• Managing an Event Log

• Working with Application Processes

• Managing Application Performance

• Debugging Applications

• Tracing Applications

• Embedding Management Information and Events

• Lab: Monitoring and Debugging Applications

After completing this module, students will be able to:

• Describe event logs and explain how to manage them.

• Manage application processes by retrieving a list of all processes running on the current system, information about the current process, and a list of all modules used by a process, and by starting and stopping an application process.

• Monitor and customize application performance by using the Windows Performance Monitor and the performance counter classes available in the .NET Framework 2.0.

• Debug applications by using the Visual Studio 2005 Debugger, the Debugger, Debug, StackFrame and StackTrace classes, and the Debugger attributes available in the .NET Framework 2.0.

• Trace applications by using the Trace, TraceSource, Trace Switch, Trace Listener, and CorrelationManager classes available in the .NET Framework 2.0.

• Embed management information and events in the .NET Framework 2.0 applications.

Module 5: Reading and Writing Files

In this module, students learn how to manage drives, directories, and files. Students also learn how to work with streams, text, and strings. Finally, students learn how to compress, decompress, and search for patterns within file contents.

Lessons

• Managing the File System

• Working with Byte Streams

• Compressing and Protecting Stream Information

• Managing Application Data

• Manipulating Strings Efficiently

• Working with Regular Expressions

• Lab: Reading and Writing Files

After completing this module, students will be able to:

• Manage the file system by using the Path, File, FileInfo, Directory, DirectoryInfo, DriveInfo, and FileSystemWatcher classes.

• Work with byte streams by using the Stream, FileStream, MemoryStream, and BufferedStream classes.

• Compress and protect stream information by using the DeflateStream, GZipStream, IsolatedStorageFile, and IsolatedStorageFileStream classes.

• Manage application data by using the TextReader, TextWriter, StreamReader, StreamWriter, StringReader, StringWriter, BinaryReader, and BinaryWriter classes.

• Manipulate strings efficiently by using the StringBuilder class.

• Work with regular expressions by using the regular expression classes.

Module 6: Serializing Data

In this module, students learn how to serialize objects into binary and Simple Object Access Protocol (SOAP) formats. The students also learn how to serialize objects into custom XML and how to create custom serialization classes.

Lessons

• Generating Serialized Binary and Soap Formats

• Generating Serialized XML Formats

• Creating Custom Serialization Classes

• Lab: Serializing Data

After completing this module, students will be able to:

• Serialize objects into binary and SOAP formats by using the BinaryFormatter and SoapFormatter classes.

• Serialize objects into custom XML formats by using the XmlSerializer class, the IXmlSerializable interface, and the XML serialization attributes and delegates.

• Create custom serialization classes by using serialization types and interfaces, formatter classes, event handler attributes, and the ObjectManager class.

Module 7: Implementing Delegates and Events

In this module, students learn the concepts of delegates and events and their uses in the .NET framework.

Lessons

• Controlling Interaction Between Components by Using Delegates

• Controlling Interaction Between Components by Using Events

• Lab: Implementing Delegates and Events

After completing this module, students will be able to:

• Control interaction between components by using the Delegate class.

• Control interaction between components by using the Event statement, the EventHandler delegate, and the EventArgs class.
ver todo el temario

consulta

más detalles del temario directamente a Compueducación.

Pedir información gratuitamente

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Instalaciones y fechas



Dónde Ciudad de México, Plaza Polanco, Jaime Balmes No. 11, Edificio B Piso 7, Col. Los Morales Polanco
Cuándo Inicio: consultar al centro educativo
 
Dónde Monterrey, Av. Bosques Del Valle # 106, Local 3, Col. Bosques Del Valle, San Pedro Garza García ver mapa
Cuándo Inicio: consultar al centro educativo
 

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Valoración y opiniones de los exalumnos

 
Valoración de emagister Valoración 2956 Core Foundations Of Microsoft .Net 2.0 Development Compueducación
  • opiniones de los exalumnos (0) comentarios 2956 Core Foundations Of Microsoft .Net 2.0 Development Compueducación
  • calificación del centro opinión Compueducación
  • descripción del curso descripción Curso 2956 Core Foundations Of Microsoft .Net 2.0 Development Compueducación
Valoración de exalumnos (0 opiniones)
  • profesores
     
  • temario
     
  • instalaciones
     
  • atención al usuario
     
  • material didáctico
     

emagister valora los cursos midiendo:

  • Las opiniones de los exalumnos verificados.
  • La nota media de todos los cursos del centro.
  • La descripción y los detalles del curso.
  • La rapidez en la respuesta del centro a los usuarios.
  • El número de inscritos a través de emagister.

¿Has hecho este curso?

 

Sobre Compueducación

Descripción del centro
CompuEducación es una empresa dedicada a proveer soluciones de desarrollo de capital intelectual, bajo el modelo de competencias y habilidades. Como compañía hemos construido a través de 16 años la capacidad de transmitir, en forma sistémica, conocimientos relacionados con el proceso de negocio de nuestros clientes y la relación que tienen con las tecnologías de la información. Somos Centro Autorizado Microsoft, Oracle, Red Hat, SAP y SUN
Ventajas de estudiar en Compueducación
Asistir a un Centro de Entrenamiento autorizado por los principales fabricantes de software y/o hardware, es la mejor forma de dominar nuevas habilidades. Los estudiantes aprenden de instructores expertos, participan en ejercicios prácticos y pueden comentar sus enfoques y soluciones. Los instructores de CompuEducación al estar certificados por los fabricantes, ofrecen un gran valor al compartir su experiencia del mundo real con los estudiantes.
Breve Historia del centro
Desde 1991, CompuEducación una empresa orgullosamente mexicana, proporcionamos servicios de capacitación en informática y áreas afines. Nuestra calidad y profesionalismo nos ha permitido ubicarnos como uno de los principales capacitadores en el país, capacitando alrededor de 15,000 personas por año.   Misión Satisfacer las necesidades de capacitación de nuestros clientes a través de programas de entrenamiento.   Visión Superar las expectativas de nuestros clientes.
Centro especializado en
Microsoft Oracle Red Hat HP SUN SAP

Todos los cursos

de Compueducación en emagister.

Ver lista de cursos

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Páginas internacionales: España  |  Italia  |  Francia  |  México  |  Alemania  |  Reino Unido  |  Argentina |  Chile |  Colombia |  USA    Y próximamente: India

Palabras relacionadas con los cursos que estás viendo: curso ortografia uso b v c s z g j cursos distrito federal cursos federal curso de distrito cursos microsoft office excel cursos administracion publica federal curso computacion distrito federal curso de administracion distrito federal curso visual net cursos ley federal trabajo

emagister cumple la Ley Orgánica 15/1999 de 13 de diciembre, de Protección de datos de Carácter Personal, y posee el código de inscripción nº 2002010053 del Registro General de la Agencia de Protección de Datos. Copyright © 1999/2000 - Grupo Intercom - Todos los derechos