1-877-WEBUCATE
(1-877-932-8228)
info@webucator.com
 

"Webucator provided us with a topnotch class and instructor for an in-house training session on using..." More quotes

Microsoft Training
Java Training
XML Training
Database & SQL Training
PHP, Perl, ASP, Groovy, Grails, Ruby on Rails Training
HTML, JavaScript, Ajax & CSS Training
Adobe CS3 Training
◊ ONLINE VISUAL STUDIO .NET ADVANCED TOPICS TRAINING

Overview | Catalog | Benefits | FAQs | Try Free Course | Buy | Log in | Support

Online Visual Studio .NET Advanced Topics Training

Only $99.95
12-month subscription

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

Visual Studio .NET Advanced Topics Series (28 hours)

ONLINE Visual Studio .NET Advanced Topics TRAINING FEATURES

  • Learn Visual Studio .NET Advanced Topics online with these interactive online Visual Studio .NET Advanced Topics courses.
  • Affordable Pricing (Only $99.95 for the complete series)
  • A full year to complete the Visual Studio .NET Advanced Topics courses
  • Retake the Visual Studio .NET Advanced Topics courses as many times as you like
  • Measure your progress with assessment tests after each course
  • Earn completion certificates after passing each assessment test

1. Using Rich Web Controls and Debugging Applications

Time: 4 hours
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

  • 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

2. Data Binding and Working with Control Templates

Time: 3 hours
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

  • 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

3. Creating Mobile Applications and Using ADO.NET

Time: 4 hours
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

  • 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

4. Working with XML, Configuration, and HTTP Handlers

Time: 5 hours
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

  • 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

5. Caching, Security, and Migration

Time: 3 hours
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

  • 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

6. Working with Web Services

Time: 5 hours
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

  • 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

7. Deploying Applications

Time: 4 hours
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

  • 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
home - onsite classes - instructor-led online courses - self-paced online courses - why webucator - partners - contact - sitemap
© 2008 Webucator. All rights reserved. info@webucator.com | Toll Free: 877-WEBUCATE (877-932-8228) | From Outside the USA: 315-849-2724 | Fax: 315-410-5320
Phoenix, AZ | Santa Clara, CA | Santa Clara, CA | Los Angeles, CA | Sacramento, CA | Washington, DC | Atlanta, GA | Chicago, IL | Indianapolis, IN | Muncie, IN
New Orleans, LA Boston, MA | Cambridge, MA | Charlestown, MA | Framingham, MA | Ipswich, MA | Lincoln, MA | Wellesley, MA | Worcester, MA | Bangor, ME | Detroit, MI
Raleigh, NC Winston-Salem, NC | Lincoln, NE | East Hanover, NJ | Eatontown, NJ | Madison, NJ | Parsippany, NJ | Trenton, NJ | Albany, NY | Buffalo, NY | Rochester, NY
New York City, NY | Syracuse, NY | West Babylon, NY | Dayton, OH | Bethlehem, PA | Philadelphia, PA | Pittsburgh, PA | Pittsburgh, PA | State College, PA
Middletown, RI | Rapid City, SD | Austin, TX | Dallas, TX | Houston, TX | Arlington, VA | McLean, VA | Seattle, WA | Toronto, Canada | Ottawa, Canada | Calgary, CA