Page Loading...
Layout Table~~~~6828~6828~~
4 courses covering exams 70-315, 70-316 and 70-320~
TestOut training courses comprise of 3 components CourseSim, LabSim and ExamSim. CourseSim is a comprehensive learning tool that is aligned with vendor-developed certification objectives. The CourseSim materials integrate multimedia technologies, applied simulation technologies, instructional animations, and technical graphic images into a sophisticated learning environment.
LabSim is the world's highest fidelity simulation product that aligns with the leading IT certifications. LabSim allows you to simulate hardware, operating systems and network configurations on your computer without the need of additional hardware or software. It is like having an interactive learning lab, without the expensive setup costs.
ExamSim software is designed to give students practical experience for taking certification exams. The tests look and feel just like the actual exams. This tool is critical to assess practical knowledge of training objectives and concepts. Each exam title comes with hundreds of randomized practice questions that cover all official exam objectives.~~~6828~6830~~
Course Outline Table~~~~6828~6832~~
C# for Programmers Course~
Videos: 56
Demonstrations: 62
Simulations: 53
Fact Sheets: 43
Contents:
1.1 Introduction
1.1.1 Course Introduction
1.1.2 Course Prerequisites
1.1.3 Object-oriented Programming
1.1.4 Object-oriented Programming Concepts
1.2 .NET Overview
1.2.1 The .NET Framework
1.2.2 The Common Language Runtime
1.2.3 .NET Framework Class Libraries
1.2.4 Assemblies
1.2.5 .NET Framework Components
2.0 Visual Studio .NET
2.1 Visual Studio .NET Tour
2.1.1 Visual Studio .NET Overview
2.1.2 Launching Visual Studio .NET
2.1.3 Using the Solution Explorer
2.1.4 Using Toolbars
2.1.5 Using the Toolbox
2.1.6 Editing Properties
2.1.7 Editing Code
2.1.8 Getting Help
2.2 Creating Applications
2.2.1 Creating a Project
2.2.2 Compiling and Running Programs
2.2.3 Debugging Programs
2.2.4 Using the Visual Studio Simulator
2.3 Application Types
2.3.1 Application Types
2.3.2 Creating a Windows Application
2.3.3 Creating an ASP.NET Web Application
2.3.4 Application Type Facts
3.0 C# Language
3.1 C# Syntax
3.1.1 C# Overview
3.1.2 Code Format
3.1.3 Basic Program Structure
3.2 Data Types
3.2.1 Value and Reference Types
3.2.2 Reference and Value Type Facts
3.2.3 Value Types
3.2.4 String Variables
3.2.5 Data Type Keywords
3.2.6 Declare Data Types
3.3 Operators and Expressions
3.3.1 C# Operators
3.3.2 Building Expressions
3.3.3 Common C# Operators
3.3.4 Construct Expressions 1
3.3.5 Construct Expressions 2
3.4 Casting
3.4.1 Converting Data Types
3.4.2 Data Conversion Facts
3.4.3 Using the Casting Expression
3.4.4 Convert Data Types
3.4.5 Reference-type Conversions
3.5 Arrays
3.5.1 Defining Arrays
3.5.2 Initializing Arrays
3.5.3 Array Facts
3.5.4 Creating Single-dimensional Arrays
3.5.5 Creating Multi-dimensional Arrays
3.5.6 Create a Single-dimensional Array
3.5.7 Create a Multi-dimensional Array
3.5.8 Jagged Arrays
3.6 Conditional Statements
3.6.1 Conditional Statements
3.6.2 Using If Then
3.6.3 Using Switch
3.6.4 Conditional Statement Facts
3.6.5 Create an If Block
3.6.6 Correct an If Block
3.6.7 Format a Switch Block
3.6.8 Create a Switch Block
3.7 Iteration Structures
3.7.1 Iteration Structures
3.7.2 Using Do While
3.7.3 Using For
3.7.4 Using Foreach
3.7.5 Iteration Statement Facts
3.7.6 Create a Do While Block
3.7.7 Create a For Block
3.7.8 Create a Foreach Block
3.8 XML Documentation
3.8.1 Generating XML Documentation
3.8.2 XML Documentation Facts
4.0 .NET Components
4.1 Windows Controls
4.1.1 Managing Windows Controls
4.1.2 Use the Property Inspector
4.1.3 Set Control Properties
4.1.4 Get and Set Properties
4.2 Events
4.2.1 Defining Event Actions
4.2.2 Handle Events 1
4.2.3 Handle Events 2
4.2.4 Handle Events 3
4.3 Classes and Methods
4.3.1 Calling Methods
4.3.2 Call a Method 1
4.3.3 Call a Method 2
4.4 Manipulating Strings
4.4.1 Strings
4.4.2 Working with Strings
4.4.3 String Facts
4.4.4 The StringBuilder Class
4.4.5 Using the StringBuilder Class
4.4.6 StringBuilder Facts
4.4.7 Use StringBuilder 1
4.4.8 Use StringBuilder 2
4.4.9 Use Escape Sequences
4.4.10 Compare Strings
5.0 Classes and Methods
5.1 Classes and Namespaces
5.1.1 Creating a Class
5.1.2 Creating a Simple Class
5.1.3 Namespaces
5.1.4 Defining a Namespace
5.1.5 Class and Namespace Facts
5.1.6 Create a Namespace and Class
5.2 Methods
5.2.1 Defining a Method
5.2.2 Access Modifiers
5.2.3 Creating Methods
5.2.4 The Main Method
5.2.5 Calling Methods
5.2.6 Passing Parameters
5.2.7 Method Construction
5.2.8 Create a Method 1
5.2.9 Create a Method 2
5.3 Data Members and Properties
5.3.1 Data Members
5.3.2 Creating Data Members
5.3.3 Defining Properties
5.3.4 Using Properties
5.3.5 Data Member and Property Facts
5.3.6 Define a Property
5.3.7 Use Properties
5.4 Method Overloading
5.4.1 Method Overloading
5.4.2 Using Overloaded Methods
5.4.3 Method Overloading Facts
5.4.4 Call an Overloaded Method
5.4.5 Create an Overloaded Method
5.5 Static Members
5.5.1 Static Data Members
5.5.2 Static Methods
5.5.3 Creating Static Members
5.5.4 Static Member Facts
5.5.5 Create Static Members
5.6 Constructors
5.6.1 Constructors
5.6.2 Default Constructor
5.6.3 Creating a Constructor
5.6.4 Overloading Constructors
5.6.5 Constructor Facts
5.6.6 Create a Constructor
5.6.7 Overload a Constructor
6.0 Inheritance
6.1 Inheritance Concepts
6.1.1 Polymorphism and Inheritance
6.1.2 Inheritance Concepts
6.1.3 Inheritance Facts
6.2 Using Inheritance
6.2.1 Basic Syntax
6.2.2 Creating a Derived Class
6.2.3 Using Access Modifiers
6.2.4 Constructors and Inheritance
6.2.5 Inheritance Syntax
6.2.6 Create an Inherited Class
6.3 Advanced Inheritance
6.3.1 Virtual Methods
6.3.2 Creating Virtual Methods
6.3.3 Sealing a Class
6.3.4 Abstract Classes
6.3.5 Creating an Abstract Class
6.3.6 Customizing Inheritance Facts
6.3.7 Define a Virtual Method
6.3.8 Use a Virtual Method
6.3.9 Seal a Class
6.3.10 Create an Abstract Class
7.0 Interfaces
7.1 Interfaces
7.1.1 Interface Concepts
7.1.2 Implementing an Interface
7.1.3 Classes, Abstract Classes, and Interfaces
7.1.4 Classes, Abstract Classes, and Interfaces Comparison
7.1.5 Interface Facts
7.1.6 Define an Interface
7.1.7 Interfaces and Inheritance
8.0 Delegates and Events
8.1 Delegates
8.1.1 Delegates
8.1.2 Creating a Simple Delegate
8.1.3 Creating a Multicast Delegate
8.1.4 Delegate Facts
8.1.5 Using Delegates
8.2 Events
8.2.1 Delegates and Events
8.2.2 Registering Events
8.2.3 Event Facts
9.0 Enumerations and Structures
9.1 Enumerations
9.1.1 Custom Value Types
9.1.2 Enumerations
9.1.3 Creating Enums
9.1.4 Using Enums as Parameter Types
9.1.5 Enum Facts
9.1.6 Create an Enum
9.1.7 Use Built-in Enums
9.1.8 Use Enum Methods
9.2 Structures
9.2.1 Structures
9.2.2 Creating a Struct
9.2.3 Struct Facts
9.2.4 Define a Struct 1
9.2.5 Define a Struct 2
10.0 Exception Handling
10.1 Handling Exceptions
10.1.1 Exception Classes
10.1.2 Handling Exceptions
10.1.3 Built-in Exceptions
10.1.4 Exception Facts
10.1.5 Handle Exceptions 1
10.1.6 Handle Exceptions 2
10.1.7 Handle Exceptions 3
10.2 Custom Exceptions
10.2.1 Throwing Exceptions
10.2.2 Thowing an Exception
10.2.3 Custom Exceptions
10.2.4 Creating Custom Exceptions
10.2.5 Custom Exception Facts
10.2.6 Throw Exceptions
10.2.7 Define a Custom Exception
11.0 Advanced Topics
11.1 Collections
11.1.1 Collections
11.1.2 ArrayLists
11.1.3 Foreach
11.1.4 Creating an ArrayList
11.1.5 ArrayList Facts
11.1.6 Use a Collection
11.1.7 Queue Facts
11.1.8 Stack Facts
11.1.9 Hashtable Facts
11.2 Streaming and I/O
11.2.1 Streams
11.2.2 Streaming Facts
11.2.3 Reading and Writing Text Files
11.2.4 Text Files and Data Sources
11.2.5 Managing Files
11.2.6 System.IO.File Classes
11.2.7 Managing Files and Directories
11.3 Attributes
11.3.1 Reflection and Attributes
11.3.2 Using Intrinsic Attributes
11.3.3 Attribute Facts
11.3.4 Use Attributes
11.4 Operator Overloading
11.4.1 Operator Overloading
11.4.2 Overloading an Operator
11.4.3 Operator Overloading Facts~~~6828~6831~~
Web Applications with MS Visual C# .NET and MS Visual Studio .NET Exam 70-315~
Videos: 61
Demonstrations: 43
Simulations: 39
Fact Sheets: 56
Exam Questions: 209
Exams: 8
Contents:
1.0 Introduction
1.1 .NET Review
1.1.1 Course Introduction
1.1.2 .NET Framework
1.1.3 .NET Components
1.1.4 .NET Benefits
1.1.5 C# Introduction
1.1.6 .NET Framework Components
1.2 Web Applications
1.2.1 ASP.NET Introduction
1.2.2 HTML Overview
1.2.3 Common HTML Tags
1.3 Visual Studio.NET
1.3.1 Visual Studio Overview
1.3.2 Installing Visual Studio.NET
1.3.3 Creating a Web Project
1.3.4 Using the Solution Explorer
1.3.5 Using the Toolbox and Properties Windows
1.3.6 Adding Forms
1.3.7 Viewing Pages
1.3.8 Using the Visual Studio Simulator
2.0 C# Review
2.1 Classes and Methods
2.1.1 Classes
2.1.2 Using Classes
2.1.3 OOP Concepts
2.1.4 Creating Static Methods and Constructors
2.1.5 Class and Method Facts
2.1.6 Create a Class
2.2 Namespaces
2.2.1 Namespaces
2.2.2 Declaring Namespaces
2.2.3 Namespace Facts
2.2.4 Use Namespaced Classes
2.3 Inheritance
2.3.1 Inheritance
2.3.2 Using Inheritance
2.3.3 Inheritance Facts
3.0 Web Forms
3.1 Web Applications
3.1.1 Web Forms
3.1.2 Creating a Web Application
3.1.3 Web Form Facts
3.2 User Interface
3.2.1 User Interface
3.2.2 Creating the User Interface
3.2.3 Code-behind Pages
3.2.4 User Interface Facts
3.2.5 Create a Web Page
3.3 Layout
3.3.1 Grid and Flow Layout
3.3.2 Using Layouts
3.3.3 Layout Facts
3.4 Web Server Controls
3.4.1 HTML and Web Server Controls
3.4.2 Web Server Controls
3.4.3 Using Web Server Controls
3.4.4 Server Control Facts
3.4.5 Add Controls 1
3.4.6 Add Controls 2
3.5 Globalization and Usability
3.5.1 Current Culture Facts
3.5.2 Globalizing Web Applications
3.5.3 Using Satellite Assemblies
3.5.4 Accessibility
3.5.5 Help
4.0 Code-behind
4.1 Code-behind Pages
4.1.1 Code-behind Pages
4.1.2 Editing the Code-behind
4.1.3 Code-behind Facts
4.1.4 Rename an ASPX Page
4.2 Events
4.2.1 Events and Handlers
4.2.2 Web Events
4.2.3 Using Page Postback
4.2.4 Events and Postback Facts
4.2.5 Use Postback
4.2.6 Add Page Navigation
4.2.7 Correct ViewState Settings
5.0 Controls
5.1 Validation Controls
5.1.1 User Validation
5.1.2 Validation Controls
5.1.3 Implementing Validation
5.1.4 Validation Facts
5.1.5 Add Validation 1
5.1.6 Add Validation 2
5.1.7 Add Validation Summary
5.1.8 Validating Non-Latin Text
5.2 User Controls
5.2.1 User Controls
5.2.2 Creating User Controls
5.2.3 Hosting User Controls
5.2.4 Exposing User Controls
5.2.5 User Control Facts
5.2.6 Create a User Control
5.2.7 Add a User Control
6.0 Debugging, Tracing, and Exceptions
6.1 Testing and Debugging
6.1.1 Testing Facts
6.1.2 Debugging
6.1.3 Interactive Debugging
6.1.4 Debugging Facts
6.2 Tracing
6.2.1 Page Output Tracing
6.2.2 Page Tracing
6.2.3 Use Page Tracing
6.2.4 Configure Page Tracing
6.2.5 Component Tracing
6.2.6 Tracing a Component
6.2.7 Use Component Tracing
6.2.8 Tracing Facts
6.3 Exception Handling
6.3.1 Structured Exception Handling
6.3.2 Handling Exceptions
6.3.3 Exception Facts
6.3.4 Handle Exceptions
6.4 Debug Objects
6.4.1 Trace and Debug Objects
6.4.2 Using the Debug Object
6.4.3 Trace and Debug Object Facts
7.0 State Management
7.1 State Management Concepts
7.1.1 State Management
7.1.2 State Management Facts
7.2 Server-side State
7.2.1 Server-side State Management
7.2.2 Using Application and Session Objects
7.2.3 Session State Management
7.2.4 Session State Modes
7.2.5 Server-side State Facts
7.2.6 Use the Application Object
7.2.7 Use the Session Object
7.3 Client-side State
7.3.1 Client-side State Management
7.3.2 Using the HttpCookie Class
7.3.3 Cookie-less Sessions
7.3.4 Managing Cookie-less Sessions
7.3.5 Client-side State Facts
7.3.6 Use HTTP Cookies
7.4 Cache Objects
7.4.1 Cache Objects
7.4.2 Cache Object Facts
7.4.3 Use the Cache
8.0 Accessing Data
8.1 ADO.NET Overview
8.1.1 ADO.NET Concepts
8.1.2 ADO.NET Components
8.2 Connections
8.2.1 Connections
8.2.2 Making a Connection
8.2.3 Create a SqlConnection
8.2.4 Connection Facts
8.3 DataSet and DataAdapter
8.3.1 DataSet
8.3.2 DataAdapter
8.3.3 Using DataSet and DataAdapter
8.3.4 Use a DataSet
8.3.5 DataSet and DataAdapter Facts
8.3.6 Advanced DataSet Operations
8.4 Command and DataReader
8.4.1 Command
8.4.2 DataReader
8.4.3 Using Command and DataReader
8.4.4 Command Facts
8.4.5 DataReader Facts
8.4.6 Use ExecuteReader
8.4.7 Use ExecuteScalar
8.4.8 Insert Data
8.4.9 Update Data
8.4.10 Delete Data
8.5 DataView
8.5.1 DataView
8.5.2 Using a DataView
8.5.3 DataView Facts
8.5.4 Sort and Filter Data
8.6 Stored Procedures
8.6.1 Stored Procedures
8.6.2 Calling a Stored Procedure
8.6.3 Stored Procedure Facts
8.6.4 Use a Stored Procedure
8.6.5 Use Stored Procedure Parameters
8.7 Data Access Errors
8.7.1 SQL Exception Facts
8.7.2 Concurrency Conflict Facts
8.7.3 Transaction Facts
9.0 XML
9.1 XML Concepts
9.1.1 XML Concepts
9.1.2 XML Basics
9.1.3 XML Core Technologies
9.1.4 XML and ADO.NET
9.1.5 XML Technologies
9.2 XML and DataSets
9.2.1 Using the DataSet with XML
9.2.2 XML DataSet Facts
9.2.3 Load XML into a DataSet
10.0 XML Web Services
10.1 XML Web Services
10.1.1 XML Web Services
10.1.2 XML Web Service Facts
10.2 Building Web Services
10.2.1 Server-side Services
10.2.2 Building a Web Service
10.2.3 Building Web Services Facts
10.2.4 Create a Web Service
10.2.5 Client-side Services
10.2.6 Consuming a Web Service
10.2.7 Using a Web Service Facts
10.2.8 Use Web Service Methods
11.0 Security
11.1 Web Security
11.1.1 Web Security Concepts
11.1.2 Identities, Principals, and Roles
11.1.3 Web Security Facts
11.1.4 Using Identities and Principals
11.1.5 Get Security Information
11.2 IIS Authentication
11.2.1 IIS Security
11.2.2 Using Windows Authentication
11.2.3 Forms Authentication
11.2.4 Implementing Forms Authentication
11.2.5 Passport Authentication
11.2.6 Authentication Facts
11.2.7 Configure Forms Authentication
12.0 Optimization and Deployment
12.1 Optimization
12.1.1 Optimizing the Web Application
12.1.2 Page Output Caches
12.1.3 Using Page Output Cache and Page Fragments
12.1.4 Optimization Facts
12.1.5 Enable the Page Output Cache
12.2 Configuration Files
12.2.1 Configuration Files
12.2.2 Web.config
12.2.3 Dynamic Properties Concepts
12.2.4 Editing the Web.config File
12.2.5 Configuration File Facts
12.2.6 Configure an Application Setting
12.3 Deployment
12.3.1 ASP.NET Applications Deployment
12.3.2 Using XCopy Deployment
12.3.3 Web Application Setup
12.3.4 Deployment Facts
12.3.5 Assembly Facts
ExamSim (209 questions)
Preparing for Certification
Exam Objectives
Exam FAQs
How to Register for an Exam
Exam-taking Hints and Tips
Objective 100, All Questions (74 questions)
Objective 200, All Questions (4 questions)
Objective 300, All Questions (28 questions)
Objective 400, All Questions (28 questions)
Objective 500, All Questions (13 questions)
Objective 600, All Questions (7 questions)
Objective 700, All Questions (55 questions)
Typical Exam~~~6828~6834~~
Windows-based Applications with MS Visual C# .NET and MS Visual Studio .NET Exam 70-316~
Videos: 79
Demonstrations: 87
Simulations: 53
Fact Sheets: 46
Exam Questions: 195
Exams: 8
Contents:
1.0 Forms
1.1 Forms Overview
1.1.1 Windows Forms
1.1.2 Creating a Windows Form
1.1.3 Using the Form Designer
1.1.4 Setting Form Properties
1.2 Form Instances
1.2.1 Form Instances
1.2.2 Creating a Form Instance
1.2.3 Form Lifecycle
1.2.4 Setting the Startup Form
1.2.5 Form Instance Facts
1.3 Form Events
1.3.1 Form Events
1.3.2 Handling Form Events
1.3.3 Using the Visual Studio Simulator
1.3.4 Handle the Close Event
1.3.5 Handle Form Events
1.4 Inherited Forms
1.4.1 Inherited Forms
1.4.2 Creating an Inherited Form
1.4.3 Using Access Modifiers
1.5 MDI Applications
1.5.1 MDI Applications
1.5.2 Creating an MDI Application
1.5.3 MDI Application Facts
1.5.4 Create an MDI Application
2.0 Windows Controls
2.1 Control Overview
2.1.1 Windows Controls
2.1.2 Adding Controls
2.1.3 Customizing the Toolbox
2.2 Events
2.2.1 Event Handlers
2.2.2 Creating Event Handlers
2.2.3 Subscribing to Events
2.2.4 Subscribing to an Event
2.2.5 Event Facts
2.2.6 Subscribe and Unsubscribe to an Event
2.3 Tab Order and Tab Stop
2.3.1 Tab Order and Tab Stop
2.3.2 Setting Tab Order and Tab Stop
2.3.3 Tab Order and Tab Stop Facts
2.3.4 Change the Tab Order
2.4 Special Properties
2.4.1 Using the Format Menu
2.4.2 Setting the Anchor Property
2.4.3 Setting the Dock Property
2.4.4 Configure Anchor and Dock Properties
2.5 Controls
2.5.1 Using Text Boxes
2.5.2 Add TextBoxes
2.5.3 Add Labels
2.5.4 Using Text Lists
2.5.5 Add a ListBox
2.5.6 Using Grouped Controls
2.5.7 Add Grouped Controls
2.5.8 Modify Grouped Control Properties
2.5.9 Add a TrackBar and a ProgressBar
2.6 Menus
2.6.1 Menus
2.6.2 Creating a Main Menu
2.6.3 Add a Main Menu
2.6.4 Creating a Context Menu
2.6.5 Create a Context Menu
2.6.6 Runtime Menus
2.6.7 Modifying Menus at Runtime
2.6.8 Add a Menu at Runtime
2.6.9 Cloned and Merged Menus
2.6.10 Cloning and Merging Menus
2.6.11 Clone and Merge a Menu
2.6.12 Menu Facts
2.7 Dialog Boxes
2.7.1 Dialog Boxes
2.7.2 Using Common Dialog Boxes
2.7.3 Using Message Boxes
2.8 Toolbars and ImageLists
2.8.1 Toolbars and ImageList Controls
2.8.2 Creating a Status Bar
2.9 Runtime Controls
2.9.1 Runtime Controls
2.9.2 Adding Controls at Runtime
2.9.3 Runtime Control Facts
2.9.4 Add and Remove Controls at Runtime
2.10 Validation
2.10.1 Validation Events
2.10.2 Using Validation Events
2.10.3 Error Provider Control
2.10.4 Using Error Provider Control
2.10.5 Validation Facts
2.10.6 Validate Data Entry 1
2.10.7 Validate Data Entry 2
2.11 Custom Controls
2.11.1 Custom Controls
2.11.2 Extended and Composite Controls
2.11.3 Creating Extended Controls
2.11.4 Creating Composite Controls
2.11.5 Licensing a Control
3.0 Debugging
3.1 Testing and Debugging
3.1.1 Testing Facts
3.1.2 Debugging Overview
3.1.3 Using Debugging Tools
3.1.4 Using Debugging Windows
3.1.5 Debugging Facts
3.2 Debug and Trace
3.2.1 Debug and Trace
3.2.2 Using Debug and Trace Methods
3.2.3 Trace Listeners
3.2.4 Using Debug and Trace Listeners
3.2.5 Trace and Debug Object Facts
3.2.6 Output to a Trace Listener
3.3 Trace Switches
3.3.1 Trace Switches
3.3.2 Using Trace Switches
3.3.3 Trace Switch Facts
3.3.4 Use Trace Switches
4.0 Exception Handling
4.1 Handling Exceptions
4.1.1 Exceptions Overview
4.1.2 Catching an Exception
4.1.3 Handling Exceptions
4.1.4 Built-in Exceptions
4.1.5 Exception Facts
4.1.6 Catch Exceptions
4.2 Custom Exceptions
4.2.1 Customizing Exceptions
4.2.2 Throwing an Exception
4.2.3 Creating Custom Exceptions
4.2.4 Custom Exception Facts
4.2.5 Throw Exceptions
4.2.6 Custom Exceptions
5.0 Data Access Overview
5.1 ADO.NET Basics
5.1.1 ADO.NET
5.1.2 ADO.NET Components
5.1.3 Connections
5.1.4 Creating a SQL Connection
5.1.5 Connection Facts
5.1.6 Create a New Connection
5.1.7 Connection Pooling
6.0 Connected Data Access
6.1 Command and DataReader
6.1.1 Command Object
6.1.2 Command Facts
6.1.3 Row Return
6.1.4 DataReader Facts
6.2 Managing Data
6.2.1 Returning Rows
6.2.2 Use ExecuteReader
6.2.3 Returning a Single Value
6.2.4 Use ExecuteScalar
6.2.5 Returning Non-row Data
6.2.6 Insert Data
6.2.7 Update Data
6.2.8 Delete Data
6.3 Stored Procedures
6.3.1 Stored Procedures
6.3.2 Using a Stored Procedure
6.3.3 Use a Stored Procedure
6.3.4 Multiple ResultSets
6.3.5 Using Multiple ResultSets
6.3.6 Return Multiple Result Sets
6.3.7 Command Parameters
6.3.8 Configuring Command Parameters
6.3.9 Configure Command Parameters
6.3.10 Stored Procedure Facts
6.4 SQL Exceptions
6.4.1 SQL Exceptions
6.4.2 Handling SQL Exceptions
6.4.3 SQL Exception Facts
6.4.4 Handle SQL Exceptions
6.5 Transactions
6.5.1 Transactions
6.5.2 Managing Transactions
6.5.3 Transaction Facts
6.5.4 Use Transactions
7.0 Disconnected Data Access
7.1 DataSet and DataAdapter
7.1.1 DataSet and DataAdapter
7.1.2 Using the DataSet Object
7.1.3 Creating and Filling a DataSet
7.1.4 Create a Weak Typed DataSet
7.1.5 Strong Typed DataSet
7.1.6 Generating a Strong Typed DataSet
7.1.7 DataSet and DataAdapter Facts
7.1.8 Advanced DataSet Operations
7.2 Binding and DataView
7.2.1 Bound Controls
7.2.2 Binding a Control
7.2.3 Use Simple Bound Controls
7.2.4 Use Complex Bound Controls
7.2.5 Data Currency
7.2.6 Using Data Currency
7.2.7 Implement Data Currency
7.2.8 DataView
7.2.9 Using DataView
7.2.10 Use a DataView
7.2.11 DataView Facts
7.3 Managing Data
7.3.1 Updating a DataSet
7.3.2 Editing DataSet Rows
7.3.3 Edit a DataSet Row
7.3.4 DataRow Changes
7.3.5 Managing DataRow Changes
7.3.6 Accept and Reject DataRow Changes
7.3.7 Multiple Table DataSets
7.3.8 Using Multiple Table DataSets
7.3.9 Fill Multiple Tables
7.3.10 Update Method
7.3.11 Updating the Data Source
7.4 Concurrency Conflicts
7.4.1 Conflict Overview
7.4.2 Conflict Detection
7.4.3 Using the DataAdapter Configuration Wizard
7.4.4 Conflict Resolution
7.4.5 Resolving Conflicts
7.4.6 Concurrency Conflict Facts
7.5 XML
7.5.1 XML Basics
7.5.2 XML and DataSet
7.5.3 Data Access with DataSet
7.5.4 Reading and Writing with a DataSet
7.5.5 XML DataSet Facts
7.5.6 Generate an XML Schema
7.5.7 Write XML from a DataSet
7.5.8 Read XML into a DataSet
8.0 Interoperability and Services
8.1 COM
8.1.1 .NET and COM Objects
8.1.2 COM Components
8.1.3 Accessing COM Objects
8.1.4 COM Facts
8.2 Windows APIs
8.2.1 Win32 API
8.2.2 Accessing the Win32 API
8.2.3 API Facts
8.2.4 Use the Win32 API
8.3 XML Web Services
8.3.1 XML Web Services
8.3.2 XML Web Service Facts
8.3.3 Referencing XML Web Services
8.3.4 Referencing an XML Web Service
8.3.5 Using Web Services
8.3.6 Configure a Web Service Client
8.4 GDI+
8.4.1 GDI +
8.4.2 Using GDI+
8.4.3 GDI+ Facts
8.5 Printing
8.5.1 Printing Classes
8.5.2 Using PrintDocument and PrintPreview
8.5.3 PageSetupDialog
8.5.4 Using PageSetupDialog
8.5.5 Printing Facts
9.0 Help and Customization
9.1 Accessibility
9.1.1 Accessibility
9.1.2 Applying Accessibility Properties
9.1.3 Accessibility Facts
9.1.4 Add Accessibility Properties
9.2 Help
9.2.1 Help
9.2.2 Using the ToolTip Control
9.2.3 Add Tooltips
9.2.4 HelpProvider Control
9.2.5 Adding a Help Provider
9.2.6 Use a Help Provider
9.2.7 Help Facts
9.3 Globalization and Localization
9.3.1 Globalization and Localization
9.3.2 Globalization
9.3.3 Customizing for Globalization
9.3.4 Globalize an Application
9.3.5 Localization
9.3.6 Adding Localization
9.3.7 Implementing Left-to-right and Right-to-left Mirroring
9.3.8 Globalization and Localization Facts
10.0 Performance
10.1 Performance
10.1.1 Performance Monitoring
10.1.2 Using PerformanceCounters
10.1.3 Dispose and Finally
10.1.4 Implementing the Dispose Method
10.1.5 Dispose Facts
10.1.6 Implement the Dispose Method
11.0 Security
11.1 Security Overview
11.1.1 .NET Security Support
11.1.2 Security Facts
11.2 Role-based Security
11.2.1 Role-based Security
11.2.2 Imperative Role-based Security
11.2.3 Using Imperative Role-based Security
11.2.4 Declarative Role-based Security
11.2.5 Using Declarative Role-based Security
11.2.6 Role-based Security Facts
11.3 Code Access Security
11.3.1 Code Access Security
11.3.2 Using Imperative Code Access Security
11.3.3 Declarative Code Access Security
11.3.4 Using Declarative Code Access Security
11.3.5 Code Access Security Facts
11.4 Security Policies
11.4.1 Security Policies
11.4.2 Using Security Policies
11.4.3 Security Policy Facts
12.0 Deployment
12.1 Assemblies
12.1.1 Assemblies
12.1.2 Strong-named Assemblies
12.1.3 Building a Strong-named Assembly
12.1.4 Installing an Assembly into the GAC
12.1.5 Satellite Assemblies
12.1.6 Using Satellite Assemblies
12.1.7 Assembly Facts
12.2 Packaging and Deployment
12.2.1 Packaging and Deployment
12.2.2 Creating an Installer Setup Project
12.2.3 Deployment Facts
ExamSim (195 questions)
Preparing for Certification
Exam Objectives
Exam FAQs
How to Register for an Exam
Exam-taking Hints and Tips
Objective 100, All Questions (83 questions)
Objective 200, All Questions (7 questions)
Objective 300, All Questions (31 questions)
Objective 400, All Questions (25 questions)
Objective 500, All Questions (21 questions)
Objective 600, All Questions (8 questions)
Objective 700, All Questions (20 questions)
Typical Exam~~~6828~6836~~
XML Web Services and Server with MS Visual C# and the MS .NET Framework Exam 70-320~
Videos: 80
Demonstrations: 62
Simulations: 43
Fact Sheets: 55
Exam Questions: 157
Exams: 5
Contents:
0.0 Course Introduction
0.1 Course Introduction
0.1.1 Course Introduction
0.1.2 N-tier Architecture
0.1.3 Using the Visual Studio Simulator
1.0 Windows Services
1.1 Windows Services
1.1.1 Windows Services
1.1.2 Using the Services MMC
1.1.3 Creating a Windows Service
1.1.4 Services Facts
1.1.5 Create a Windows Service
1.2 Service Events
1.2.1 Service Events
1.2.2 Business Logic Sample
1.2.3 Adding a Timer
1.2.4 Service Event Facts
1.2.5 Add a Service Timer
1.2.6 Event Logging
1.2.7 Using the Default Event Log
1.2.8 Using Custom Event Logs
1.2.9 Event Log Facts
1.2.10 Log Events to the Default Log
1.2.11 Use a Custom Event Log
1.3 Performance Counters
1.3.1 Performance Counters
1.3.2 Using Performance Counters
1.3.3 Performance Counter Facts
1.3.4 Add Performance Counters
1.4 Service Installation
1.4.1 .NET Installer Classes
1.4.2 Overriding Installer Methods
1.4.3 AutoStart a Windows Service
1.4.4 Override Installer Methods
1.4.5 Adding an Event Log Installer
1.4.6 Add an Event Log Installer
1.4.7 Adding a Performance Counter Installer
1.4.8 Add a Performance Counter Installer
1.4.9 Using InstallUtil
1.4.10 Service Installation Facts
1.5 Debugging Services
1.5.1 Service Debugging
1.5.2 Debugging Services
1.5.3 Debugging Services Facts
2.0 Serviced Components (COM+)
2.1 COM+ Concepts
2.1.1 COM+ and the N-tier Architecture
2.1.2 COM+ Facts
2.1.3 MS Transaction Services (MTS)
2.1.4 MTS Facts
2.1.5 Role-based Security
2.1.6 JIT Activation
2.1.7 Object Construction
2.1.8 Object Pooling
2.1.9 Queued Components
2.1.10 Loosely Coupled Events
2.1.11 Shared Property Manager (SPM)
2.1.12 COM+ Features
2.2 Configuring a COM+ Application
2.2.1 Installing a COM+ Application
2.2.2 Adding Components
2.2.3 Defining Security Roles and Users
2.2.4 Calling COM+ Components
2.2.5 Configuration Tasks
2.2.6 Call COM+ Components
2.3 Serviced Components
2.3.1 Creating a Class Library Project
2.3.2 Create a Class Library Project
2.3.3 Strong Named Assemblies
2.3.4 Defining a Strong Named Assembly
2.3.5 Using a Construction String
2.3.6 Use a Construction String
2.3.7 Using SetComplete and SetAbort
2.3.8 Use Transactions
2.3.9 Serviced Component Facts
2.4 Attributes
2.4.1 Attributes
2.4.2 Setting Assembly Level Attributes
2.4.3 Set Assembly Level Attributes
2.4.4 Setting Class Level Attributes
2.4.5 Set Class Level Attributes
2.4.6 Setting Method Level Attributes
2.4.7 Set Method Level Attributes
2.4.8 Attribute Facts
2.5 Registration
2.5.1 Registration Methods
2.5.2 Using Regsvcs.exe
2.5.3 Registration Facts
2.6 Security
2.6.1 Authentication and Authorization
2.6.2 COM+ Authentication Facts
2.6.3 Declarative Role-based Security
2.6.4 Using Declarative Security
2.6.5 Add Declarative Security
2.6.6 Programmatic Role-based Security
2.6.7 Using Programmatic Security
2.6.8 Configure Programmatic Security
2.6.9 COM+ Security Facts
3.0 .NET Remoting
3.1 Remoting Concepts
3.1.1 .NET Remoting
3.1.2 Internal Architecture
3.1.3 Remoting Architecture Facts
3.1.4 Security
3.1.5 Remoting Security Facts
3.1.6 Example System Description
3.2 Activation
3.2.1 Activation
3.2.2 Server-side Activation
3.2.3 Implementing Server-side Activation
3.2.4 Client-side Activation
3.2.5 Activation Facts
3.2.6 Configure Server-side Activation
3.2.7 Configure Remotable Objects
3.3 Channels
3.3.1 Channels
3.3.2 Categorizations
3.3.3 Channel Types
3.3.4 Channel Registration
3.3.5 Registering Channels
3.3.6 Channel Facts
3.3.7 Register a TCP Channel
3.4 Configuration
3.4.1 Configuration Options
3.4.2 Using the Config File
3.4.3 Configuration Facts
3.4.4 Edit the Config File
3.5 Events and Delegates
3.5.1 Events and Delegates
3.5.2 Event Architecture
3.5.3 Implementing Events
3.5.4 Event and Delegate Facts
3.6 Asynchronous Processing
3.6.1 Asynchronous Processing
3.6.2 Server Response
3.6.3 Implementing Asynchronous Processing
3.6.4 Asynchronous Processing Facts
4.0 ADO .NET
4.1 ADO.NET Concepts
4.1.1 ADO.NET Overview
4.1.2 ADO.NET Architecture
4.1.3 ADO.NET Components
4.2 Manipulating Data
4.2.1 Connecting to a Database
4.2.2 Connection Facts
4.2.3 Establish a Connection
4.2.4 Using ExecuteScalar
4.2.5 Using ExecuteNonQuery
4.2.6 Command Facts
4.2.7 DataReader Facts
4.2.8 Use ExecuteScalar
4.2.9 Insert Data
4.2.10 Update Data
4.2.11 Delete Data
4.2.12 Stored Procedure Facts
4.3 DataSets
4.3.1 DataSets
4.3.2 Creating a DataSets
4.3.3 Using the DataAdapter Configuration Wizard
4.3.4 Using a DataAdapter
4.3.5 Define Table Relationship
4.3.6 Manually Using a DataSet
4.3.7 Configure a DataSet
4.3.8 Updating DataSets
4.3.9 Merging DataSets
4.3.10 Copying DataSets
4.3.11 Managing DataSets
4.3.12 DataSet and DataAdapter Facts
4.4 DataViews
4.4.1 DataViews
4.4.2 Implementing Views
4.4.3 DataView Facts
4.4.4 Sort and Filter Data
5.0 XML
5.1 XML
5.1.1 XML
5.1.2 DOM and XmlDocument
5.1.3 XML Basics
5.1.4 Programmatically Creating an XML File
5.1.5 Create an XML File
5.2 XmlReader and XmlWriter
5.2.1 XmlReader
5.2.2 Using XmlTextReader
5.2.3 XmlReader Facts
5.2.4 Read an XML File
5.2.5 XmlWriter
5.2.6 Using XmlTextWriter
5.2.7 XmlWriter Facts
5.2.8 Write to an XML Document
5.3 XPathNavigator
5.3.1 Navigation Architecture
5.3.2 Navigating Documents
5.3.3 XPathNavigator Facts
5.3.4 Filter XML Data
5.4 Schemas
5.4.1 Schemas
5.4.2 Schema Example
5.4.3 Schema Elements
5.5 Validation
5.5.1 XmlValidatingReader
5.5.2 Using XmlValidatingReader
5.5.3 XmlValidatingReader Facts
5.5.4 Validate a Schema
5.6 DataSet Integration
5.6.1 DataSet Integration
5.6.2 XML DataSet Facts
5.6.3 Read XML Data into a DataSet
6.0 XML Web Services
6.1 XML Web Services
6.1.1 Web Services
6.1.2 Web Services Architecture
6.1.3 XML Web Services Facts
6.2 Creating a Web Service
6.2.1 Create a Web Service
6.2.2 Creating a Basic Web Service
6.2.3 Building Web Services Facts
6.2.4 Create a Web Service
6.3 Consuming a Web Service
6.3.1 Discovery and Integration
6.3.2 Using .disco
6.3.3 Web Service Proxy
6.3.4 Creating a Client Application
6.3.5 Using a Web Service Facts
6.3.6 Use a Web Service in a Windows Application
6.3.7 Use a Web Service in a Web Application
6.3.8 Asynchronous Invocation
6.3.9 Using Asynchronous Invocation
6.3.10 Invoke Methods Asynchronously
6.4 SOAP Extensions
6.4.1 SOAP Extensions
6.4.2 SOAP Extension Configuration
6.4.3 Configuring SOAP Extensions
6.4.4 SOAP Extension Facts
6.5 Configuration and Security
6.5.1 Configuration and Security
6.5.2 Web Service Configuration Facts
6.5.3 Web Service Security Facts
7.0 Testing and Debugging
7.1 Testing
7.1.1 Unit Test Plans
7.1.2 Testing Facts
7.2 Debugging
7.2.1 Debugging Tools
7.2.2 Using a Debugging Session
7.2.3 Attaching to an Existing Process
7.2.4 Debugging Facts
7.3 Exception Handling
7.3.1 Exception Management
7.3.2 Managing Exceptions
7.3.3 Exception Facts
7.3.4 Handle Exceptions
7.4 Tracing
7.4.1 Tracing
7.4.2 Listeners and Configuration
7.4.3 Using a Custom Listener
7.4.4 Trace and Debug Object Facts
7.4.5 Trace Switch Facts
7.4.6 Use Trace Switches
7.4.7 Add a Custom Listener
8.0 Deployment
8.1 Deployment Overview
8.1.1 Deployment Overview
8.2 Assemblies
8.2.1 Assemblies
8.2.2 Versioning and Strong Naming
8.2.3 Updating the Version Number
8.2.4 Generating the Strong Name Key
8.2.5 Managing Assemblies
8.2.6 Assembly Facts
8.3 Satellite Assemblies
8.3.1 Satellite Assemblies
8.3.2 Building Satellite Assemblies
8.3.3 Using Satellite Assemblies
8.3.4 Satellite Assembly Facts
8.4 Global Assembly Cache (GAC)
8.4.1 Global Assembly Cache (GAC)
8.4.2 Using the .NET Framework Configuration Tool
8.4.3 Policy Binding
8.4.4 Configuring a Different Component Version
8.5 COM Interoperability
8.5.1 COM Interoperability
8.5.2 Using COM Components
8.5.3 COM Interoperability Facts
8.6 Windows Installer
8.6.1 Windows and Web Setup Projects
8.6.2 Merge Modules
8.6.3 Using Merge Modules
8.6.4 Deployment Facts
ExamSim (157 questions)
Preparing for Certification
Exam Objectives
Exam FAQs
How to Register for an Exam
Exam-taking Hints and Tips
Objective 100, All Questions (74 questions)
Objective 200, All Questions (32 questions)
Objective 300, All Questions (26 questions)
Objective 400, All Questions (25 questions)
Typical Exam~~~6828~6838~~
Ordering~~~~6828~6840~~
Microsoft C#.Net Suite by TestOut~
Per Seat Licencing Available
Call 01223 894 136 for quotes for MULTIPLE USERS and Training Centre/Bootcamp & Education Solutions!
~~PER USER%3A CD Course|!104335|~6828~6839~php zend studio~
Menu Page
|
Toolbar Page
|
Frameset Page
|
Index Page
|
Table of Contents