Accesos: Centros de formación Menú personal

El buscador de formación

Masters en Barcelona, Masters en Madrid, Masters en Valencia

  

Master en .NET 2010 Windows Developer MCTS Certificacion Oficial Microsoft Visual Studio

CAS TRAINING
CAS TRAINING

Master Presencial en Madrid (Madrid)

Consultar precio
Duración: 105 horas

Resumen del master

El Master .NET 2010 Windows Developer MCTS Certificación Oficial Microsoft Visual Studio es presencial y se imparte en Madrid. Tiene una duración de 105 horas. Se imparte tanto en Visual Basic como en C#.

Información adicional

Créditos: .. Curso bonificable.

 
ver información adicional
 

Temario completo de este curso

Microsoft .NET es la plataforma de Microsoft para la creación y el uso de servicios Web XML (Extensible Markup Language, Lenguaje de marcado extensible). Esta plataforma permitirá a los desarrolladores la creación de programas que trasciendan los límites de los dispositivos y aprovechen la conectividad de Internet, además de ayudarles a ser más productivos con su tiempo. La plataforma .NET representa también un cambio fundamental en la tecnología de desarrollo, permitiendo la integración de software en el entorno de ejecución seguro de .NET Framework 4

Las certificaciones MCTS (Microsoft Certified Technology Specialist) demuestran que dispones de las habilidades y conocimientos necesarios para desarrollar aplicaciones Windows en la plataforma Microsoft .NET 2010.

En Cas Training ponemos a tu disposición la posibilidad de obtener la certificación MCTS en tres variantes que componen la ruta hacia la certificación MCPD Windows Developer 4:

- Technology Specialist: .NET Framework 4, Windows Applications
- Technology Specialist: .NET Framework 4, Service Communication Applications
- Technology Specialist: .NET Framework 4, Data Access

Encontrarás que un gran número de empresas y grandes consultoras del sector de las nuevas tecnologías, exigen que dispongas de las certificaciones del Fabricante para incorporarte a uno de sus proyectos de desarrollo. Puesto que dicha titulación es nueva en el sector de las IT, los profesionales avalados por Microsoft como especialistas en Visual Basic .NET 2010 son altamente demandados.

Profesorado


- Profesionales avalados por el fabricante – MCT (Microsoft Certified Trainers)

Material
 

- Archivador personalizado con Block de notas y bolígrafo
- Carpeta con temporalización completa del Curso
- Documentación Oficial de Microsoft
- Certificado de asistencia y aprovechamiento de CAS TRAINING

Metodología
 

Nuestros Masters están basados en métodos docentes que facultan al profesor y orientan al alumno con el fin de conseguir un proceso evolutivo favorable de aprendizaje que permita mantener a los alumnos motivados y estimulados positivamente.
- Detección de las necesidades: Se realiza un análisis del mercado laboral actual, y con las carencias observadas, se desarrollan los planes de formación.
- Plan de acción: su diseño radica en que los contenidos estén siempre acorde con su temporalización y permitan el tiempo necesario para la asimilación de los conceptos. También se desarrolla el material didáctico y la documentación oficial de acuerdo con las materias, incorporando a las aulas la última tecnología necesaria.
- Proceso formativo: Se ejecutan distintas metodologías según el momento. Ninguna es excluyente de la otra, sino que se combinan y desarrollan según la necesidad. En todo momento se alternan las explicaciones teóricas con la elaboración de ejercicios prácticos, siempre relacionados con casos reales. Se incrementan paulatinamente los niveles de complejidad, asegurándonos de eliminar cualquier laguna que pueda perjudicar la asimilación de conceptos de mayor dificultad.
- Análisis de resultados: A lo largo del Master, el plan de formación será evaluado de forma continua pudiendo cerrar cada módulo con la certeza que los conocimientos han sido comprendidos y aprendidos. En la etapa final se analizará el proyecto en su conjunto, valorando la calidad obtenida y si los efectos conseguidos son los esperados.

Destinatarios Master .NET 2010 Windows Developer MCTS Certificación Oficial Microsoft Visual Studio

- Personas con conocimientos de programación en Visual Basic, con mínimo un año de experiencia.
- FP II / III en Informática.
- Titulados Universitarios.
- Titulados en carreras técnicas.
- Profesionales que deseen actualizar sus conocimientos.

