Exam 70-561: TS: Microsoft .NET Framework 3.5 - Application Development Curriculum Outline
Getting Started With ADO.NET Connections and Commands
Overview/Description
ADO.NET allows developers to create applications that are driven by data and services. This course identifies the various ways to manage ADO.NET connections and also details how to access data by using command objects and the DataReader object. Specific topics covered in the course include and introduction to ADO.NET, defining ADO.NET Connection objects, managing connections with Visual Basic 2008, and using ADO.NET command objects and DataReaders. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008 and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
2.0
Lesson Objectives
Getting Started With ADO.NET Connections and Commands
sd_mand_a01_it_enus <
Back to List
Managing ADO.NET Connections and Commands with VB 2008
Overview/Description
ADO.NET connections and commands are crucial components of building data-driven applications. This course examines managing connections using connection pools and configuration files, as well as stored procedures, and using generic data-access code to establish a connection. Specific topics covered include optimizing ADO.NET connections and commands, ADO.NET transactions, and working with Multiple Active Result Sets (MARS) and asynchronous commands. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008 and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
3.0
Lesson Objectives
Managing ADO.NET Connections and Commands with VB 2008
sd_mand_a02_it_enus <
Back to List
Getting Started with DataSets using Visual Basic 2008
Overview/Description
ADO.NET DataSet objects allow developers to utilize cached versions of data when working within disconnected data environments. This course examines the various aspects of DataSets and their role as one of the key components of the ADO.NET architecture. Specific topics covered include creating DataSets with Visual Basic 2008, working with typed and untyped DataSets, and configuring typed DataSets and DataAdapters. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008 and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
2.0
Lesson Objectives
Getting Started with DataSets using Visual Basic 2008
sd_mand_a03_it_enus <
Back to List
Viewing and Navigating Data with ADO.NET DataSets using Visual Basic 2008
Overview/Description
The ability to view and navigate data in an efficient fashion is vital to any robust data application. This course explains how to accomplish this using ADO.NET DataSets and Visual Basic 2008. Specific topics covered include how to manage and constrain data relationships in a DataSet using DataRelation objects and ForeignKeyConstraints, and accessing and manipulating data using DataViews and the DataViewManager. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008, and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
1.5
Lesson Objectives
Viewing and Navigating Data with ADO.NET DataSets using Visual Basic 2008
sd_mand_a04_it_enus <
Back to List
Updating ADO.NET DataSets With Visual Basic 2008
Overview/Description
ADO.NET DataSets allow developers to easily update and manage data sources using Visual Basic 2008. This course examines how DataSets are used to update source data and also how to manage the integrity of the data being updated. Specific topics covered include updating data sources, committing changes to data sources, managing data integrity, and how to deal with data concurrency violations and exceptions. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008 and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
2.0
Lesson Objectives
Updating ADO.NET DataSets With Visual Basic 2008
sd_mand_a05_it_enus <
Back to List
Using Query Notifications and Synchronizing Data with Visual Basic 2008
Overview/Description
Query notifications, coupled with ADO.NET synchronization services, allow developers to create applications with the ability to display up-to-date data at all times. This course examines how to use query notifications with SQL Server and how to enable efficient, remote use of data using synchronization services. Specific topics covered include using query notifications, and SqlDependency and SqlCacheDependency. Topics also look at the various aspects of synchronizing data, including creating a synchronization services application and configuring synchronization in Visual Studio. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008 and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
2.0
Lesson Objectives
Using Query Notifications and Synchronizing Data with Visual Basic 2008
sd_mand_a06_it_enus <
Back to List
The ADO.NET Entity Framework and LINQ
Overview/Description
The ADO.NET Entity Framework and .NET Language-Integrated Query (LINQ) provide developers with the tools and framework elements they need to create unique, flexible data applications, while minimizing the amount of code required. This course explores the various ways you can employ the ADO.NET Entity Framework and LINQ to develop and optimize data applications. Specific topics covered include the ADO.NET Entity Framework, ADO.NET Object Services, the EntityClient Provider and Connection Strings, and the using LINQ and ADO.NET 3.5. This course is one of a series in the SkillSoft learning path that covers the objectives for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561. Passing this exam will earn the learner credit towards the MCTS: .NET Framework 3.5, ADO.NET Applications certification.
Target Audience
All organizations or individual consultants who are building or intend to build .NET Framework 3.5 applications with ADO.NET, Visual Studio 2008 and Visual Basic 2008; corporate employees, consultants, and university or college students who are preparing for the Technology Specialist (TS): Microsoft .NET Framework 3.5, ADO.NET Application Development 70-561.
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building data applications with the Microsoft .NET Framework; working experience of Visual Studio 2008, Visual Basic 2008, and ADO.NET 3.5.
Expected Duration (hours)
2.5
Lesson Objectives
The ADO.NET Entity Framework and LINQ
sd_mand_a07_it_enus <
Back to List
Exam 70-536: TS: Microsoft .NET Framework Application Development Foundation Curriculum Outline
Visual Basic: System Types and Collections
Overview/Description
Visual Basic is one of the core languages used by programmers for software development in Visual Studio. This course primarily serves as an introduction to new Collections and System Types. This course also covers enumerators, and new interfaces, specifically the Generic Interface.
Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework - Application Development Foundation Certification Exam (70-536).
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.0
Lesson Objectives
Visual Basic: System Types and Collections
Course Number:
sd_adfv_a01_it_enus
Back to List
Visual Basic: Serialization and I/O
Overview/Description
There are many new features for Visual Basic. This course looks at Serialization and I/O functions for .NET Framework, specifically the new classes that implement these functions. This course also covers XML Serialization and Isolated Storage.
Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework - Application Development Foundation Certification Exam (70-536).
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
1.5
Lesson Objectives
Visual Basic: Serialization and I/O
Course Number:
sd_adfv_a02_it_enus
Back to List
Visual Basic: Customized Programming
Overview/Description
Visual Basic offers flexibility to the programmer in many new ways in the latest installment of Visual Studio. This course focuses on customized programming such as Interoperability, Reflection, new Drawing Classes for graphics, and Globalization.
Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework - Application Development Foundation Certification Exam (70-536).
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.0
Lesson Objectives
Visual Basic: Customized Programming
Course Number:
sd_adfv_a03_it_enus
Back to List
Visual Basic: Security
Overview/Description
Visual Studio adds to the Security namespace to make your Visual Basic programs even more secure and easier to implement.This course is designed to familiarize students with VB Security which includes Code Access Security, IIS security, and Cryptography which includes instructions for symmetric and asymmetric cryptography with hash functions.
Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework - Application Development Foundation Certification Exam (70-536).
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.0
Lesson Objectives
Visual Basic: Security
Course Number:
sd_adfv_a04_it_enus
Back to List
Visual Basic: Threading, Service Processing, and Application Domains
Overview/Description
This course covers how to implement Threading, and Service Processing in Visual Basic. Additionally, this course covers configuring and managing application domains.
Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework - Application Development Foundation Certification Exam (70-536).
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.0
Lesson Objectives
Visual Basic: Threading, Service Processing, and Application Domains
Course Number:
sd_adfv_a05_it_enus
Back to List
Visual Basic: Diagnostics and Management
Overview/Description
Configuration and Process Management can be among the most complex tasks a programmer can undertake. This course aids the student in familiarizing themselves with the tools in Visual Basic to accomplish this.
Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework - Application Development Foundation Certification Exam (70-536).
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.0
Lesson Objectives
Visual Basic: Diagnostics and Management
Course Number:
sd_adfv_a06_it_enus
Back to List
C# 2005: System Types and Collections
Overview/Description
To use types, classes, interfaces, iterators, and generics to create data-driven applications
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
C# 2005: System Types and Collections
Course Number:
Back to List
C# 2005: Serialization and I/O
Overview/Description
To serialize and deserialize objects for storage and manipulation, use I/O classes to manage data streams and files, and analyze how application performance can be enhanced using serialization and I/O
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
C# 2005: Serialization and I/O
Course Number:
Back to List
C# 2005: Customized Programming
Overview/Description
To enable compatibility between COM and C# 2005, use reflection to call classes and data types, and customize a C# 2005 application for graphics, text, globalization, and e-mail
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
C# 2005: Customized Programming
Course Number:
Back to List
C# 2005: Security
Overview/Description
To recognize the different types of security supported by C# 2005 and how they work, and to use them in application development
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
C# 2005: Security
Course Number:
Back to List
C# 2005: Threading, Service Processing, and Application Domains
Overview/Description
To recognize how threading, service processing, and application domains facilitate background system operations, and to implement them in Visual Basic applications
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
C# 2005: Threading, Service Processing, and Application Domains
Course Number:
Back to List
C# 2005: Diagnostics and Management
Overview/Description
To manage application configuration and the custom installation of components, event logs, system processes and information, and use debugging and tracing to measure application performance
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
C# 2005: Diagnostics and Management
Course Number:
Back to List
Mentoring 70-536 VB - TS: Microsoft .NET Framework - Application Development Foundation
Overview/Description
SkillSoft Mentors are available to help students with their studies for exam 70-536 VB - TS: Microsoft .NET Framework - Application Development Foundation. You can reach them by entering a Mentored Chat Room or by using the E-mail My Mentor service.
Target Audience
Individuals who are studying the associated SkillSoft content in preparation for, or to become familiar with, the skills and competencies being measured by the actual certification exam.
Prerequisites
Familiarity with the exam objectives listed below and skills and competencies being measured in the associated certification exam.
Expected Duration (hours)
0.0
Lesson Objectives
Mentoring 70-536 VB - TS: Microsoft .NET Framework - Application Development Foundation
mnt70536vb <
Back to List
TestPrep 70-536 VB - TS: Microsoft .NET Framework - Application Development Foundation
Overview/Description
To test your knowledge on the skills and competencies being measured by the vendor certification exam. TestPrep can be taken in either Study or Certification mode. Study mode is designed to maximize learning by not only testing your knowledge of the material, but also by providing additional information on the topics presented. Certification mode is designed to test your knowledge of the material within a structured testing environment, providing valuable feedback at the end of the test.
Target Audience
Individuals seeking practice in a structured testing environment, covering the skills and competencies being measured by the vendor certification exam.
Prerequisites
The associated SkillSoft certification content should be completed before attempting this TestPrep. This will maximize the effectiveness of the preparation exam.
Expected Duration (hours)
0.0
Lesson Objectives
TestPrep 70-536 VB - TS: Microsoft .NET Framework - Application Development Foundation
TP70536VB_eng <
Back to List
Microsoft MCTS .NET Framework 3.5 ADO .NET Applications
Developers who earn the MCTS: .NET Framework 3.5 Distributed Applications certifications have demonstrated skills in developing the data-access parts of applications using Visual Studio and the .NET Framework 3.5. Technology Specialists typically pursue careers as Web Developers, or .NET Developers. The MCTS: .NET Framework 3.5 ADO.NET Applications certification is perfect for web developers looking to advance their skills or validate their current ones.
Benefits of CBT Direct’s Online Microsoft MCTS Certification Training
CBT Direct boasts the most beneficial online certification training on the market. With online training, you have the flexibility to study on your schedule, and with the speed and reliability of the internet, CBT Direct’s Microsoft MCTS training course is accessible anywhere you have an internet connection. Convenience finally costs less with CBT Direct – the most affordable online training solution today. CBT Direct is also a Microsoft Certified Partner.
The unique design of CBT Direct’s Microsoft MCTS certification course incorporates a proven four-step learning process: presentation, demonstration, guidance and independent practice. This four-step proven learning model for CBT Direct’s Microsoft MCTS training course ensures the greatest level of retention to prepare you for your Microsoft MCTS certification exam.
CBT Direct also offers online mentoring for over 100 current major certification exams, including Microsoft MCTS, for IT
professionals and end-users alike. CBT Direct’s mentors have a minimum of 20 certifications each and are available 24/7*.
* Available for most courses.
Who Benefits from CBT Direct’s Microsoft MCTS Training?
This training would be beneficial for individuals looking for IT job positions such as Web Developers and .NET Developers and other developers of interactive, web-based solutions who wish to be certified.
What Professionals Will Learn from CBT Direct’s Microsoft
MCTS Training
Candidates who want to earn this certification must pass two exams: one that focuses on Microsoft .NET Framework foundational skills and one that focuses on Windows-based client development.
Exam 70-536: TS: Microsoft .NET Framework Application Development Foundation
This training course will teach you the use of types, collections, generics, and regular expressions to manage data, develop
services, application domains, and multithreaded applications. You will also learn how to implement code access and role-based
security, and data encryption as well as, work with serialization and reflection techniques. Develop instrument applications
with logging and tracing and interact with legacy code using COM Interop and PInvoke. Click here to see a detailed curriculum outline.
Exam 70-561: TS: Microsoft .NET Framework 3.5 – Application Development
This online training course provides students with the knowledge to: connect to data sources, query and retrieve data; manage
data integrity and transactions; and use LINQ to query data across types, including XML. The training will teach you how to
work with DataSets, synchronize data, generate an EDM using the Entity Framework and use ADO.NET Data Services for Internet
applications.
Click here to see a detailed curriculum outline.
Hours
(9-5 EST)
70-536 | Microsoft MCTS: Microsoft .NET Framework Application Development Foundation | ü | ü | |
70-561 | Microsoft MCTS: Microsoft .NET Framework 3.5 - Application Development | ü |
Exam 70-536: TS: Microsoft .NET Framework Application Development Foundation
Exam 70-561: TS: Microsoft .NET Framework 3.5 - Application Development