computer training image
Online Training Classes Purchased Securely
Shopping cart  Shopping cart
0 Product(s) in cart
Total $0.00
> Checkout
Online Payments

Benefits of Computer Coach's online computer training classes

  • Accessible 24 hours a day 7 days a week, so you can learn when you have time.
  • Cost-effective solutions, so you don’t go broke learning the skills you need.
  • Available Anytime, anywhere with an Internet connection, so you can study at your house, office, or where you feel comfortable.
  • Interactive & fun courses allow for greater retention of course topics.
  • Easy to use so you can start learning right away.
  • Full of hands-on labs so you can get the practice you need
  • HTML Based so you don’t need any additional downloads
  • Live Mentor Available to ask questions and get clarification

online computer training questions answered

Visual Studio .NET Advanced Topics

12 Month Subscription - $70
Live Mentor +$30

Summary:
This series shows developers how to create more powerful applications using Microsoft Visual Studio.NET. The series focuses heavily on creating and deploying Web-based applications. Users explore ASP.NET Web server controls in greater detail, and also learn how to implement data binding to pull data into a Web page from external data sources. Users will also learn how Visual Studio.NET facilitates XML development, and how to use Visual Studio to build and configure an XML-based Web application or a Web service client. Additionally, users will learn about what happens after the code is written - debugging, deployment, and security for Web based applications, as well as the process for upgrading existing ASP-based Web sites to ASP.NET

Audience:
This series is for anyone who is interested in learning how to develop applications using Visual Studio .NET.

Features:
●  Exercises that allow users to practice the application
●  A file containing the text of the exercises
●  Simulations that allow users to practice course skills, even if they don't have access to the application
●  Activities that allow users to apply course concepts in an interactive questioning environment
●  A glossary
●  A Skill Assessment

Topics included in this course:
Visual Studio .NET Advanced Topics : Using Rich Web Controls and Debugging Applications 
Visual Studio .NET Advanced Topics : Data Binding and Working with Control Templates 
Visual Studio .NET Advanced Topics : Creating Mobile Applications and Using ADO.NET 
Visual Studio .NET Advanced Topics : Working with XML, Configuration, and HTTP Handlers 
Visual Studio .NET Advanced Topics : Caching, Security, and Migration 
Visual Studio .NET Advanced Topics : Working with Web Services 
Visual Studio .NET Advanced Topics : Deploying Applications

Visual Studio .NET Advanced Topics : Using Rich Web Controls and Debugging Applications 
Summary:
This course explains how to use the AdRotator, Calendar, and Xml Web server controls. The course also provides an overview of ASP.NET Web application debugging, covering page-level and application-level tracing, error handling, and using Visual Studio .NET's built-in debugger.

Objectives:
After completing this course, students will be able to:
Describe and use AdRotator control properties and events
Describe and use Calendar control properties and events
Use the Xml Web Server control
Implement page-level and application-level tracing
Display and log error messages
Attach the debugger to an application at runtime

Topics:
AdRotator Control Properties
AdRotator Control Events
Calendar Control Properties
Calendar Control Events
Using the Xml Web Server Control
Page-Level Tracing
Application-Level Tracing
Displaying Custom Error Messages
Logging Error Messages
Attaching the Debugger at Runtime
top

Visual Studio .NET Advanced Topics : Data Binding and Working with Control Templates 
Summary:
This course explains data binding with various server controls and data sources. The course also explains how to tailor the look and feel of Web forms by using Web Server Control templates, and explains how to use templates with the Repeater, DataList and DataGrid controls.

Objectives:
After completing this course, students will be able to:
Explain the function of data binding
Bind page and control properties
Describe various binding methods and expressions
Bind to an ArrayList, HashTable, and DataView
Bind to an ArrayList, HashTable, and DataView
Create Web Server control templates
Use templates with various controls

Topics:
Getting to Know Data Binding
Binding Page and Control Properties
Binding Methods and Expressions
Binding to an ArrayList
Binding to a Hash Table
Binding to a DataView
Web Server Control Templates
Creating Templates
Using Templates with the Repeater Control
Using Templates with the DataList Control
Using Templates with the DataGrid Control
top

Visual Studio .NET Advanced Topics : Creating Mobile Applications and Using ADO.NET 
Summary:
This course provides an overview of how to use Visual Studio .NET to create applications for mobile devices such as cell phones and personal data assistants (PDAs). The course also introduces ADO.NET, explains the improvements made over ADO, and shows how to use ADO.NET to access a database.

Objectives:
After completing this course, students will be able to:
Explain what the Wireless Application Protocol is and how it's used
Describe the Mobile Internet Toolkit
Create a mobile Web application project
Use validation and list controls in a mobile Web application project
Describe the ADO.NET Object Model
Create a Data Aware application
Connection an application with a SQL Server database
Access and manipulate the data, and display the results

