Curso de Visual studio 2008: windows communication foundation

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 Visual studio 2008: windows communication foundation

  • Modalidad de impartición
    El Curso de Visual studio 2008: windows communication foundation se imparte de forma presencial
  • Número de horas
    El programa tiene una extensión de 21 horas.
  • Titulación oficial
    Al finalizar el alumno obtendrá una certificación.
  • Valoración del programa
    El Curso de Visual studio 2008: Windows Communication Foundation otorga las habilidades para configurar y construir una windows communication foundation (wcf) y de esta manera elaborar un servicio simple de wfc, mejorar el servicio corrigiendo los errores existentes o que pudieran surgir en el proceso, implementar seguridad para este tipo de aplicaciones con la intención de proteger las transacciones.
  • Precio del curso
    Consultar precio.
  • Dirigido a
    Este Curso está diseñado para Desarrolladores con intereses de aprender a trabajar con . Net framework 2.0.
  • Empleabilidad
    El profesional egresado de este Curso puede emplearse como Desarrollador de Software, Consultor Especializado, Desarrollador .Net, etc.

Comentarios sobre Curso de Visual studio 2008: windows communication foundation - 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 build and configure a windows communication foundation (wcf) solution.
    audience profile
    this course is intended for application developers who know how to build and consume web services in microsoft . Net framework 2. 0 and how to use the common features of the base class library. The application developers do not have to understand concepts such advanced ws-*, web services enhancements (wse), service life cycle management, and diagnostics.
    at course completion
    after completing this course, students will be able to:
    •build a simple wcf service and client.
    •create and configure a service as a managed application and select an appropriate hosting option.
    •expose a wcf service over different endpoints and add run-time functionality by using behaviors.
    •improve debugging capabilities by examining messages and service activity.
    •define service, operation, and data contracts to meet application requirements.
    •add error handling to a wcf application.
    •address service quality issues such as performance, availability, concurrency, and instance management.
    •implement security in a wcf application.
    •protect data integrity through correct use of transactions.

    module 1: getting started with windows communication foundation
    this module explains how to build a simple wcf service and client.
    lessons
    •designing an application to be part of a service oriented architecture
    •overview of wcf architecture
    •using a language-level interface as a service contract
    •implementing a simple wcf service in visual studio 2008
    •consuming a simple wcf service in visual studio 2008
    lab : creating a simple service
    •creating a simple wcf service
    •calling the simple wcf service
    after completing this module, students will be able to:
    •explain how to design an application as part of a service oriented architecture (soa).
    •describe the main parts of the wcf architecture.
    •create a simple service contract for a wcf service.
    •implement a simple wcf service in visual studio 2008.
    •consume a simple wcf service in visual studio 2008.
    module 2: configuring and hosting wcf services
    this module explains how to create and configure a wcf service as a managed application and select an appropriate hosting option.
    lessons
    •programmatically configuring a managed application to host a wcf service
    •programmatically configuring a managed application to call a wcf service
    •defining client and service settings by using file-based configuration
    •selecting a hosting option for a wcf service
    •deploying a wcf service
    lab : configure and host a wcf service
    •creating a programmatically configured managed application to host a service
    •calling a service hosted in a managed application by using programmatic configuration
    •defining service settings by using external configuration
    •employing different hosting options for a service
    after completing this module, students will be able to:
    •create a programmatically-configured managed application that hosts a wcf service.
    •call a wcf service hosted in a managed application by using programmatic configuration.
    •define wcf service settings by using external configuration.
    •select the best hosting option for a wcf service.
    •deploy a wcf service onto a remote host.
    module 3: endpoints and behaviors
    this module explains how to expose a wcf service over different endpoints and add run-time functionality by using behaviors.
    lessons
    •exposing wcf services over different endpoints
    •adding behaviors to services and endpoints
    •interoperating with non-wcf web services
    lab : changing service endpoints and behaviors
    •exposing services by using different bindings
    •adding metadata exchange to a service
    •creating wcf clients and services that interoperate with non-wcf web services
    after completing this module, students will be able to:
    •expose wcf services by using different bindings.
    •add behaviors to services and endpoints.
    •create wcf clients and services that interoperate with different types of web services.
    module 4: debugging and diagnostics
    this module explains how to improve debugging capabilities by examining messages and service activity.
    lessons
    •logging messages
    •activity tracing
    lab : message logging and activity
    •generating logging information for a service
    •enabling end-to-end tracing for a service
    after completing this module, students will be able to:
    •log wcf messages.
    •trace wcf service activity.
    module 5: designing and defining contracts
    this module explains how to define service, operation, and data contracts to meet application requirements.
    lessons
    •designing a coherent and cohesive wcf service interface
    •defining a service contract
    •defining operations on a service
    •defining a data contract
    lab : contracts for services and data
    •defining and implementing a one-way operation contract
    •passing complex data with a data contract
    •defining and implementing a callback contract
    after completing this module, students will be able to:
    •design a coherent and cohesive service contract.
    •define a service contract.
    •define operations on a service.
    •define a data contract.
    module 6: handling errors
    this module explains how to add error handling to a wcf application.
    lessons
    •relating . Net exceptions to service-level faults
    •using faults in a service
    •handling faults and exceptions on clients
    lab : error handling
    •handling unexpected errors in a wcf service
    •add fault handling to a wcf service and the service contract
    after completing this module, students will be able to:
    •explain how . Net exceptions relate to service-level faults.
    •define fault information in a service contract.
    •handle service exceptions on clients.
    module 7: improving wcf service quality
    this module explains how to address service quality issues such as performance, availability, concurrency, and instance management.
    lessons
    •managing wcf service instances
    •managing concurrency issues
    •improving wcf service quality
    lab : improving wcf service quality
    •managing wcf service instances
    •managing concurrency issues
    •throttling access to a wcf service
    •passing bulk data between a wcf client and service
    after completing this module, students will be able to:
    •manage wcf service instances.
    •manage concurrency issues.
    •improve wcf service performance.
    module 8: implementing wcf security
    this module explains how to implement security in a wcf application.
    lessons
    •overview of security in wcf
    •applying overall security requirements to a binding
    •specifying required client and service credentials
    •working with security information
    lab : protecting a service
    •applying security for internal network communication
    •applying security for internet communication
    after completing this module, students will be able to:
    •explain the process for implementing security in wcf.
    •apply overall security requirements to a binding.
    •specify required client and service credentials.
    •work with security information.
    module 9: implementing transactions
    this module explains how to protect data integrity through correct use of transactions.
    lessons
    •overview of transactions in a service-oriented application
    •creating transactional service operations
    •enabling the flow of transactions from client to service
    lab : implementing transactions for a service
    •controlling the flow of a transaction from client to service
    •forcing a transaction to start when a service operation is called
    after completing this module, students will be able to:
    •explain how transactions work in a service-oriented application.
    •create transactional service operations.
    •control transaction flow from client to service.

Otra formación relacionada con visual studio

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