Exforsys

ASP.NET 2.0

  1. Getting started with ASP.NET 2.0
  2. .NET Framework Fundamentals
  3. Microsoft.NET Framework Tools
  4. Application Development in .NET
  5. What's New in the .NET Framework 2.0 ?
  6. Introduction to Visual Studio.NET
  7. Installing Visual Studio.NET 2005
  8. Working with Visual Studio.NET Web Applications
  9. Whats New in ASP.NET 2.0
  10. Creating an ASP.NET Application
  11. ASP.NET Code Directory
  12. ASP.NET Page Object Model
  13. ASP.NET Server Controls
  14. ASP.NET Working With Master Pages
  15. ASP.NET Creating Content for Master Page
  16. ASP.NET Referencing Master Page Members
  17. ASP.NET Changing Master Pages Dynamically
  18. ASP.NET Creating Nested Master Pages
  19. ASP.NET Working with Web Parts
  20. ASP.NET Using Web Parts and Controls in Web Pages
  21. ASP.NET Web Pages and Layout
  22. ASP.NET - Adding Web Parts at Run Time
  23. ASP.NET Personalization: User Profiles and Themes
  24. ASP.NET Data Access features
  25. ASP.NET State Management
  26. ASP.NET Customizing the Session State Mechanism
  27. ASP.NET State Management And Caching
  28. ASP.NET Security
  29. Forms Authentication in ASP.NET
  30. ASP.NET Managing Membership and Roles
  31. ASP.NET Configuring Page-Level Caching
  32. ASP.NET Setting Application-Level Caching
  33. ASP.NET Data Source Object Model
  34. ASP.NET SqlDataSource Control
  35. ASP.NET Data Bound Controls
  36. ASP.NET GridView Control
  37. ASP.NET GridView Filtering
  38. ASP.NET Adding Sorting and Paging in GridView
  39. ASP.NET DataBound Controls - Details View
  40. ASP.NET Using a Grid to Display Detail Information
  41. ASP.NET Displaying Master-Detail Data on the Same Page
  42. Displaying Master-Detail Data on Separate Pages in ASP.NET
  43. ASP.NET Creating Web Wizards
  44. ASP.NET : Dynamic Image control
  45. ASP.NET Advanced Site Functionality

Ads


Home arrow Technical Training arrow ASP.NET 2.0

Getting started with ASP.NET 2.0

Author : Exforsys Inc.     Published on: 4th Jul 2005    |   Last Updated on: 6th Nov 2010

Getting started with ASP.NET 2.0

ASP.NET 2005 is part of a whole suite of applications and user interfaces that are packed under the banner of Visual Studio.NET 2005. Code named as Whidbey, the entire package is still being tested and the final version is slotted to be released late this year. The suite includes the .NET Framework; user interfaces like Windows forms, ASP.NET and Compact framework; Official languages like C#, J# and Visual Basic.NET; Integrated Development Environment (IDE) like Visual Studio.NET.

Ads

Scope of the tutorial

This tutorial series proposes to cover in detail the new features introduced in ASP.NET; improvements in C#, VB.NET and also examine the framework support given by SQL Server 2005. We will also dwell briefly on Object spaces and the enlargements made to the base class library.

Who can use the tutorial?

The tutorials are directed to the beginner and intermediate level users who are using ASP.NET 2.0 for the first time. We will deal with the various concepts in some depth and highlight the changes introduced in Visual studio.NET 2005. Advanced users will also find these tutorials useful as the changes to ASP.NET are being examined from the developers and the user’s points of view.

The language used:

ASP.NET will be used with C# in all codes.

What will be needed?

• Windows XP Professional or Windows 2000 or Windows Server 2003
• Visual Studio.NET 2005.
• Microsoft SQL Server 2005 Enterprise Edition / Express Edition

