¿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 2541 - Core Data Access With Microsoft Visual Studio 2005

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 del programa (abajo)

Pedir información gratis

Para qué te prepara:

Certificación MCTS Windows Applications v2.0 (.NET) Ver Descripción del 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 del programa (abajo).
Para qué te prepara Certificación MCTS Windows Applications v2.0 (.NET) Ver Descripción del programa (abajo).
Requisitos
Ver Descripción del 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 2541 - Core Data Access With Microsoft Visual Studio 2005


Introduction
Elements of this syllabus are subject to change.
This three-day instructor-led workshop provides students with the knowledge and skills to develop data-access applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The workshop describes how to access and update data in a database by using ADO.NET. The workshop also describes how to create, read, and write XML data.

Audience
This workshop is intended for corporate and Independent Software Vendor (ISV) application developers who have a desire to learn more about specific technology areas in distributed application development.

At Workshop Completion
After completing this workshop, students will be able to:
· Connect to databases and read data.
· Query and update databases by using commands.
· Perform transactional operations.
· Perform disconnected operations programmatically.
· Perform disconnected operations by using Visual Studio 2005 wizards.
· Perform XML operations on disconnected data.
· Read and write XML data.
· Process XML data by using the Document Object Model DOM.

Prerequisites
Before attending this workshop, students must:
· Be able to manage a solution environment using the Visual Studio 2005 integrated development environment IDE and tools
· Understand the .NET Framework 2.0 and the Common Language Runtime
· Be able to program an application using a .NET Framework 2.0 compliant language
· Know how to make assemblies available to other applications
· Have a good understanding of basic relational database concepts
· Be able to use basic SQL commands
· Have a good understanding of XML including XML declaration, elements, attributes, and namespaces
· Be able to explain XML schema concepts
Modalidades: Presencial Las clases se imparten en castellano
Horas de curso, fechas y horarios:
Consultar Calendario de Cursos



Unit 1: Connecting to Databases and Reading Data
This unit introduces the fundamental skills required to connect to a database and read data from the database. It describes how to use ADO.NET data providers to connect to various different kinds of databases, and how to execute a query that returns a scalar value from the database. It also describes how to use connection pooling to achieve scalability, and how to handle connection events and exceptions.
Lessons
· What Is ADO.NET?
· The Process for Connecting to a Database and Reading Data
· What Is Connection Pooling?
Unit 2: Querying and Updating Databases by Using Commands
This unit describes how to create and run commands that return a scalar value, return a result set, update data in the database, or update the schema of the database. It also describes how to create and run parameterized commands.
Lessons
· ADO.NET Commands
· The Process for Passing Parameters into Commands

Unit 3: Performing Transactional Operations
This unit describes how to manage transactions in a .NET application at the middle tier. It describes how to write ADO.NET code to start, commit, and rollback local transactions. It also describes how to specify an appropriate isolation level for a transaction, and how to enlist in distributed transactions.
Lessons
· What Is a Transaction?
· The Process for Managing Local Transactions
· The Process for Managing Distributed Transactions
· Isolation Levels
Unit 4: Performing Disconnected Operations Programmatically
This unit describes how to create and use DataSets programmatically. It describes how to create DataSet, DataTable, and DataColumn objects, how to populate a DataSet manually, and how to load and save data by using a DataAdapter. It also describes how to create in-memory views on data by using a DataView.
Lessons
· What Is the ADO.NET Disconnected Model?
· The Process for Loading and Saving Data in a DataSet
· What Are DataViews?

Unit 5: Performing Disconnected Operations by Using Visual Studio 2005 Wizards
This unit describes how to create typed DataSets, DataAdapters, and TableAdapters by using the TableAdapter Configuration Wizard and the Data Source Configuration Wizard in Visual Studio 2005. It also describes how to write type-safe code to access data in a typed DataSet.
Lessons
· Comparing Untyped DataSets with Typed DataSets
· What Are Table Adapters?
· Demonstration: Creating a Typed DataSet by Using Visual Studio 2005 Wizards

Unit 6: Performing XML Operations on Disconnected Data
This unit describes how to read and write DataSets in XML format. It describes how to read and write data only, schema only, or a combination of the two. It also describes how to read and write a DataSet as a DiffGram, so that modifications to the data can be retained when the DataSet is serialized to XML format.
Lessons
· XML Representations of DataSets
· What Are DiffGrams?

Unit 7: Reading and Writing XML Data
This unit describes how to use the XmlReader and XmlWriter classes to serially read and write XML data. It describes how to read elements, attributes, and text content in an XML document, and perform validation against an XML schema. It also describes how to create an XML document and write elements, attributes, namespace declarations, and text content.
Lessons
· The Process for Serially Reading XML Data
· The Process for Serially Writing XML Data

Unit 8: Processing XML Data by Using DOM
This unit describes how to process XML data in memory by using the Document Object Model (DOM). It describes how to load an XML document into a DOM tree, and validate the XML document against an XML schema. It also describes how to read existing XML content, modify XML content, and save the DOM tree to an XML document.
Lessons
· What Is DOM?
· What Are DOM Trees?
· Types of XML Nodes in a DOM Tree

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 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 cursos test examen conducir c

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