¿Buscas alumnos? Entra y promociona tus cursos
¿Buscas formación? Entra o regístrate
Cursos   Masters   Universidades   Cursos Gratis   Oposiciones   Subvencionados   Formación Profesional   Foros    
Más buscado | Comparte esta página  
desplegar Mi lista: 0 cursos
Cursos relacionados: curso de test del examen del c | curso de net | cursos de c | curso test permiso c | cursos de programacion c | cursos de test del examen del c e | cursos de visual basic .net | curso de carnet c | cursos de 1 c | curso de programacion en c
Home Cursos Informática y telecomunicaciones Cursos Análisis y programación Cursos .NET y C#

Moc 2956 - Core Foundations Of Microsoft .Net 2.0 Development

en Bit (España)

Curso Presencial

Precio:

695 - 595€ IVA inc. Promociones 

Duración:

15 Horas

Inicio:

consultar fechas y horarios
ver temario

Requisitos:

Ver Descripción de programa (abajo)

Pedir información gratis

Para qué te prepara:

Certificación MCTS WEB v.2.0 (.NET) Ver Descripción de programa (abajo).

Bit

Desde 1967, BIT se dedica exclusivamente a la formación informática. Nuestra trayectoria ha evolucionado en paralelo a los avances tecnológicos del entorno social, y la capacidad de respuesta a las nu...

ver más

contactar con el responsable

 

Matricula Cerrada

 

Detalles del curso

Tipo Curso Duración 15 Horas
Método / lugar contactar con el responsable Presencial
Certificado / Título Sí.
Alumnos por clase 10
Prácticas A lo largo del curso
Dirigido a Ver Descripción de programa (abajo).
Para qué te prepara Certificación MCTS WEB v.2.0 (.NET) Ver Descripción de programa (abajo).
Requisitos
Ver Descripción de programa (abajo)
Precio 695 - 595€ IVA inc.
Descuento + Regalo + 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 Visual Basic .Net
Cipsa
Barcelona - Precio: Consultar  (Beca)
Atención garantizada
 
Programación C++
Espai Informàtica
Barcelona - Precio: Consultar  (Descuento)
Atención garantizada
 
Visual Basic .Net
Cepi-base
Barcelona - Precio: Consultar
Atención garantizada
 
Programacion en .Net con C#
I.T.S.I. Studium S.L.
A Distancia - 120€ IVA inc.
Atención garantizada
 
Tecnología. Net
Balmes Innova
Barcelona - Gratuito
Atención garantizada
« compara los cursos seleccionados

Temario

Moc 2956 - Core Foundations Of Microsoft .Net 2.0 Development



Introduction
Elements of this syllabus are subject to change.

This three-day instructor-led course provides students with the enabling knowledge and skills required to create Microsoft .NET Applications with Visual Studio 2005. Students learn how to develop advanced .NET applications.
Audience
The audience for this course consists of Application Developers with the skills to develop business applications by using Visual Studio 2005 with either Visual Basic .NET or Visual C#.
At Course Completion
After completing this course, students will gain the skills to:
· Develop applications that use system types and collections.
· Implement service processes, threading, and application domains in a .NET Framework application.
· Embed configuration, diagnostic, management, and installation features into a .NET Framework application.
· Implement serialization and input/output functionality in a .NET Framework application.
Prerequisites
Before attending this course, students must be able to:
· Understand the purpose and components of the .NET 2.0 Framework and the Common Language Runtime.
· Understand the components of typical .NET 2.0 applications.
· Understand and use .NET Framework 2.0 Common Type System (CTS) and how to use variable types including dates/times, numbers, strings, objects and arrays.
· Use basic file IO classes from the Framework such as StreamReader, StreamWriter, Directory, DirectoryInfo, File and FileInfo.
· Use basic Framework provided type conversions.
· Use basic Framework provided text conversion and manipulations including StringBuilder.
· Use classes with the System.Collections namespace.
· Use the System.Math class.
· Basic language syntax for decision structures, loop structures, declaring and using variables.
· Write code using language specific functionality such as the My. classes for Visual Basic.
· Understand classes and objects, methods, properties and functions.
· Write code to implement overridden methods.
· Understand the class hierarchy present in the .NET Framework 2.0.
· Write code to declare a class.
· Write code to create an instance of a class.
· Write code to compare if an object is equal to another object.
· Write code to dispose of an object.
· Understand the lifecycle of an object.
· Write code to handle exceptions via a try-catch block
· Write code to implement static methods and properties.
· Opening and closing solutions.
· Opening and closing projects.
· Adding projects to a solution.
· Removing projects from a solution.
· Creating new project types.
· Adding new and existing files to a project.
· Compile a project.
· Carry out basic project debugging.
· Use the object browser.
· Use the help system especially provided to help VB6.0 developers migrate to .NET.
· Understand assemblies and how they relate to deployment.
· Understand and create a deployment project.
· Be able to create deployment wizards using the Deployment Setup wizard.
· Select an appropriate deployment project based on the application.
Important: This learning product will be most useful to people who are already working in the job role of an application developer and who intend to use their new skills and knowledge on the job immediately after training.
Microsoft Certified Professional Exams
No Microsoft Certified Professional exams are associated with this course currently.
Course Materials
The student kit includes a comprehensive workbook and other necessary materials for this class.
The following software is provided in the student kit:
· Student CD
Modalidades: Presencial Las clases se imparten en castellano