What topics will be covered?

  1. Introduction to Visual studio.NET 2005 
    a. .NET platform fundamentals
    b. VS.NET for Web Developers
    c. Choosing a language for creation
    d. What can we create?
    e. How web applications work?
    f. What does ASP.NET provide?
    g. What is new in ASP.NET 2.0?
    h. FAQs
  2. Creating ASP.NET application.
    a. Application Types
    b. Application Structure and boundaries
    c. Application file types
    d. FAQ
  3. Working with Master Pages
    a. The Rationale
    b. User controls in ASP.NET 1x
    c. Include files in Classic ASP
    d. Outlining a better approach?
    e. Creating a master page
    f. Creating a new content page
    g. Underpinnings of the master page
    h. Dynamically using master pages
    i. Accessing master pages at runtime
    j. Nested master pages
    k. Master pages and user controls
    l. FAQ
  4. Working with Web Parts.
    a. Understanding Web parts
    b. Building pages with Web Parts
    c. Creating a custom web part
    d. Editing and listing web parts
    e. Connecting to other Web parts
    f. FAQ
  5. Personalization: Managing users
    a. User Profiles and themes
    b. Using and applying themes
    c. FAQ
  6. Data Access
    a. Understanding Data access.
    b. Enhanced data controls
    c. Data Binding Syntax Enhancements
    d. .Net Data provider Enhancements
    e. SQL Server Provider Enhancements
    f. ADO.NET Class Enhancements
    g. FAQ
  7. The Data Source Object Model
    a. The Rationale
    b. Data source control—internals
    c. SqlDataSource Control
    d. FAQ
  8. Data bound controls
    a. Hierarchy of data bound controls
    b. The Gridview control
    c. The Details view Control
    d. The FormView control
    e. FAQ
  9. Rich Controls and Services
    a. Creating Web Wizards
    b. Generating dynamic images
    c. Advanced Site functionality
    i. Enhanced page framework
    ii. Tracking traffic with site counters
    iii. Going mobile
  10. State Management
    a. The control state
    b. Expanding the session with State Mechanism
    c. The Cache object
    d. FAQ
  11. ASP.NET security
    a. Understanding security
    b. Using forms authentication
    c. Managing Membership and Roles
    i. Role based navigation system
    ii. Working with membership management API
    iii. Working with Role Management API
    d. Switching to SQL Server Providers
    e. Creating Custom Providers.
    f. Managing Anonymous users
    g. Security related controls
    h. FAQ
  12. ASP.NET Runtime Environment
    a. Installing ASP.Net 2.0
    b. ASP.NET Underpinnings
    c. Structure of ASP.NET2.0 Pages
    d. Compilation models
    e. FAQ
  13. ASP.NET Configuration and Instrumentation
    a. Changes to configuration API
    b. Changes to Configuration Schema
    c. The Health Monitoring API


 
This tutorial is part of a ASP.NET 2.0 tutorial series. Read it from the beginning and learn yourself.

ASP.NET 2.0

  1. Getting started with ASP.NET 2.0
  2. .NET Framework Fundamentals
  3. Microsoft.NET Framework Tools
  4. Application Development in .NET
  5. What's New in the .NET Framework 2.0 ?
  6. Introduction to Visual Studio.NET
  7. Installing Visual Studio.NET 2005
  8. Working with Visual Studio.NET Web Applications
  9. Whats New in ASP.NET 2.0
  10. Creating an ASP.NET Application
  11. ASP.NET Code Directory
  12. ASP.NET Page Object Model
  13. ASP.NET Server Controls
  14. ASP.NET Working With Master Pages
  15. ASP.NET Creating Content for Master Page
  16. ASP.NET Referencing Master Page Members
  17. ASP.NET Changing Master Pages Dynamically
  18. ASP.NET Creating Nested Master Pages
  19. ASP.NET Working with Web Parts
  20. ASP.NET Using Web Parts and Controls in Web Pages
  21. ASP.NET Web Pages and Layout
  22. ASP.NET - Adding Web Parts at Run Time
  23. ASP.NET Personalization: User Profiles and Themes
  24. ASP.NET Data Access features
  25. ASP.NET State Management
  26. ASP.NET Customizing the Session State Mechanism
  27. ASP.NET State Management And Caching
  28. ASP.NET Security
  29. Forms Authentication in ASP.NET
  30. ASP.NET Managing Membership and Roles
  31. ASP.NET Configuring Page-Level Caching
  32. ASP.NET Setting Application-Level Caching
  33. ASP.NET Data Source Object Model
  34. ASP.NET SqlDataSource Control
  35. ASP.NET Data Bound Controls
  36. ASP.NET GridView Control
  37. ASP.NET GridView Filtering
  38. ASP.NET Adding Sorting and Paging in GridView
  39. ASP.NET DataBound Controls - Details View
  40. ASP.NET Using a Grid to Display Detail Information
  41. ASP.NET Displaying Master-Detail Data on the Same Page
  42. Displaying Master-Detail Data on Separate Pages in ASP.NET
  43. ASP.NET Creating Web Wizards
  44. ASP.NET : Dynamic Image control
  45. ASP.NET Advanced Site Functionality
 

Comments