XML Developer Training Suite Plus XML/SQL tutorial XML.NET training tutorials Visual Basic .net training CBT & videos Microsoft developer tutorials
 

ASP.net, training, tutorial, vb.net, csharp.net,visual basic.net tutorial
asp.net tutorial msad boot camp active server pages asp.net tutorial msad boot camp active server pages vb.net tutorial visual basic v basic visual basic.net training tutorial .net tutorials c sharp.net microsoft.net ms.net c#.net training msad ado ado tutorials mcad certification mcad training mcad certification mcad training
.NET Series VB .NET Series C# Visual Basic.NET C#.NET ASP.NET XML ADO.NET MCAD MCSD

Home

Policies

Site License

FAQ

About Us

Course Catalog

CATEGORIES

   
 .NET Power Series VB
 .NET Power Series C#
 Visual Basic.NET Suite
 C#.NET Suite
 ASP.NET VB Suite
 ASP.NET C# Suite
 XML
 .NET Security
 ADO.NET
 MCAD.NET VB
 MCAD.NET C#
 MCSD.NET VB
 MCSD.NET C#

 
Contact Us

1-800-80-STUDY
(1-800-807-8839)

microsoft training partner

30 Day Money Back
Guarantee
on all Training Courses


 
Newsletter
Subscribe to our promotions, coupons & news.
Email: 
Subscribe    
Unsubscribe



 


XML Development in .NET Training

XML Development in .NET Training

Email this to a friend

 

XML Development in .NET Training PN-320357
 
    Cost Qty  
  $395.00
Detailed Description


Schedule our instructor led classroom trainings at your convenience and never miss another lecture or fall behind. You are in complete control. We invited the Best Microsoft.NET Trainers in the industry to help us develop the ultimate training & certification program which includes everything you will need to fully prepare for and pass your certification exams. 

The World Wide Web Consortium's (W3C) XML technology is a powerful new tool in building distributed application. Microsoft?s .NET Framework embraces XML and uses it in everything from configuration files to XML Web Services. As a .NET developer it is important to become familiar with how .NET exposes functionality to work with XML Data. This course course teaches developers how to program with XML in the Microsoft® .NET Framework in order to build Microsoft Windows or Web-based integrated applications that are easier to build, scalable, and flexible.

Meet Our .NET Expert:

Steven Borg, Microsoft Certified Trainer, MCSD.NET
Steve has over 14 years of experience creating technical solutions to a variety of civilian and military problems.
He has been the primary .NET Solution presenter for Microsoft Academic at MIT, Harvard, University of Houston and several other noted institutes of higher education throughout the United States. Steve has been requested by different courseware development teams at Microsoft to teach the Beta versions of their new courseware. Steve has taught both Microsoft Official Curriculum (MOC) 2310 Introduction to ASP.NET, and MOC 2609 Introduction to Programming with C# to both students and the instructional designers. His recommendations has resulted in numerous changes to improve both Microsoft official curriculums. Steve has also taught the world-wide T-Prep of both .NET courses.

Included with this training program:

  • 5 CD-ROMs featuring live instructor-led classroom sessions with full audio, video and demonstration components with over 10 hours of instruction by Steven Borg
  • Printable courseware on CD-ROM
  • Step-by-step hands-on-labs
  • Focused on practical solutions to real-world development problems
  • Comprehensive, understandable, and reusable as reference material.

Personal Training Coach and Career Adviser is available via our toll free advisor hotline. Throughout the training and certification process you will have access to a Training Coordinator who will advice you how to best utilize our training material to accomplish your certification goals, and how to successfully apply your new skills for career advancement.


Competitive Advantages


Career Academy's Technology-based training is a cost effective method that meets the critical demands of computer users. Experience instructor-led courses in a comfortable and convenient environment. You get the feel of classroom delivered through flexible and familiar technology. Training comes to life with our full motion videos, hands-on labs, critical assessment and real-world insight from experts with vast experience in the subject matter. Engage in dynamic learning where multiple senses help reinforce learning concepts. See the steps, listen to the explanations then put your skills to work. Our proven methodology provides an unequalled training experience with exceptional results.
Career Academy's Learning system includes all of the following unique features:
 
