Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

Getting started with ASP.NET 2.0

By Exforsys | on July 4, 2005 |
ASP.NET 2.0

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.

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
  14. « « VB.NET Validation Controls
    .NET Exceptions » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 392 Followers
  • Popular
  • Recent
  • ASP.NET Server Controls

    August 15, 2005 - 0 Comment
  • ASP.NET Displaying Master-Detail Data on the Same Page

    September 13, 2005 - 0 Comment
  • ASP.NET Using Web Parts and Controls in Web Pages

    August 22, 2005 - 0 Comment
  • ASP.NET Configuring Page-Level Caching

    August 30, 2005 - 0 Comment
  • ASP.NET Working With Master Pages

    August 17, 2005 - 0 Comment
  • Displaying Master-Detail Data on Separate Pages in ASP.NET

    September 16, 2005 - 0 Comment
  • ASP.NET Web Pages and Layout

    August 23, 2005 - 0 Comment
  • ASP.NET Setting Application-Level Caching

    August 30, 2005 - 0 Comment
  • ASP.NET Creating Content for Master Page

    August 17, 2005 - 0 Comment
  • ASP.NET Creating Web Wizards

    September 16, 2005 - 0 Comment
  • Application Development in .NET

    November 21, 2007 - 0 Comment
  • ASP.NET Advanced Site Functionality

    September 16, 2005 - 0 Comment
  • ASP.NET : Dynamic Image control

    September 16, 2005 - 0 Comment
  • ASP.NET Creating Web Wizards

    September 16, 2005 - 0 Comment
  • Displaying Master-Detail Data on Separate Pages in ASP.NET

    September 16, 2005 - 0 Comment
  • ASP.NET Displaying Master-Detail Data on the Same Page

    September 13, 2005 - 0 Comment
  • ASP.NET DataBound Controls – Details View

    September 13, 2005 - 0 Comment
  • ASP.NET Using a Grid to Display Detail Information

    September 13, 2005 - 0 Comment
  • ASP.NET Adding Sorting and Paging in GridView

    September 10, 2005 - 0 Comment
  • ASP.NET GridView Filtering

    September 10, 2005 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • Application Development in .NET
  • ASP.NET Advanced Site Functionality
  • ASP.NET : Dynamic Image control
  • ASP.NET Creating Web Wizards
  • Displaying Master-Detail Data on Separate Pages in ASP.NET

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT