¿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 lenguaje c capacitación Conectividad capacitación DOS capacitación Patinaje capacitación E-learning capacitación Historia capacitación Podología capacitación Seguridad informática
Home > Capacitación > Computación y telecomunicaciones > Programación y análisis > .NET y C#
Compueducación

Introduction To C# Programming With Microsoft .Net 2609

en Compueducación (México)

Capacitación Presencial

Lugar:

Ciudad de México, Puebla

Precio:

Duración:

35 horas

Inicio:

09/06/2008 otras fechas
ver temario

Requisitos:

Experience with object-oriented programming and concepts is not required for this course. Before att...

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 35 horas
Método / lugar contactar con el responsable Presencial en Ciudad de México, Puebla dónde
Alumnos por clase 0
Dirigido a This course is intended for: ? Developers who are not familiar with object-oriented programming. ? Developers who understand computer programming, but may have learned programming by using a non-graphical language in a university. These developers want to build highly functional Web and Windows solutions and Web Services by using Microsoft Visual C# .NET and the Microsoft .NET Framework.
Para qué te prepara Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET Exam 70-316: Developing and Implementing Windows-based Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET Exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework
Requisitos
Experience with object-oriented programming and concepts is not required for this course. Before attending this course, students must have competency in the following areas: ? Familiarity and comfort with basic operating system functions such as file manipulation. ? Understanding of the basics of structured programming, including concepts such as flow control, variables and parameters
Precio Consultar
con el centro
educativo
infórmate directamente de cómo matricularte, plazas disponibles ...

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

 
Mcts Profesional Certificado en Net C#
It University
Puebla - $8,400 IVA incluido
Atención garantizada
 
Programación Páginas Web Con ASP .Net
Instituto de Desarrollo Empresarial
Online - $1,189 IVA incluido
Atención garantizada
 
C# Programming Part 2
Educate-Global
Online - $930 IVA incluido
« compara los cursos seleccionados

Temario

Introduction To C# Programming With Microsoft .Net 2609
Microsoft Certification exams This course will help the student prepare for the following Microsoft Certification exams:  
 
Exam 70-315:   Developing and Implementing Web Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET
Exam 70-316: Developing and Implementing Windows-based Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET
Exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework    
 
Module 1: Getting Started  
 
This module presents the concepts that are central to the Microsoft .NET Framework and platform, and the Microsoft Visual Studio .NET integrated development environment (IDE); describes how to work in the development environment; and explains how to use Visual Studio .NET to create and build applications based on Microsoft .NET.  
 
Module 2: Understanding C# Language Fundamentals  
 
This module explains the syntax and structure of the C# programming language. These topics are essential for students to understand in order to be successful in the remainder of the course; however, it is likely that most students will come into the class with some experience applying these concepts in other languages.  
 
Module 3: Creating Objects in C#  
 
This module introduces the fundamentals of object-oriented programming, including the concepts of objects, classes, and methods.  
 
Module 4: Implementing Object-Oriented Programming Techniques in C#  
 
This module introduces the fundamentals of object-oriented programming, including the concepts of objects, classes, and methods.  
 
Module 5: Programming with C#  
 
This module introduces various data structures, including arrays (the System.Array class) and collections (classes in the System.Collections namespace), and explains when to use each of these data structures in an application. The module also introduces interfaces, describes the concepts and syntax of exception handling, and explains delegates and their use in event handling.  
 
Module 6: Building .NET-based Applications with C#  
 
This module presents the Microsoft .NET Framework class library, the Object Browser, and methods that are inherited from the System.Object class. This module also explains how to format strings and numbers and how to use streams and files.  
 
Module 7: Using ADO.NET to Access Data  
 
This module explains how to use Microsoft ADO.NET and the objects in the System.Data namespace to access data in a database. It describes how to create an application based on Microsoft Windows that uses ADO.NET. This module also describes how to use that application to connect to a database, create a query, and use a DataSet object to manage the data, bind data to controls, and insert, update, and delete records in a database.  
 
Module 8: Creating Windows-based Applications  
 
This module describes how to create menus, common and custom dialog boxes, status bars, and toolbars to enhance the usability of an application based on Microsoft Windows. The purpose of this module is to allow the students to apply their newly acquired C# language skills and develop useful Windows-based applications.  
 
Module 9: Using XML Web Services in a C# Program  
 
The module introduces the System.Web.Services namespace and the process of building and consuming XML Web services in a C# application.  
 
Module 10: Creating a Web Application with Web Forms  
 
In this module, students learn that in Microsoft Visual Studio .NET, you can use Web Forms to create programmable Web pages. This module introduces the System.Web.UI namespace and describes how to create a Web application with a Web Form. Students learn how to add controls to a Web Form and then use the Web Form to submit data and respond to events. The module also covers Microsoft ASP.NET state management, security, and configuration settings.  
 
Module 11: Application Settings and Deployment  
 
This module introduces the procedures that are involved in deploying a C# application by using Microsoft Visual Studio .NET. It explains how to deploy both Web-based applications and applications that are based on Microsoft Windows. It also describes how to store user preferences and configure application settings.  
 
Module 12: Exploring Future Learning  
 
This module provides an opportunity for students to explore some of the more advanced capabilities of C#, to practice the knowledge and skills that they acquired during the course, and discuss their questions as a group.  
 
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: 09/06/2008 Fin: 13/06/2008 ver calendario
 
Dónde Puebla, 31 Oriente # 618 2do. Piso, Col. Ladrillera de Benítez ver mapa
 
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 Industria - Más temáticas capacitación Danza y baile capacitación Más temáticas capacitación Religión capacitación Filosofía capacitación Madera y mueble capacitación Medicinas alternativas capacitación Agua y energía capacitación SQL Server capacitación Administración y calidad en SI

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