Module 1: Implementing System Types and Interfaces
In this module, students learn about the purpose of system types in the .NET Framework and implementation of special system types introduced in the .NET Framework 2.0. Students also learn about the purpose of interfaces in developing .NET Framework applications. Finally, students learn how to implement system types and interfaces.
Lessons
· Examining Primary System Types
· Working with Special System Types
· Working with Interfaces
· Lab: Implementing System Types and Interfaces

Module 2: Implementing Collections and Generics
In this module, students learn the basic information on how to work with primary collections, generic collections, specialized collections, and collection base classes.
Lessons
· Examining Collections and Collection Interfaces
· Working with Primary Collection Types
· Working with Generic Collections
· Working with Specialized Collections
· Working with Collection Base Classes
· Lab: Implementing Collections and Generics

Module 3: Configuring and Installing Assemblies
In this module, students learn how to create, share, install, and configure assemblies in the .NET Framework. Students also learn how to perform installation tasks related to assembly installation.
Lessons
· Working with an Assembly
· Sharing an Assembly by Using the Global Assembly Cache
· Installing an Assembly by Using Installation Types
· Configuring an Assembly by Using Configuration Type
· Performing Installation Tasks
· Lab: Configuring and Installing Assemblies

Module 4: Monitoring and Debugging Applications
In this module, students learn how to manage event logs and application processes. Students also learn how to monitor application performance, debug and trace applications, and embed management information and events in the .NET Framework applications.
Lessons
· Managing an Event Log
· Working with Application Processes
· Managing Application Performance
· Debugging Applications
· Tracing Applications
· Embedding Management Information and Events
· Lab: Monitoring and Debugging Applications

Module 5: Reading and Writing Files
In this module, students learn how to manage drives, directories, and files. Students also learn how to work with streams, text, and strings. Finally, students learn how to compress, decompress, and search for patterns within file contents.
Lessons
· Managing the File System
· Working with Byte Streams
· Compressing and Protecting Stream Information
· Managing Application Data
· Manipulating Strings Efficiently
· Working with Regular Expressions
· Lab: Reading and Writing Files

Module 6: Serializing Data
In this module, students learn how to serialize objects into binary and Simple Object Access Protocol (SOAP) formats. The students also learn how to serialize objects into custom XML and how to create custom serialization classes.
Lessons
· Generating Serialized Binary and Soap Formats
· Generating Serialized XML Formats
· Creating Custom Serialization Classes
· Lab: Serializing Data

Module 7: Implementing Delegates and Events
In this module, students learn the concepts of delegates and events and their uses in the .NET framework.
Lessons
· Controlling Interaction Between Components by Using Delegates
· Controlling Interaction Between Components by Using Events
· Lab: Implementing Delegates and Events


ver todo el temario

consulta

más detalles del temario directamente a Bit.

Pedir información gratis
infórmate directamente de cómo matricularte, plazas disponibles ...
 

Exalumnos

 
Opiniones
 
¿Has hecho este curso?

Opina y ayuda a miles de usuarios
infórmate directamente de cómo matricularte, plazas disponibles ...
 

Sobre Bit

Descripción del centro
Desde 1967, BIT se dedica exclusivamente a la formación informática. Nuestra trayectoria ha evolucionado en paralelo a los avances tecnológicos del entorno social, y la capacidad de respuesta a las nuevas necesidades formativas se refleja en el desarrollo constante de nuestra metodología.
El compromiso de BIT sigue siendo anticiparse a los avances tecnológicos, con la programación de cursos de alta calidad que satisfagan las demandas empresariales y de informáticos y usuarios en general.
El objetivo fundamental de BIT Formación Informática es hacer totalmente accesible su metodología de formación a informáticos y usuarios. Teniendo en cuenta las necesidades específicas de cada uno de estos colectivos, BIT ofrece varios tipos de organización de Cursos.

Todos los cursos

de Bit en emagister.

Ver lista de cursos

infórmate directamente de cómo matricularte, plazas disponibles ...

Información relacionada con .NET y C#

Más formación relacionada
Moc 2349,Programming The Microsoft .Net Framework Using C# 600€ IVA inc. (Descuento) Barcelona
Master Mcts en Visual Studio.Net 1.495€ IVA inc. (Descuento) Barcelona
Borland C++ Builder 5 140€ IVA inc. Online
Asp.Net C# Precio: Consultar A Distancia
Páginas internacionales: España  |  Italia  |  Francia  |  México  |  Alemania  |  Reino Unido  |  Japón  |  Argentina

Palabras más relacionadas con los cursos que estás viendo: cursos catala nivell c curso de test conducir c e cursos de asp.net cursos de permiso conducir clase c cursos visual c cursos de c builder cursos lenguaje c cursos permiso c curso de permiso conducir c curso test del examen del c e de conductores

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