Topics:
WAP and the Mobile Internet Toolkit
Creating a Mobile Web Application Project
Understanding Mobile Web Application Code
Developing a Mobile Web Application
Using Validation Controls
Using List Controls
Getting Started with ADO.NET
The ADO.NET Object Model
Creating a Data Aware Application
Connecting with a SQL Server Database
Accessing and Manipulating Data
Displaying Results
top

Visual Studio .NET Advanced Topics : Working with XML, Configuration, and HTTP Handlers 
Summary:
This course provides an overview of the use of XML with Visual Studio .NET. The course also provides an in-depth discussion of how to code various ASP.NET configuration settings to make Web applications run properly. Finally, the course shows how to build HTTP handlers to process user requests.

Objectives:
After completing this course, students will be able to:
Describe XML and the Document Type Definition
Explain namespaces and schemas
Convert data to XML
Bind data with XML documents
Describe the ASP.NET configuration system
Explain the various configuration settings in ASP.NET
Describe HTTP handlers
Create HTTP handlers

Topics:
Getting Familiar with XML
Document Type Definition
XML Namespaces and Schemas
XSL/T and the DOM
Converting Data to XML
Data Binding with XML Documents
ASP.NET Configuration
Configuring httpRuntime and appSettings
Configuring compilation, customErrors and trace
Configuring sessionState
Configuring authentication and authorization
Configuring httpHandlers and globalization
Understanding HTTP Handlers
Creating HTTP Handlers
Building Custom HTTP Handlers
top

Visual Studio .NET Advanced Topics : Caching, Security, and Migration 
Summary:
This course shows users how to employ caching in the applications they design using Visual Studio .NET. The course also provides an overview of the various ASP.NET, IIS and Windows security mechanisms available to Visual Studio .NET programmers. The course concludes with an in-depth discussion of how to upgrade older ASP-based Web sites to ASP.NET technology.

Objectives:
After completing this course, students will be able to:
Explain how caching functions in Visual Studio .NET
Implement various types of caching
Describe how dependency impacts caching
Describe IIS and ASP.NET security mechanisms
Implement Forms and Windows authentication in an ASP.NET application
Retrieve and validate user information from an ASP.NET application
Migrate from ASP to ASP.NET, optimizing your Web site during the migration

Topics:
Understanding Caching
Implementing Output Caching
Implementing Fragment Caching
Implementing Data Caching
Understanding Dependency
IIS and ASP.NET Security Mechanisms
Implementing Forms Authentication
Retrieving and Validating User Information
Implementing Windows Authentication
Preparing to Migrate from ASP to ASP.NET
Migrating to ASP.NET
Optimizing Your Web Site During Migration
top

Visual Studio .NET Advanced Topics : Working with Web Services 
Summary:
This course shows users how to create Web services with Visual Studio .NET, then how to add data controls and functions and test the Web service. The course explains how Web service clients work and how to create a Web service client. The course also covers various techniques for implementing security within a Web service.

Objectives:
After completing this course, students will be able to:
Describe various Web service templates
Create a Web service and add functionality to it
Finalize a Web service project
Create a Web service client project
Add Web references and implement Web methods to a Web service client project
Restrict access, and grant access to IP addresses, for a Web service client project
Manage the Web Service directory

Topics:
Web Service Templates
Creating a Web Service
Adding Functionality to a Web Service
Adding Data Controls to a Web Service
Defining Methods for a Web Service
Finalizing a Web Service
Understanding Web Service Clients
Creating a Web Service Client Project
Adding Web References
Implementing Web Methods
Restricting Access to a Web Service
Restricting Anonymous Access
Granting Access to IP Addresses
Managing the Web Service Directory
top

Visual Studio .NET Advanced Topics : Deploying Applications
Summary:
This course shows users how to get the programs they've developed in Visual Studio .NET up and running in the real world. The course presents detailed information on deployment of Windows applications as well as Web-based applications.

Objectives:
After completing this course, students will be able to:
Create a Windows deployment project
Add files, icons, screens, and an installer bootstrapper to a deployment project
Test a Windows deployment project
Create a Web deployment project
Test an installation
Configure merge module projects and CAB files

Topics:
Deployment Basics
Creating a Windows Deployment Project
Adding Files
Adding Icons
Adding Screens
Adding the Windows Installer Bootstrapper
Testing the Deployment Project
Creating a Web Deployment Project
Customizing the Project
Testing the Installation
Configuring Merge Module Projects
Configuring CAB Files
top

12 Month Subscription - $70
Live Mentor +$30