Objetivos Master .NET 2010 Windows Developer MCTS Certificación Oficial Microsoft Visual Studio

Objetivos de Certificación
MCTS en Visual Basic .NET
- Exam 70-511: TS: Windows Applications Development with Microsoft .NET Framework 4
- 70-513: TS: Windows Communication Foundation Development with Microsoft .NET Framework 4
- 70-516: TS: Accessing Data with Microsoft .NET Framework 4

Temario Master .NET 2010 Windows Developer MCTS Certificación Oficial Microsoft Visual Studio

MCTS: .NET Framework 4, Windows Applications (Examen 70-511: TS: Windows Applications Development with Microsoft .NET Framework 4)
Curso 10262A: Developing Windows Applications with Microsoft Visual Studio 2010

Module 1: Windows Client Application Design
The goal of this module is to ensure that students understand how varying business requirements influence the design decisions when planning a Windows Client application. Students will learn how design requirements, specifications, and business goals affect the choice between WPF and Windows Forms when updating (or planning a new) Windows Client application.
- Windows Client Technologies
- Architectural Patterns
- Interoperability between Windows Forms and WPF

Module 2: Introduction to Visual Studio 2010 and WPF Version 4
The goal of this module is to introduce students to the new features that Visual Studio 2010 and WPF version 4 provide
- What’s New in Visual Studio 2010?
- What’s New in WPF Version 4

Module 3: Designing and Developing a User Interface
The goal of this module is to teach the student how to design and build a UI that provides the expected end-user experience and UI functionality, and retains that experience/functionality in various end-user environments, as well as when the application window resizes.
- Defining Page Layout
- Using Content Controls
- Using Item Controls
- Sharing Logical Resources in a Window

Module 4: Taking Control of the User Interface
The goal of this module is to enable students to create a consistent and manageable user interface.- Sharing Logical Resources in an Application
- Creating Consistent User Interfaces by Using Styles
- Changing the Appearance of Controls by Using Templates
- Handling Events and Commands

Module 5: Testing, Unit Testing, and Debugging
The goal of this module is to help students to develop good habits in regard to testing as well as enabling students to debug their applications. Students will also learn about advanced exception handling pertaining directly to Windows Client application scenarios
- WPF Testing Strategies
- Debugging XAML
- Providing User Feedback for Unhandled Exceptions
- Understanding Security Features

Module 6: Simple Data Binding and Validation
The goal of this module is to teach the student how to implement simple data binding and data validation in order to manage data in a data source (CRUD). In addition to learning how to bind a value to a UI element, the student should learn best practices concerning when to use the various implementations of data binding and how to connect to a data source with LINQ.
- Overview of Data Binding
- Creating a Data Binding
- Implementing Property Change Notification
- Converting Data
- Validating Data
- Presenting Data at Design Time

Module 7: Data Binding to Collections
The goal of this module is to enable the student to implement more advanced data binding scenarios, picking up where the previous module on data binding left off. The student will learn how to bind to ListView, GridView, DataGrid, and other collection classes.
- Binding to Collections of Objects
- Using Collection Views
- Creating Master-Detail User Interfaces
- Using Data Templates
- Presenting Design Time Data Collections

Module 8: Enhancing UI Responsiveness
The goal of this module is to teach the students how coding techniques can be used to improve the responsiveness of their applications.
- Implementing Asynchronous Processes
- Implementing Responsive User Interfaces

Module 9: Integrating Localization and User Assistance Features
The goal of this module is to teach students how to implement localization, user assistance, and accessibility features within an application.
- Localization and Globalization
- Implementing User Assistance Features
- Providing User Accessibility FeaturesM

odule 10: WPF 2D Graphics, Multimedia, and Printing
The goal of this module is to teach the students the basics of graphics in WPF. The module will also provide an overview of multimedia (audio and video).
- Displaying 2D Graphics
- Displaying Images
- Adding Multimedia to WPF Applications
- Creating and Printing Documents

Module 11: Control Customization
The goal of this module is to teach students how to customize controls and introduce students to custom controls.
- Overview of Control Authoring
- Creating User Controls
- Creating Custom Controls
- Managing Control Appearance by Using Visual States
- Integrating WPF and Windows Forms

