Go To AppexTech

Begining ASP.NET 2.0 with C# 2005 Training

1 Hour Daily

Duration:- ... Months

ASP.NET Training Overview

Appextech's Beginning ASP.NET 2.0 with C# 2005 training class teaches experienced developers the C#, ADO.NET, and Visual Studio 2005 skills they need to successfully build database-driven Web applications and services.

ASP.NET Training Objective

  1. To master the fundamentals of ASP.NET 2.0 and C# 2005 for building Web applications and web services.

ASP.NET Training Outline

  1. Language Fundamentals
    1. Program structure and statements
    2. Data types, identifiers, and operators
    3. Comments, XML comments
    4. Branching and iteration
    5. Working with strings
    6. Arrays, structures, and enumerations
    7. Classes and namespaces, objects
    8. Inheritance, overloading, overriding
    9. Interfaces
    10. Exceptions
    11. Generics, partial types, anonymous methods, and iterators
    12. Refactoring code by using refactoring features
  2. Introduction to ASP.NET
    1. A Review of Classic ASP
    2. ASP.NET Web Applications
    3. Rendering HTML with Server Controls
    4. Data Binding in ASP.NET 2.0
  3. What's New in ASP.NET 2.0
    1. New Features in ASP.NET 2.0
    2. Designer Features
    3. Deployment and Configuration Tools
    4. Increasing Productivity
  4. Working with Controls
    1. Introduction to Web Controls
    2. Simple Input Controls
    3. HyperLink and Button Controls
    4. List Controls
    5. Controlling Focus
  5. Using Rich Server Controls
    1. Introduction to Rich Controls
    2. The Calendar Control
    3. The AdRotator Control
    4. The XML Control
  6. Accessing Data
    1. Overview of ADO.NET
    2. Connecting to Data
    3. Executing Commands
    4. Working with Data
    5. Choosing an ADO.NET Provider
  7. Configuration
    1. Configuration Overview
    2. Using the Web Site Administration Tool
    3. Programming Configuration Files
    4. Encrypting Configuration Sections
  8. Data Binding
    1. Introducing Data Source Controls
    2. Reading and Write Data Using the SqlDataSource Control
    3. Displaying and Editing Middle-Tier Data using the ObjectDataSource Control
    4. Displaying XML Data Using the XmlDataSource Control
  9. Validating User Input
    1. Overview of ASP.NET Validation Controls
    2. Using the Simple Validators
    3. Using the Complex Validators
    4. Summarizing Results with the ValidationSummary Control
    5. Separating Validation into Validation Groups
  10. Themes and Master Pages
    1. Creating a Consistent Web Site
    2. ASP.NET 2.0 Themes
    3. Master Pages
  11. Site Navigation
    1. Providers and Data Sources
    2. Creating an XML Site Map File
    3. Site Navigation Controls
    4. Using the Site Navigation API
    5. URL Mapping
    6. Security Trimming
  12. Displaying Data with the GridView Control
    1. Introducing the GridView Control
    2. Filter Data in the GridView Control
    3. Allow Users to Select from a DropDownList in the Grid
    4. Add a Hyperlink to the Grid
    5. Deleting a Row and Handling Errors
  13. Managing State
    1. Preserving State in Web Applications
    2. Page-Level State
    3. Using Cookies to Preserve State
    4. ASP.NET Session State
    5. Storing Objects in Session State
    6. Configuring Session State
    7. Setting Up an Out-of-Process State Server
    8. Storing Session State in SQL Server
    9. Using Cookieless Session IDs
    10. Application State
  14. Managing Users with ASP.NET's Membership Features
    1. Introduction to Membership and Roles
    1. Using Membership Controls
    2. Writing Code to Interact with Membership and Roles
  15. Debugging ASP.NET Applications
    1. Using the Visual Studio Debugging Features
    1. Handling Errors and Redirecting Users
    2. Debugging Client-Side Script
    3. Debugging SQL Server Code
  16. Tracing
    1. Using Page-Level Tracing
    1. Using Application-Level Tracing
    2. Using Web Events
    3. Viewing Information With the Web Development Helper
  17. Creating New Controls
    1. Two Kinds of User-Defined Controls
    2. Creating a User Control
    3. A More Complex User Control
    4. Creating a Custom Control
    5. Investigating the StateDropDownList Control
  18. Improving Performance with Output Caching
    1. The Importance of Caching
    2. Declarative Page Output Caching
    3. Caching Page Fragments
    4. Post-Cache Substitution
    5. Caching Configuration
  19. Advanced Caching
    1. A Review of Basic ASP.NET Caching
    2. Using Code to Implement Caching
    3. Caching Data Rather Than Output
    4. Using Database Dependencies for Cache Expiration
    5. DataSource Control Caching
  20. Using the DataList and Repeater Controls
    1. Overview of List-Bound Controls
    2. Creating a Repeater Control
    3. Creating a DataList Control
  21. Creating and Consuming Web Services
    1. The Motivation for XML Web Services
    2. Creating an XML Web Service with Visual Studio
    3. Designing XML Web Services
    4. Creating Web Service Consumers
    5. Discovering Web Services Using UDDI