• MindLeaders Blog
  • MindLeaders Facebook
  • MindLeaders Twitter
  • MindLeaders YouTube
  • MindLeaders LinkedIn
  • Course Catalog
  • Partners
  • Settings
  • Support
  • Country : USA
  • Course Login
MindLeaders Logo
  • Talent Software
  • Elearning
  • Learning Services
  • About Us

Catalog

Toll-free in USA 1-800-223-3732

  • Business
  • Technical
  • Service Industry
  • Compliance
  • eBooks
  • Health & Safety
  • Labs
  • French-Canadian

Microsoft .NET 3.5 Forms Development MCTS 70-505

Total Items: 13

Total Time: 17 hour(s)

Audience: This course is for anyone who is preparing for the Microsoft .NET 3.5 Windows Forms Application Development MCTS 70-505 exam.

Description: Prepare for the TS: Microsoft .Net Framework 3.5 Windows Forms Application Development exam, which counts as credit toward the MCTS: .Net Framework 3.5, Windows Forms Applications certification, assesses your skills using Microsoft Visual Studio .Net 2008 and the Microsoft .Net Framework 3.5 to build Windows-based applications in a development environment. This study guide series prepares you to create and deploy GUI applications and data-driven user interfaces in the context of the .NET Framework 3.5 solution stack. Practice exams are part of the series, containing questions using the same format as the exam and including in-depth instructional feedback.

Click to expand series descriptionFeatures

  • Audio accompanies each lesson page throughout the course.
  • MindNotes provide printable quick-reference sheets and other files to be used as learners apply their skills on the job.
  • Flash-based instructional demonstrations applying course concepts.
  • Instructional audio with graphics highlighting key points.
  • Exercises allow learners to practice in the actual application being studied.
  • Supplied sample files include sample documents, application files, programs, and programming code that enable learners to practice with these files, enhancing the learning experience.
  • A Course Topics list contains active hyperlinks, permitting quick access to specific topics.
  • Find-A-Word allows learners to look up an unfamiliar term in the Glossary, on the Web, or in a dictionary. In addition, it lets them find other occurrences of the term in the same course.
  • Search text enables learners to rapidly search all text within a course to easily retrieve information required.
  • Courses challenge the learner with a variety of question formats, including multi-step simulations, true/false, multiple choice, and fill-in-the-blank.
  • A skill assessment generates a customized learning path based on the results of a pre-test.
  • A glossary provides a reference for definitions of unfamiliar terms.
  • Bookmarking tracks the learner's progress in a course.

Includes:

Time: 2 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Creating a User Interface

Course Code: l_0m01

Description: This course overs creating a User Interface using Windows Forms.

Objectives:

  • Use the Microsoft Visual Studio .NET 2008 Integrated Development Environment
  • Describe the .NET Framework 3.5 solution Stack
  • Add and configure a Windows Form
  • Manage control layout on a Windows Form
  • Add and configure a Windows Form control
  • Create and configure menu
  • Create event handlers for Windows Forms and controls

Topics:

  • Visual Studio 2008 and Microsoft .NET Framework 3.5 Overview
  • Adding and Configuring a Windows Form
  • Managing Control Layout
  • Adding and Configuring a Windows Form Control
  • Creating and Configuring Menus
  • Creating Event Handlers

Time: 3 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Integrating Data

Course Code: l_0m02

Description: This course explores methods for manipulating data using the .NET Framework. It covers the many choices available when creating, saving, and accessing a program's data.

Objectives:

  • Implement data-bound controls
  • Manage connections and transactions
  • Create, add, delete, and edit data in a connected environment
  • Query data from data sources by using LINQ
  • Create, add, delete, and edit data in a disconnected environment
  • Manage XML by using XML Document Object Model (DOM)
  • Read, write, and validate XML by using the XmlReader class and the XmlWriter class

Topics:

  • Implementing Data-Bound Controls
  • Managing Connections and Transactions
  • Manipulating a Connected Environment
  • Using LINQ
  • Manipulating Data in a Disconnected Environment
  • Managing XML using XML Document Object Model
  • Reading, Writing, and Validating XML

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Implementing Printing and Reporting Functionality

Course Code: l_0m03

Description: This course examines the various ways you can create reports and print documents using Visual Studio 2008 and Visual Basic.

Objectives:

  • Discuss reporting options in Visual Basic
  • Manage the print process by using print dialogs
  • Construct print documents
  • Create a customized PrintPreview component

Topics:

  • Reporting Options
  • Managing the Print Process
  • Constructing Print Documents
  • Creating a Customized PrintPreview Component

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Enhancing Usability

Course Code: l_0m04

Description: This course covers methods for enhancing the usability of Windows Forms. It addresses drag and drop operations, globalization and localization, accessibility features, and Multiple Document Interface forms. It also looks at user assistance controls and components.

Objectives:

  • Perform drag and drop operations
  • Implement globalization and localization for a Windows Forms application
  • Implement accessibility features
  • Create and configure multiple-document interface (MDI) forms
  • Create, configure, and customize user assistance controls and components