Instructor-led video lectures Like training one-on-one with an expert with full motion video allows you to see the steps, listen to the explanations, and perform the hands-on lab exercises. Video instruction provides one of the most flexible and comfortable training experiences. The users are able to work at their own pace, in their choice of area - including training room or home. Our training is media-rich, interactive and engaging. We incorporate live video instructions, screen shots, PowerPoint presentations, white board and lab simulations to give our customers an engaging learning experience. Our teaching methodology capitalizes on the skills and knowledge of industry experts, providing real-world insight from recognized and Certified IT professionals. It's like having an expert in your living room, patiently explaining until you thoroughly understand all the concepts.
Hands-on Lab Simulation is a crucial component of your IT training. Practice make perfect. Step-by-step hands-on labs with detail instructions are included to reinforce all key concepts. When you complete a topic, choose the Lab Simulation button to select the associated hands-on lab exercises. Labs allow you to reinforce concepts by performing the tasks you've just learned.
Printable Courseware - Combining Instructor Keynotes, training outlines and training PowerPoint slides, Our Printable study guide with reference support to help you focus on areas of need and chart your progress.

 


 

Course Outlines:


Module 1: Introduction to XML in the .NET Framework

This module introduces the use of XML in the .NET Framework to help you solve common business problems. XML is a standards-driven technology that is ideal for applications that use the Internet. Microsoft's implementation of World Wide Web Consortium (W3C) standards ensures that applications you develop with XML in .NET will successfully communicate with other W3C-compatible applications

  • Overview
  • Course at a Glance
  • Common Business Problems
  • XML in the .NET Framework

Module 2: Parsing XML

This module discusses how to parse XML data from a file, string, or stream by using the XmlReader class. It also covers how to use the XmlTextReader to process XML as text, and how to use the XmlNodeReader to filter data by using an XPath expression and the object.

  • Overview of XML Parsing
  • Parsing XML Using XmlTextReader
  • Creating a Custom Reader

Module 3: Validating XML

This module gives an overview of XML Schema Definition (XSD) data types, and then covers how to use the Microsoft .NET Framework XML classes to perform XML schema validation. The lesson Advanced Validation teaches how to resolve external entities, how to validate XML fragments, and how to validate XML by using a Document Type Definition (DTD).

  • Examining Schemas
  • Validating XML While Parsing
  • Advanced Validation

Module 4: Writing XML

Writing XML is a central skill in developing XML-based applications. This module describes the .NET Framework classes that are used to write XML with or without namespaces. The module also explains how to control the format and validity of XML as it is being written.

  • Overview of Generating XML Documents
  • Writing XML
  • Generating XML with Namespaces
  • Controlling XML Format and Converting XML

     

 


Module 5: Querying XML

This module explains the process of querying an XML document by using XPath. It explains how to write code to load an XML document, and how to create a navigation cursor by using an XPathNavigator object. It also explains how to create your query by using an XPathDocument object, and how to examine the result types. In addition, this module describes how to compile your query and evaluate your results.

  • Introduction to Querying XML Using XPath
  • Creating and Navigating a Document Cache
  • Executing Your Query

Module 6: Manipulating Cached XML

This module introduces the XML Document Object Model (XML DOM) and explains how to locate and manipulate XML by using the DOM.

  • Introduction to the XML Document Object Model
  • Navigating XML Using the DOM
  • Creating New Nodes
  • Modifying and Deleting Nodes

Module 7: Transforming XML

This module explains the process of transforming XML documents. The module teaches the student how to apply an XSLT transformation to an XML document by using the .NET XML classes. It does not teach XSLT syntax or commands.

  • Introduction to Transforming XML
  • Programming the XslTransform Class
  • Extending XSLT Style Sheets

Module 8: Serializing Objects as XML

This module provides students with the skills needed to create XML documents from the data contained within programmatic objects. This process is referred to as serialization and can be used to persist object data or to share object data between applications.

  • Introduction to XML Serialization
  • Serializing Objects Using XmlSerializer
  • Controlling XML Serialization

 

   

Toll Free 1-800-80-STUDY           E-Mail us


Security Policy       Privacy Policy        MCSE Training   MCSD Training
Copyright © 2004 Careeracademy.com  All rights reserved.