¿Buscas alumnos? Entra y promociona tus cursos
¿Buscas cursos? Entra o regístrate
Cursos   Maestrías   Posgrados   Licenciaturas Capacitación   Cursos Gratis    
Más buscado | Comparte esta página  
desplegar Mi lista: 0 cursos
Capacitación relacionados: capacitacion diseno bases datos capacitacion programacion web capacitacion introduccion programacion web capacitacion 2310 developing microsoft asp net web applications using visual studio net capacitacion 2373 programming with microsoft visual basic net capacitacion visual studio capacitación Operaciones Societarias capacitación ADSL y RDSI capacitación Inmobiliaria y construcción capacitación Sector salud
Home > Capacitación > Computación y telecomunicaciones > Programación y análisis > ASP

Advanced Web Application Technologies With Microsoft Visual Studio 2005 2544

en Compueducación (México)

Capacitación Presencial

Lugar:

Ciudad de México, Ciudad de México,...

Precio:

Duración:

14 Horas

Inicio:

08/05/2008 otras fechas
ver temario

Requisitos:

Have attended or studied Workshop 2543A, Core Web Application Technologies with Visual Studio 2005,

Pedir información gratuitamente

Compueducación

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 tr...

ver más

contactar con el responsable

 

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.

En breve recibirás su respuesta.
 

Detalles del curso

Tipo Capacitación Duración 14 Horas
Método / lugar contactar con el responsable Presencial en Ciudad de México, Ciudad de México,... dónde
Alumnos por clase 0
Dirigido a This workshop is intended for corporate or independent software vendor (ISV) application developers who have a desire to learn more about specific technology areas in Web application development.
Para qué te prepara This two-day instructor-led workshop provides students with the knowledge and skills to develop Microsoft ASP.NET 2.0 Web applications using Microsoft Visual Studio 2005. The workshop focuses on advanced user interfaces, Web site functionality, and implementation details using the advanced features of ASP.NET 2.0 and Visual Studio 2005.
Requisitos
Have attended or studied Workshop 2543A, Core Web Application Technologies with Visual Studio 2005, or possess equivalent knowledge and skills. Know how to use delegates and events. Know how to improve the security of .NET Framework 2.0 applications. Be able to use instrumentation in code. .
Precio Consultar
con el centro
educativo
infórmate directamente de cómo matricularte, plazas disponibles ...

Cursos de ASP (de otros centros)

 
Desarrollo Web Con ASP 3.0
Digitever
- $7,500 IVA inc.
 
Programación Páginas Web: Cliente (Javascript)
Hemphill Schools
Online - $497 IVA inc.
 
Introduction To Asp.Net Part 3
Educate-Global
Online - $913 IVA inc.
« compara los cursos seleccionados

Temario

