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

2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Monterrey


Compueducación (México)

Curso - Presencial

Lugar

Monterrey (Nuevo León)

Duración

21 Horas

Requisitos

• Understand the purpose and components of the .NET 2.0 Framework and the Common Language Runtime. ... ver más • 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. • Use basic file IO classes from the Framework such as StreamReader.

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 2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Monterrey Compueducación
  • opiniones de los exalumnos (0)
    opiniones 2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Monterrey Compueducación
  • calificación del centro
    valoración Compueducación
  • descripción del curso
    descripción Curso 2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Monterrey 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 de 2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Monterrey

Tipo Curso Duración 21 Horas
Método / lugar contactar con el responsable Presencial en Monterrey dónde
Certificado / Título N
Alumnos por clase 100
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 • Improve the security of .NET Framework applications by using the .NET Framework 2.0 security features. • Implement interoperability, reflection, and mailing functionality in a .NET Framework application. • Implement globalization, drawing, and text manipulation functionality in a .NET Framework application.
Imágenes
Compueducación Compueducación Compueducación Compueducación Compueducación Compueducación
Requisitos
• 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. • Use basic file IO classes from the Framework such as StreamReader.
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)

 
Atención garantizada
 
Programación Páginas Web Con ASP .Net - Online  3
Instituto de Desarrollo Empresarial
Online - $1,189
Atención garantizada
 