Topics:

  • Performing Drag and Drop Operations
  • Implementing Globalization and Localization
  • Implementing Accessibility
  • Creating and Configuring MDI Forms
  • User Assistance Controls and Components

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Implementing Asynchronous Programming Techniques

Course Code: l_0m05

Description: This course covers the skills necessary to enhance the user experience of applications by using the various asynchronous programming models available in the .NET Framework 3.5 and Windows Forms.

Objectives:

  • Manage a background process by using the BackgroundWorker component
  • Change the appearance of a UI element by using triggers
  • Implement an asynchronous method

Topics:

  • Managing a Background Process
  • Changing the UI Appearance
  • Implementing an Asynchronous Method

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Deploying Windows Forms Controls

Course Code: l_0m06

Description: This course outlines the need for controls and examines, in some detail, the various methods used to create our own Windows controls.

Objectives:

  • Describe the types of controls
  • Create a composite Windows Forms control
  • Create a control by inheriting from an existing control class
  • Create a custom editor dialog
  • Create a custom Windows Forms control by inheriting from the Control class

Topics:

  • Controls Overview
  • Creating Composite Windows Forms Controls
  • Creating Extended Windows Forms Controls
  • Creating Custom Windows Forms Controls

Time: 2 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Configuring and Deploying Applications

Course Code: l_0m07

Description: This course covers configuring and deploying applications, with a keen focus on the use of ClickOnce technology. It discusses installing Windows Presentation Foundation browser applications, Visual Studio Tools for Office applications, and other applications. Security permissions are also addressed.

Objectives:

  • Configure the installation of a Windows Forms application by using ClickOnce
  • Install a Windows Presentation Foundation (WPF) browser application by using ClickOnce
  • Install a Visual Studio Tools for Office (VSTO) application by using ClickOnce
  • Configure and work with Windows Vista User Account Control (UAC) by using ClickOnce deployments
  • Create a Windows Forms setup application
  • Set appropriate security permissions to deploy the application
  • Configure Trusted Application deployments
  • Configure security features in an application

Topics:

  • Using ClickOnce Technology
  • Installing WPF Browser Applications Using ClickOnce
  • Installing VSTO Applications Using ClickOnce
  • Using ClickOnce Deployments with UAC
  • Creating Windows Forms Setup Applications
  • Setting Appropriate Security Permissions
  • Configuring Trusted Application Deployments
  • Configuring Secure Features

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Visual Basic Practice Exam 1

Course Code: 505m55

Description: This course presents questions that will help you prepare for the Microsoft .NET Framework 3.5, Windows Forms Application Development MCTS 70-505 exam. The feedback for each question provides in-depth background on the topic, including why each incorrect option was wrong and what to look for in correct answers.

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Visual Basic Practice Exam 2

Course Code: 505m56

Description: This course presents questions that will help you prepare for the Microsoft .NET Framework 3.5, Windows Forms Application Development MCTS 70-505 exam. The feedback for each question provides in-depth background on the topic, including why each incorrect option was wrong and what to look for in correct answers.

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: Visual Basic Practice Exam 3

Course Code: 505m57

Description: This course presents questions that will help you prepare for the Microsoft .NET Framework 3.5, Windows Forms Application Development MCTS 70-505 exam. The feedback for each question provides in-depth background on the topic, including why each incorrect option was wrong and what to look for in correct answers.

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: C# Practice Exam 1

Course Code: 505m58

Description: This course presents questions that will help you prepare for the Microsoft .NET Framework 3.5, Windows Forms Application Development MCTS 70-505 exam. The feedback for each question provides in-depth background on the topic, including why each incorrect option was wrong and what to look for in correct answers.

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: C# Practice Exam 2

Course Code: 505m59

Description: This course presents questions that will help you prepare for the Microsoft .NET Framework 3.5, Windows Forms Application Development MCTS 70-505 exam. The feedback for each question provides in-depth background on the topic, including why each incorrect option was wrong and what to look for in correct answers.

Time: 1 hour(s)

Click to expand series descriptionMicrosoft .NET 3.5 Forms Development MCTS 70-505: C# Practice Exam 3

Course Code: 505m60

Description: This course presents questions that will help you prepare for the Microsoft .NET Framework 3.5, Windows Forms Application Development MCTS 70-505 exam. The feedback for each question provides in-depth background on the topic, including why each incorrect option was wrong and what to look for in correct answers.

Purchase the Microsoft .NET 3.5 Forms Development MCTS 70-505 Course Series

If you are looking to purchase 10 or fewer licenses for the Microsoft .NET 3.5 Forms Development MCTS 70-505 Course Series, consider visiting our online storefront, where we offer discounts from purchases of 2 or more licenses. For even larger orders, call us at 800-223-3732 or 614-781-7300, and talk to a member of our sales team, who can offer you even deeper discounts.

AmountDiscount
2-5 seats10%
6+ seats20%
Contact Us
  • Social
  • Blog
  • Facebook
  • Flickr
  • LinkedIn
  • Twitter
  • YouTube
  • About Us
  • Accessibility
  • Events
  • News Room
  • Products
  • Site Map

Copyright MindLeaders, Inc. 2012

  • Terms of Service
  • Privacy Policy