Advanced Web Application Technologies With Microsoft Visual Studio 2005 2544

  • Introduction
    Elements of this syllabus are subject to change.
     
    This two-day instructor-led workshop provides students with the knowledge and skills to develop Microsoft ASP.NET 2.0 Web applications using Microsoft Visual Studio 2005. The workshop focuses on advanced user interfaces, Web site functionality, and implementation details using the advanced features of ASP.NET 2.0 and Visual Studio 2005.
     
    Unit 1: Building Dynamic Web Applications
     
    This unit introduces many different aspects of dynamic Web applications. It includes discussions on creating and configuring controls at run time. It then explains how to build dynamic globalization features into a Web application to ensure that it is localizable, including using localized resources and applying different master page layouts in response to culture and language settings. It concludes with explanations about how to enable dynamic configuration for site administrators.
     
    Lessons
     

     

  • Dynamic Control Creation
  • Localization and Globalization
  • Dynamic Master Pages
  • Dynamic Web Configuration

     
     
    Lab 1: Building Dynamic Web Applications
     
     

  • Exercise 1. Dynamically Adding and Configuring Controls
  • Exercise 2. Dynamically Applying Master Pages
  • Exercise 3. Adding Localization Features
  • Exercise 4. Dynamically Configuring Web Applications

     
     
    After completing this unit, students will be able to:
     
     

  • Explain dynamic control creation in ASP.NET 2.0.
  • Add and configure controls dynamically.

     

     
    Explain how to incorporate globalization and localization features into Web applications.
     

     

  • Add localization features to a Web application.
  • Describe when and how to implement dynamic master pages.
  • Apply master pages dynamically.
  • Describe dynamic Web configuration scenarios.
  • Dynamically configure Web applications.

     
     
    Unit 2: Creating Controls for Web Applications
     
    This unit explains how developers create different types of controls for different scenarios. The different types of controls include user controls, custom Web server controls, composite Web server controls, and templated controls.
     
    Lessons
     
     

  • User Controls
  • Custom Web Server Controls
  • Composite Web Server Controls
  • Templated Controls

     
     
    Lab 2: Creating Controls for Web Applications
     
     

  • Exercise 1. Creating User Controls
  • Exercise 2. Creating Custom Web Server Controls
  • Exercise 3. Creating Composite Web Server Controls
  • Exercise 4. Creating Templated Controls

     
     
    After completing this unit, students will be able to:
     
     

  • Describe user controls and the underlying enabling technologies.
  • Create user controls.
  • Describe custom Web server controls and the underlying enabling technologies.
  • Create Web server controls.
  • Describe composite controls and how composite controls are created.
  • Create composite Web server controls.
  • Describe templated controls and the interfaces that enable their implementation.
  • Create templated controls.

     
     
    Unit 3: Optimizing Web Application Performance
     
    This unit introduces topics that will help you improve the performance of Web applications. It describes how the Page Scripting Object Model can help reduce the number of round trips for communication between the server and the browser, and then explains how tracing and instrumentation can be used to monitor and, therefore, improve the performance of a Web application. The unit discusses how caching and asynchronous processing can help increase Web application performance; it then highlights some considerations that developers must address if the Web application is to be deployed in a Web farm environment.
     
    Lessons
     
     

  • The Page Scripting Object Model
  • Tracing and Instrumentation in Web Applications
  • ASP.NET 2.0 Caching Techniques
  • Asynchronous Processing in Web Applications
  • Web Farm Development Considerations

     
     
    Lab 3: Optimizing Web Application Performance
     
     

  • Exercise 1. Accessing the Page Scripting Object Model
  • Exercise 2. Implementing ASP.NET Caching Techniques
  • Exercise 3. Implementing Tracing and Instrumentation Techniques in Web Applications
  • Exercise 4. Implementing Asynchronous Processing in Web Applications

     
     
    After completing this unit, students will be able to:
     

  • Describe the Page Scripting Object Model.
  • Access Page Scripting Object Model functionality.
  • Explain how to use tracing and instrumentation to monitor and improve the performance of a Web application.
  • Implement tracing and instrumentation in Web applications.
  • Describe ASP.NET 2.0 caching techniques.
  • Implement ASP.NET 2.0 caching techniques.
  • Explain how asynchronous processing can lead to improved performance for Web applications.
  • Implement asynchronous processing in Web applications.
  • Describe strategies for dealing with session state management issues when deploying Web applications in a Web farm environment.
  • Develop Web applications for Web farm environments.

     
     
    Unit 4: Implementing Personalization and Themes in Web Applications
     
    This unit introduces building customizable functionality into a Web application by adding personalization support. It discusses using the personalization features of ASP.NET 2.0 to provide this functionality. In addition, it discusses applying themes to Web applications and allowing users to choose color schemes to personalize their experience in using the Web application. It concludes by explaining how to include features that enable users to personalize themes.
     
    Lessons
     
     

  • ASP.NET 2.0 Personalization Features
  • Theme Support in ASP.NET 2.0

     
     
    Lab 4: Implementing Personalization and Themes in Web Applications
     
     

  • Exercise 1. Configuring Personalization
  • Exercise 2. Implementing Personalization Functionality
  • Exercise 3. Adding Themes to the Web Application
  • Exercise 4. Implementing Personalized Themes

     
     
    After completing this unit, students will be able to:
     

     

  • Describe the personalization features provided by ASP.NET 2.0.
  • Describe ASP.NET 2.0 theme support.
  • Configure personalization for a Web application.
  • Implement personalization features.
  • Add themes to a Web application.
  • Implement customizable themes.

     
     
    Unit 5: Building Web Part Pages and Web Parts
     
    This unit introduces the concept of a Web part, and describes how it is used in portal pages and other scenarios. It introduces the concept of a Web part page, and discusses how a Web part page contains some Web parts that provide the user interface, along with other controls that manage the Web part infrastructure. Additionally, it introduces the advanced features of connected Web parts and discusses scenarios where they are typically used.
     
    Lessons
     

     

  • What Is a Web Part?
  • What Is a Web Part Page?
  • Connected Web Parts

     
     
    Lab 5: Building Web Part Pages and Web Parts
     

  • Exercise 1. Creating a Web Part Page
  • Exercise 2. Creating a Web Part
  • Exercise 3. Creating Connected Web Parts

     
     
    After completing this unit, students will be able to:
     

     

  • Describe what a Web Part is and the purpose of Web Parts.
  • Describe the components of a Web Part page and identify scenarios when Web Part pages are useful features of Web applications.
  • Describe the more advanced features of Web Parts, including connections between Web Parts.
  • Create Web Part pages.
  • Create Web Parts.
  • Create connected Web Parts.

     
     
  • 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: 08/05/2008 Fin: 09/05/2008 ver calendario
     
    Dónde Ciudad de México, Plaza Polanco, Jaime Balmes No. 11, Edificio B Piso 7, Col. Los Morales Polanco
    Cuándo Inicio: 02/06/2008 Fin: 03/06/2008 ver calendario
     
    Dónde Ciudad de México, Plaza Polanco, Jaime Balmes No. 11, Edificio B Piso 7, Col. Los Morales Polanco
    Cuándo Inicio: 03/07/2008 Fin: 04/07/2008 ver calendario
     
    Dónde Puebla, 31 Oriente # 618 2do. Piso, Col. Ladrillera de Benítez ver mapa
    Cuándo Inicio: consultar al centro educativo
     
    infórmate directamente de cómo matricularte, plazas disponibles ...
     

    Detalles del centro

    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
    Breve historia del centro
    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.
    infórmate directamente de cómo matricularte, plazas disponibles ...

    Información relacionada con ASP


    Palabras relacionadas con los cursos que estás viendo: capacitación Mercados financieros capacitación Plásticos capacitación Soluciones eBusiness capacitación Boliche capacitación Instrumentos financieros capacitación Autoayuda capacitación Labores y manualidades capacitación Java capacitación Formación directiva capacitación Publicidad y propaganda

    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