Module 12: Attached Properties and Behaviors in WPF
The goal of this module is to teach the students how to implement application behaviors based on user actions or application events by using attached properties and Expression Blend behaviors.
- Implementing Attached Properties
- Implementing Drag-and-Drop User Interfaces
- Implementing Expression Blend Behaviors, Triggers and Actions

Module 13: Animations in WPF
The goal of this module is to teach the student how to implement animations and to teach students how to develop data visualization within their applications in a manner that enables the application user to drill down into data visually. Students should also learn when animations should be used and why.
- Using Animations
- Using Triggers
- Implementing Data Visualizations

Module 14: Application State, Settings, and Lifecycle
The goal of this module is to teach students how to manage application state and settings throughout the application lifecycle.
- Creating Application Settings
- Consuming Application Settings
- Creating Custom Configuration Sections

Module 15: Configure and Deploy Windows Client Applications
The goal of this module is to teach students how to deploy their applications using the various methods supported by Visual Studio 2010.
- Deployment Options- Deploying a Standalone WPF Application
- Deploying an XBAP Application
- Configuring Security Settings


MCTS: .NET Framework 4, Service Communication Applications (Examen 70-513: TS: Windows Communication Foundation Development with Microsoft .NET Framework 4)
Curso 10263A: Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Module 1: Service-Oriented Architecture
This module explains how to design SOAs, how to adhere to SOA tenets, and how to leverage the benefits of SOA scenarios using WCF.
- What Is SOA?
- The Benefits of SOA
- Scenarios and Standards
- Introduction to WCF

Module 2: Getting Started with Microsoft Windows Communication Foundation Development
This module describes how to implement a WCF service from the beginning, including defining a contract, implementing the contract, hosting the service, configuring endpoints, and configuring bindings. It also explains how to create a proxy to a WCF service using a channel factory, and using the Add Service Reference dialog box in Visual Studio 2010.
- Service Contract and Implementation
- Hosting WCF Services
- WCF Behaviors
- Consuming WCF Services

Module 3: Hosting Microsoft Windows Communication Foundation Services
This module explains how to host WCF services using Windows Services, Internet Information Services (IIS) and Windows Process Activation Service (WAS), and Windows Server AppFabric. This module describes how to choose the appropriate host, and how to configure it properly for your service’s optimal operation.
- WCF Service Hosts- ServiceHost
- Hosting WCF Services in Windows Services- IIS, WAS, and AppFabric
- Configuring WCF Hosts
- Service Hosting Best Practices

Module 4: Defining and Implementing Microsoft Windows Communication Foundation Contracts
This module describes how to define WCF service contracts, data contracts, and message contracts. This module explains how to design WCF contracts appropriately, and how to modify WCF contracts according to the selected messaging pattern.
- What Is a Contract?
- Contract Types
- Messaging Patterns
- Designing WCF Contracts

Module 5: Endpoints and Behaviors
This module describes how to expose multiple endpoints from a WCF service, how to automatically discover services and make services discoverable, how to configure instancing and concurrency modes for services, and how to improve service reliability with transactions and message queues.
- Multiple Endpoints and Interoperability
- WCF Discovery
- WCF Default Endpoints
- Instancing and Concurrency
- Reliability

Module 6: Testing and Troubleshooting Microsoft Windows Communication Foundation Services
This module describes how to diagnose errors and problem root causes in WCF services, and how to configure services to expose fault information. It also explains how to use tracing, message logging, and other diagnostic and governance tools for monitoring services at runtime.
- Errors and Symptoms
- WCF Faults
- Debugging and Diagnostics Tools
- Runtime Governance

Module 7: Security
This module explains how to design secure applications, how to implement WCF security on both the message level and the transport level, how to integrate authentication and authorization into service code, and how to apply claim-based identity management in federated scenarios.
- Introduction to Application Security
- The WCF Security Model
- Transport and Message Security
- Authentication and Authorization
- Claim-Based Identity

Module 8: Introduction to Advanced Microsoft Windows Communication Foundation Topics
This module explains how to improve service throughput and responsiveness using the asynchronous invocation pattern, and how to extend WCF services using inspectors, behaviors, and host extensions. It also describes how to use the WCF routing service for improving service reliability, and how to use Workflow Services to orchestrate long-running, durable, service work.
- The Asynchronous Invocation Pattern
- Extending WCF
- Routing
- Workflow Services


