Curso de Advanced foundations of microsoft . Net 2. 0 development

Contacta sin compromiso con CECODEEM

Para enviar la solicitud debes aceptar la política de privacidad

Galería de imágenes

Análisis de educaedu

José Cortes

José Cortes

Curso de Advanced foundations of microsoft . Net 2. 0 development

  • Modalidad de impartición
    El Curso de Advanced Foundations of microsoft .Net 2. 0 development se imparte de forma presencial.
  • Número de horas
    Este Curso tiene una duración de 21 horas.
  • Titulación oficial
    Al término del programa el alumno recibe una certificación.
  • Valoración del programa
    Este Curso otorga al alumno los conocimientos para programar aplicaciones Microsoft .Net Framework desarrollando con Microsoft Visual Studio 2005 con la finalidad de mejorar las interfaces de usuarios con .Drawing, procesar textos usando códigos y expresiones regulares, etc.
  • Precio del curso
    Consultar precio.
  • Dirigido a
    Este Curso se dirige específicamente a Desarrlladores con experiencia en Microsoft visual Studio 2005.
  • Empleabilidad
    El profesional podrá desempeñarse como Software Developer, Desarrollador .Net, Consultor, entre otros.

Comentarios sobre Curso de Advanced foundations of microsoft . Net 2. 0 development - Presencial - Tlalnepantla - Estado de México

  • Contenido
    duración 21hrs.

    about this course
    this three-day instructor-led course provides students with the knowledge and skills to program microsoft . Net framework applications by using microsoft visual studio 2005 development system.
    target audience:
    developers
    audience profile
    the audience for this course consists of full-time application developers who have professional experience with visual studio 2005 and either microsoft visual basic development system or microsoft visual c# development tool.
    at course completion
    after completing this course, students will be able to:

    •enhance user interfaces by using system. Drawing.
    •work with cultures by using system. Globalization.
    •process text by using regular expressions and encodings.
    •encrypt and hash data by using cryptography.
    •secure code execution and resources.
    •explain how to implement application interoperability.
    •describe and use reflection, metadata, and emitting objects.
    •describe and use services, threading, and application domains.

    module 1: enhancing user interfaces by using system. Drawing
    this module describes the key features of the system. Drawing namespace that the . Net framework provides. It also explains how to create and modify your own custom drawings.
    lessons
    •drawing fundamentals
    •drawing lines and shapes
    •rendering bitmaps and icons
    lab : drawing to a windows form
    •drawing a feedback bar
    •drawing a feedback pie chart
    •implementing an automatic double buffer
    •adding fonts to your application
    •saving your scaled image
    after completing this module, students will be able to:
    •use points, sizes, brushes, pens, colors, and fonts.
    •draw lines and shapes.
    •create and use images, bitmaps, and icons.
    module 2: working with cultures by using system. Globalization
    this module describes how to use the system. Globalization namespace to work with culture information and perform culture-sensitive string comparisons. It also describes how to create a custom culture.
    lessons
    •working with culture information
    •formatting and sorting culture-sensitive data
    •creating a custom culture
    lab : working with cultures by using system. Globalization
    •managing culture information
    •creating a custom culture
    after completing this module, students will be able to:

    •explain the purpose of the system. Globalization namespace and describe how to access culture information by using the cultureinfo class.
    •format values by using the supporting classes in the system. Globalization namespace and explain how to perform culture-sensitive string comparisons.
    •create a custom culture by using the cultureandregioninfobuilder class.
    module 3: processing text by using regular expressions and encodings
    this module describes the key features of the system. Text namespace that the . Net framework provides. It explains how to store and manipulate strings, how and when to implement regular expressions, and how to customize encodings to produce the correct results when you process text
    lessons
    •handling text and large strings
    •using regular expressions

    •encoding text
    lab : processing text by using regular expressions and encodings
    •handling text and strings
    •creating and using regular expressions
    •working with encoding
    after completing this module, students will be able to:

    •explain the purpose of and use the stringbuilder class.
    •describe the purpose of and create regular expressions by using the classes in the system. Text. Regularexpressions namespace.
    •describe text encoding and how to encode and decode text by using the encoding classes.
    module 4: encrypting and hashing data by using cryptography
    this module describes when to use data encryption and hashing and explains how to use the classes in the . Net framework 2. 0 to perform these cryptographic tasks. It also discusses how to customize the implementation of specific algorithms by extending base classes in the system. Security. Cryptography namespace.
    lessons
    •working with encryption and hashing
    •encrypting and decrypting data
    •hashing data
    •extending cryptography
    lab : creating a cryptographic application
    •creating an asymmetric key
    •encrypting a file
    •decrypting a file
    •exporting and importing a public key
    •getting a private key
    after completing this module, students will be able to:

    •explain the purpose of encryption and hashing algorithms.
    •describe the algorithms available for hashing and encryption.
    •describe the difference between symmetrical and asymmetrical algorithms.
    •encrypt and decrypt data by using the classes in the system. Security. Cryptography namespace.
    •create custom classes that extend the . Net framework cryptography model.
    module 5: securing code execution and resources
    this module describes how code access security (cas) works, how to make cas permission checks in code, and how to configure cas security policy. It also introduces windows operating system access checks and explains how to use the . Net framework base class library to read and modify windows access control lists (acls). This module also describes how . Net framework security performs authorization checks and how to customize the mechanism.
    lessons
    •using code access security
    •securing code execution by using policy
    •securing resources by using access control
    •customizing authentication and authorization
    lab : custom authentication by using principal objects
    •viewing the starter solution
    •adding role-based security
    •testing the application
    after completing this module, students will be able to:
    •describe and implement cas by using the system. Security and system. Security. Permissions namespaces.
    •explain how to control code privileges by using the system. Security. Policy namespace, and describe how to use the utilities provided with the . Net framework to manage computer, user, and enterprise-level policy.
    •describe and use access control by using the classes in the system. Security. Accesscontrol namespace.
    •explain how to authenticate and authorize users by using the system. Security. Principal namespace.

    module 6: application interoperability
    this module describes how to invoke functions that are implemented in unmanaged dlls, and how to use various techniques for integrating component object model (com) components into managed applications. It also explains how to make managed components that are built by using the . Net framework available to unmanaged com client applications
    lessons
    •using the platform invoke service
    •integrating com components into a . Net framework application
    •integrating managed components into an unmanaged application
    lab : application interoperability
    •integrating unmanaged functions into a managed application
    •integrating a com component into a managed application by creating an interop assembly
    •integrating a com component into a managed application by using late binding
    •manually creating an interop assembly for a com component
    after completing this module, students will be able to:
    •use the platform invoke service to incorporate unmanaged functions into a . Net framework application.
    •integrate unmanaged com components into a . Net framework application.
    •incorporate components that are built by using the. Net framework into unmanaged applications.

    module 7: reflection, metadata, and emitting objects
    this module describes how to use the classes in the . Net framework 2. 0 class library to examine a program, alter the behavior or structure of the program as it runs, and create and run new code.
    lessons
    •reflecting on objects
    •adding assembly metadata
    •emitting objects by using builder classes
    lab : creating an add-in framework by using reflection
    •creating a custom attribute to decorate add-in classes
    •using reflection to discover the add-in classes
    •creating a mapping from columns to properties
    •creating a dynamic method to set a property value
    •invoking the row handler
    after completing this module, students will be able to:
    •explain and use reflection in . Net framework applications by using the system. Reflection namespace.
    •describe and create application metadata.
    •describe and create microsoft intermediate language (msil) and portable executable (pe) files by using the system. Reflection. Emit namespace.

    module 8: services, threading, and application domains
    this module describes how to use the microsoft . Net framework classes to write windows services and classes to install services. It also explains how to use the . Net framework classes to create thread objects to execute code and to synchronize execution between threads. Finally, this module describes how to access and configure application domains.
    lessons
    •creating and installing windows services
    •creating multithreaded applications
    •manually working with application domains
    lab : creating a windows service application
    •creating a service project
    •creating the installation project
    •creating a client application
    •writing the service code
    after completing this module, students will be able to:
    •explain how to create, install, and control a windows service by using the system. Serviceprocess namespace.
    •describe and implement multithreaded applications by using the system. Threading namespace.
    •describe and create application domains.

    additional reading
    to help you prepare for this class, review the following resources:
    •course 2956b: core foundations of microsoft . Net 2. 0 development.

Otra formación relacionada con visual studio

Este sitio utiliza cookies.
Si continua navegando, consideramos que acepta su uso.
Ver más  |