Csharp 2008 (C#) - In Company  3
Asesoria Y Capacitacion Empresarial en Computacion
In Company - $3,000
 
Analiza Y Diseña Tú Imagen Y Las Ventajas De Vestir Bien.  2
Clínica de Imagen
- Precio: A Consultar
« compara los cursos seleccionados

Temario 2957 Advanced Foundations Of Microsoft .Net 2.0 Development en Monterrey

2957 Advanced Foundations Of Microsoft .Net 2.0 Development
Module 1: Creating Globalized Applications

In this module, students are introduced to the benefits of globalization and localization. Students also learn about the globalization and localization techniques.

Lessons

• Culture Information by Using Globalization Classes

• Creating a Custom Culture

• Working with Primary Encoding Classes

• Working with Advanced Encoding Classes

• Lab: Creating Globalized Applications



After completing this module, students will be able to:

• Work with culture information by using the CultureInfo, RegionInfo, DateTimeFormatInfo, NumberFormatInfo, and CompareInfo classes.

• Create a custom culture by using the CultureAndRegionInfoBuilder class.

• Encode characters by using the Encoding, EncodingInfo, ASCIIEncoding, UTF8Encoding, and UnicodeEncoding classes.

• Handle failure events by using the Encoder, EncoderFallback, Decoder, and DecoderFallback classes.



Module 2: Working with GDI+ in Windows-based Applications

In this module, students learn how to use the Graphics Device Interface (GDI+) in applications that are based on Windows Forms by using the .NET Framework.

Lessons

• Working with Graphics, Brushes, Pens, Colors, and Fonts

• Manipulating the Shapes and Sizes of Graphical Objects

• Working with Images, Bitmaps, and Icons

• Lab: Working with GDI+ in Windows-based Applications



After completing this module, students will be able to:

• Create graphical objects by using the Graphics, Pen, Brush, and Font classes and Color types.

• Manipulate the shapes and sizes of graphical objects by using the Point and Size types.

• Add images and icons to the drawing surface by using the Image, Bitmap, and Icon classes.



Module 3: Implementing Code Access Security

In this module, students learn about the code access security mechanisms that can help protect applications not only against untrusted users, but also against some of the subtler problems of malicious code, which may be executed unsuspectingly by trusted users.

Lessons

• Configuring Code Access Security

• Managing Security Policy

• Managing Permissions

• Managing Access Control

• Managing User Identity Information

• Lab: Implementing Code Access Security



After completing this module, students will be able to:

• Configure code access security by using the .NET Framework 2.0 Configuration tool and Evidence types.

• Manage security policy by using the SecurityManager, Code Group, PolicyLevel, PolicyStatement, Condition, IApplicationTrustManager, and IMembershipCondition types.

• Manage permissions by using the CodeAccessPermission, PermissionSet, and NamedPermissionSet classes and security permission types.

• Manage access control by using the access control list (ACL) and resource security classes.

• Manage user identity information by using the GenericIdentity, GenericPrincipal, WindowsIdentity, WindowsPrincipal, Identity Reference, and WindowsImpersonationContext classes.



Module 4: Implementing Cryptography

In this module, students learn about the new cryptographic types offered by the .NET Framework 2.0, and significant enhancements to the existing types that support symmetric and asymmetric encryption and hashing. Students also learn how to use cryptographic types in .NET Framework applications to ensure secure communication and the protection of sensitive data.

Lessons

• Encrypting Data

• Hashing Data

• Extending the Cryptographic Behavior

• Lab: Implementing Cryptography



After completing this module, students will be able to:

• Encrypt data by using symmetric and asymmetric algorithm classes and the SslStream class.

• Hash data by using Message Digest Algorithm 5 (MD5), Secure HashAlgorithm 1 (SHA1), and Hash-based Message Authentication Code (HMAC) classes.

• Extend the cryptographic behavior by using CryptoStream, CryptoConfig, ProtectedData, ProtectedMemory, CspParameters, CryptoAPITransform, and RandomNumberGenerator classes.



Module 5: Interoperating Between COM Components and Assemblies

In this module, students learn how to create .NET Framework applications that can communicate with COM components and unmanaged DLLs. Students also explore how to use COM components in a .NET Framework application and design your .NET Framework application so that it can be called by a COM component.

Lessons

• Accessing COM Components by Using Interop Services

• Exposing an Assembly to COM Components by Using Interop Services

• Accessing COM Components by Using Platform Invocation Services

• Lab: Interoperating Between COM Components and Assemblies



After completing this module, students will be able to:

Access COM components by using Interop services.

• Expose an assembly to COM components by using Interop services.

• Access COM components by using Platform Invocation Services.



Module 6: Working with Service Applications and E-mail Messages

In this module, students learn how the .NET Framework simplifies the process of creating service applications by providing the classes necessary to create, install, debug, and monitor service applications. Students also learn how to send e-mail messages from your service application.

Lessons

• Working with a Windows Service Application

• Working with E-mail Messages

• Lab: Working with Service Applications and E-mail Messages



After completing this module, students will be able to:

• Manage a Windows service application by using the ServiceBase, ServiceInstaller, ServiceProcessInstaller, and ServiceController classes.

• Work with e-mail messages by using the MailMessage, MailAddress, MailAddressCollection, MailAttachment, SmtpClient, SmtpException, and SmtpFailedRecipientException classes and the SendCompleteEventHandler delegate.



Module 7: Working with Type Metadata

In this module, students learn how to retrieve the type metadata for an assembly. Students also learn how to use attributes to control the metadata that is created for their assembly. Finally, students also learn how to dynamically create assemblies at runtime by using the builder classes in the System.Reflection namespace.

Lessons

• Working with Type Metadata by Using Pre-defined Assembly Classes

• Working with Assemblies Dynamically by Using Custom Classes

• Lab: Working with Type Metadata



After completing this module, students will be able to:

• Work with type metadata by using the Assembly, MemberInfo, MethodBody, and LocalVariableInfo types and assembly attributes.

• Work with assemblies dynamically by using builder classes and binding types.



Module 8: Creating Multithreaded Applications and Application Domains

In this module, students learn about several classes in the System.Threading namespace, provided by the .NET Framework, to manage threads of execution.

Lessons

• Managing Threads in a Synchronous Environment

• Synchronizing Threads

• Managing Threads in an Asynchronous Environment

• Working with Application Domains

• Lab: Creating Multithreaded Applications and Application Domains



After completing this module, students will be able to:

• Manage threads in a synchronous environment by using the Thread and ThreadPool classes.

• Synchronize threads by using the Monitor, Mutex, ReaderWriterLock, Semaphore, EventWaitHandle, RegisteredWaitHandle, and Interlocked classes.

• Manage threads in an asynchronous environment by using asynchronous, execution context, SynchronizationContext, and thread exception types.

• Work with application domains by using the AppDomainSetup and AppDomain classes.


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 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 2957 Advanced Foundations Of Microsoft .Net 2.0 Development Compueducación
  • opiniones de los exalumnos (0) comentarios 2957 Advanced Foundations Of Microsoft .Net 2.0 Development Compueducación
  • calificación del centro opinión Compueducación
  • descripción del curso descripción Curso 2957 Advanced 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: cursos lenguaje curso de ortografia uso b v c s z g j curso nuevo ingreso curso de leon guanajuato cursos lenguaje programacion cursos de nuevo leon curso microsoft office excel cursos visual net cursos terapia lenguaje curso de c c p c

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