MCTS: .NET Fram

 
ver temario completo
 
  

Más cursos relacionados de Informática y tecnología

Desarrollo en Internet con Tecnologías: .NET, JAVA y ORACLE IDS (Cert. MCP y OCA)Madrid
CAS TRAINING
El Master Desarrollo en Internet con Tecnologías: .NET, MCP, JAVA, SCJP, ORACLE y OCA es presencial y se imparte en Madrid.

Master

Presencial en Madrid

Curso bonificable

Consultar precio

más información

Visual basic .net
CCC Online
Este curso de Visual Basic.net online está basado en el desarrollo de aplicaciones utilizando la tecnología de programación Microsoft .NET. El lenguaje utilizado es Visual Basic .NET, ...

Curso

Online

Consultar precio

más información

Profesional de programación con microsoft visual basic .net 2010
CICE Cursos División Comunicaciones
Visual Basic .NET 2010 es un Lenguaje de Desarrollo Integrado de la Plataforma .NET, con el que crearás con rapidez Aplicaciones Visuales Windows y Sitios Web dinámicos. Finalmente, estudiarás el ...

Curso

Presencial en Madrid

1.252 €

más información

Microsoft Visual Basic 2008
Cursodirecto
Aprender el desarrollo de aplicaciones utilizando la tecnología de programación Microsoft .NET., aplicaciones Windows y el acceso a bases de datos utilizando la tecnología ADO .NET

Curso

Online

150 €

más información

Certificacion PHP-MySQL (Presencial por Videoconferencia)
CAS TRAINING
El master está orientado a la obtención de la Certificación Zend PHP y la certificación Oracle Certified Associate, MySQL 5 que acreditan las aptitudes de una persona aumentando ...

Master

Online

Consultar precio

más información

Certificación Oficial Microsoft C# .NET 2010 Web Developer MCTS
CAS TRAINING
Microsoft .NET es la plataforma de Microsoft para la creación y el uso de servicios Web XML (Extensible Markup Language). Esta plataforma permitirá a los desarrolladores la creación ...

Master

Presencial en Madrid

Curso bonificable

Consultar precio

más información

Certificacion PHP-MySQL
CAS TRAINING
El master está orientado a la obtención de la Certificación Zend PHP y la certificación Oracle Certified Associate, MySQL 5 que acreditan las aptitudes de una persona aumentando ...

Master

Presencial en Madrid

Consultar precio

más información

.NET 2010 Web Developer MCTS Certificacion Oficial Microsoft Visual Studio
CAS TRAINING
Microsoft .NET es la plataforma de Microsoft para la creación y el uso de servicios Web XML (Extensible Markup Language, Lenguaje de marcado extensible). Esta plataforma permitirá a los ...

Master

Presencial en Madrid

Curso bonificable

Consultar precio

más información

Certificación Oficial Microsoft Visual Studio .NET 2010 Windows Developer MCTS
CAS TRAINING
Microsoft .NET es la plataforma de Microsoft para la creación y el uso de servicios Web XML (Extensible Markup Language). Esta plataforma permitirá a los desarrolladores la creación ...

Master

Presencial en Madrid

Curso bonificable

Consultar precio

más información

Profesional de Microsoft en Programación .NET 2010 (MCPD)
CICE Masters División Comunicaciones
Desarrollar Aplicaciones en entorno Windows, Sitios Web y Móviles, utilizando la Tecnología de Programación Microsoft . NET y los Lenguajes más extendidos en las empresas: Visual Basic .NET 2010 ...

Master

Presencial en Madrid

2.541 €

más información

Recibe información de este curso
Este centro sólo prepara alumnos de: Madrid, Valladolid
Para borrar datos cerrar sesión

Publica tu opinión

Master en .NET 2010 Windows Developer MCTS Certificacion Oficial Microsoft Visual Studio

CAS TRAINING
CAS TRAINING

Master Presencial en Madrid (Madrid)

Consultar precio
Duración: 105 horas

El Master .NET 2010 Windows Developer MCTS Certificación Oficial Microsoft Visual Studio es presencial y se imparte en Madrid. Tiene una duración de 105 horas. Se imparte tanto en Visual Basic como en C#.

Comparte tu experiencia con otras personas,
haz que se conozca lo que piensas sobre este curso.
¡Sé el primero en publicar tu opinión!