¿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 2310 developing microsoft asp net web applications using visual studio net capacitacion 2373 programming with microsoft visual basic net capacitacion certificaciones microsoft capacitación Mercadotecnia capacitación Bricolage capacitación Cuerpos de seguridad capacitación Animales capacitación Cine capacitación E-learning capacitación Deportes Náuticos
Home > Capacitación > Computación y telecomunicaciones > Programación y análisis > .NET y C#
Compueducación

Advanced Web Application Development Using Microsoft Asp.Net 2311

en Compueducación (México)

Capacitación Presencial

Lugar:

Toluca, Ciudad de México

Precio:

$4,900 IVA incluido Promociones 

Duración:

3 dias

Inicio:

consultar fechas y horarios
ver temario

Requisitos:

Before attending this course, students must meet the following prerequisites: Ability to create HTM...

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

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
Deseo recibir información sobre capacitación similares
En breve un asesor de Compueducación se pondrá en contacto contigo para informarte.
Al presionar 'Enviar solicitud / Ver Teléfono' estás aceptando las reglas de uso de emagister.com.mx , y política de protección de datos y privacidad , del mismo modo, autorizas expresamente que el centro educativo que imparte el que has solicitado nos remita la confirmación o no de tu inscripción al mismo. Emagister.com.mx te enviará cursos adaptados a tu perfil durante 6 días.

¿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 3 dias
Método / lugar contactar con el responsable Presencial en Toluca, Ciudad de México dónde
Certificado / Título N/A
Alumnos por clase 10000
Dirigido a This course is intended for existing ASP.NET developers who are writing solutions using Microsoft ASP.NET. This course assumes that the students are familiar with Hypertext Markup Language (HTML), client-side and server-side scripting, ASP.NET, Microsoft ActiveX Data Objects for .NET (ADO.NET), and a Microsoft .NET-based programming language.
Para qué te prepara This three-day, instructor-led course provides students with the knowledge and skills that are needed to successfully design and implement Web applications using Microsoft ASP.NET. This course assumes student exposure to the new features of ASP.NET that can be leveraged for Web applications matching corporate requirements.
Requisitos
Before attending this course, students must meet the following prerequisites: Ability to create HTML pages with tables, images, and forms. Exper
Precio $4,900 IVA incluido
Promoción + Facilidades
solicita aquí esta promoción
infórmate directamente de cómo matricularte, plazas disponibles ...

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

 
Programación Páginas Web Con ASP .Net
Instituto de Desarrollo Empresarial
Online - $1,189 IVA incluido
Atención garantizada
 
Diplomado Microsoft.Net
Tecnológico de Estudios Superiores de Ecatepec
Estado de México - Precio: A Consultar  (Descuento)
 
C# Programming Part 2
Educate-Global
Online - $930 IVA incluido
« compara los cursos seleccionados

Temario

Advanced Web Application Development Using Microsoft Asp.Net 2311
Module 1: Considerations for Building Advanced ASP.NET Applications
This module presents a framework for developing Web applications and describes the application that students will construct during class.

Lessons
•    Building Enterprise Web Applications With ASP.NET
•    Presentation Layer
•    Data Access Layer
•    Business Logic Layer
•    Lab: Understanding Application Structure
•    Examining the Structure of the Applications
•    Building Utility Controls
•    After completing this module, students will be able to:
•    Describe an application architecture that is easy to maintain and extend.
•    Explain the use of the object-oriented features of .NET in constructing a portal application.
•    Describe the data access and storage architecture of the application.
•    Explain application configuration settings and the tradeoffs involved in creating a configuration strategy.


Module 2: Designing Data Tier Components
This module explains best practices for creating the data tier of a Web application. The concept of data abstraction is introduced and illustrated with specific implementations recommended by Microsoft and incorporated into the class application.

Lessons
•    Implementing Data Access Logic Components
•    Designing a Data Abstraction Layer
•    Performance Tuning for Data Access
•    Managing Settings and Configuration with Typed DataSets
•    Best Practices for Reliable Data Access
•    Lab: Using Data Access Components
•    Using Data Access Components for Databinding
•    Creating Collection Classes for Data Display
•    After completing this module, students will be able to:
•    Define business entities and describe how they are used in Web applications.
•    Design effective data access components.
•    Explain the design decisions for creating business entity components, including representing entity data.


Module 3: Web Presentation Patterns
This module introduces the concept of design patterns and demonstrates how to use them effectively in creating an extensible Web presentation infrastructure.

Lessons
•    Using Design Patterns in Web Applications
•    Creating Dynamic Interfaces with User Controls
•    Using Inheritance to Define Basic Site Functionality
•    Using Collection Classes for DataBinding
•    Properties and Elements of the DataGrid
•    Optimal Data Paging for DataGrids
•    DataGrid Editing Techniques
•    Creating Master/Detail Views with a DataGrid
•    Lab: Implementing Databound Presentations
•    Implementing the Defect Class
•    Implementing the Defect Module
•    Creating a Master/Detail Report
•    After completing this module, students will be able to:
•    Describe design patterns applicable to Web applications.
•    Apply design patterns to create extensible user interfaces.
•    Use collection classes for efficient databinding.
•    Describe the major properties and elements of a DataGrid.
•    Implement optimal data paging techniques.
•    Apply effective DataGrid editing practices.
•    Create efficient Master/Detail Views using DataGrids.


Module 4: Building Custom Controls
This module describes the steps necessary to create custom controls and is illustrated with several examples of practical controls.

Lessons
•    Architecture of Custom Controls
•    Creating Control Object Models
•    Using Events in Controls
•    Rendering Control Output
•    Creating Data-Bound Custom Controls
•    Lab: Building Custom Controls
•    Identifying Parts of a Data-Bound Custom Control
•    Implementing a Data-Bound Custom Control
•    Using a Data-Bound Custom Control
•    After completing this module, students will be able to:
•    Describe the architecture of system controls.
•    Create an object model for a custom control.
•    Raise and use event handlers during control execution.
•    Use rendering methods to create control content.


Module 5: Using Graphics Classes to Generate Images
This module describes how to use the System.Drawing classes to generate images in ASP.NET.

Lessons
•    Major System.Drawing Classes
•    Methods for Generating Images
•    Using Data to Generate Charts
•    Lab: Generating Data-Driven Graphics
•    Creating a Graphics object
•    Stream the image to the browser
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 Toluca, San Javier # 313-A, Esq. Venustiano Carranza, Col. Vicente Guerrero ver mapa
 
Dónde Ciudad de México, Plaza Polanco, Jaime Balmes No. 11, Edificio B Piso 7, Col. Los Morales Polanco
 
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 .NET y C#


Palabras más relacionadas con los cursos que estás viendo: capacitación Literatura capacitación Madera y mueble capacitación Acción comercial y ventas capacitación Transporte - Más temáticas capacitación Inglés capacitación Deportes de motor capacitación FireWorks capacitación Internet - Más temáticas capacitación Gobierno federal

emagister.com 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