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


 

ASP.NET 2.0

Microsoft’s ASP:NET 2.0 is an upgrade to the ASP.NET 2005 package of applications and user interfaces that fall under the umbrella of Visual Studio.Net 2005. The suite of applications in the .NET framework that the programmer should be familiar with includes Windows forms user interfaces, Compact and ASP.NET framework, C#, j#, VB.NET (Visual Basic) and developer tools such as Integrated Development Environment (IDE).

To successfully pursue a career in IT professionally, programmers and developers must be well versed in their knowledge of the .NET framework, “the Windows Component that supports the building and running of windows applications and XML Web services”. The component provides a consistent object-oriented programming environment for the user, when stored both locally and remotely. This allows for the scripted or interpreted environment to perform well within an assortment of .NET applications and platforms.

Tutorials and training information about ASP.NET 2.0 includes Application Development in Visual Studio.NET, in-depth examination of SQL Server 2005 framework support and a detailed section on Web Pages, Layout and Controls. Beginner, Intermediate and Advanced users can benefit from the ASP.NET 2.0 tutorials and training articles which are written from both developer and the user point of view.

Training Index
  1. Getting started with 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
  2. .NET Framework Fundamentals

    .NET Framework Fundamentals Understanding the .NET Framework .NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object oriented programming environment whether the code is stored locally or remotely. It aims
  3. Microsoft.NET Framework Tools

    .NET Framework Tools In order to facilitate ease of development and deployment of applications the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the exception of the Assembly Cache Viewer Shfusion.dll and the Microsoft CLR Debugger DbgCLR.exe . In order to ensure that these tools
  4. Application Development in .NET

    Application development in .NET Client Side Application Development Client applications are applications that run on the client system-or the desktop of the user. They are closest to the traditional windows based applications and they display forms or windows on the desktop enabling the user perform predefined tasks. Word processors and spread sheets
  5. What's New in the .NET Framework 2.0 ?

    What s New in the .NET Framework 2.0 In this tutorial you will learn about new feature in .NET Framework 2.0. Various aspects such as Support for 64 bit platform application development Access control list support ACL ADO.NET ASP.NET Authenticated streams COM Interop Service Enhancements Console Class Additions Data Protection API Detecting
  6. Introduction to Visual Studio.NET

    Introduction to Visual Studio.NET In this tutorial we shall proceed with a brief Introduction to Visual Studio.NET and also discuss three Versions of Visual Studio.NET - The first version-VS.NET VS.NET 2003 Visual Studio 2005 VS.NET 2005. The fine lines of distinction between programming disciplines has been blurred with the introduction of .NET
  7. Installing Visual Studio.NET 2005

    Installing Visual Studio.NET 2.0 In this tutorial you will learn the procedure for Installing Visual Studio.NET 2.0 starting with minimum system requirements runtime setup and side by side installation. In this tutorial we shall be using Visual Studio.NET 2.0 regular edition. The minimum requirements for installing this version are PC with
  8. Working with Visual Studio.NET Web Applications

    Working with Visual Studio.NET Web Applications In this tutorial - Introducing Visual Studio.NET Web Applications You will learn How Web Applications Work Choose a Language for creation. Microsoft’ s commitment to rapid application development is reflected in Visual Studio 2005 2.0. The .NET framework has blurred the lines between the different
  9. Whats New in ASP.NET 2.0

    What’ s New in ASP.NET 2.0 In this tutorial you will learn What’ s New in ASP.NET 2.0 New Controls Master Pages Site Navigation User Management Personilizaiton Themes and Skins Mobile Devices Site Counters Configuration and Deployment What’ s New in ASP.NET 2.0 The team led by Scott Gurthie focused upon the following enhancements
  10. Creating an ASP.NET Application

    Creating an ASP.NET Application In this tutorial you will learn how to Create an ASP.NET 2.0 Application Examining the Interface The Hello World Application Designing Web Forms The Embedded Web Server and Important folders in the ASP.NET 2.0 Applications. Visual Studio.NET is a user friendly way to create web sites. It provides for multiple
  11. ASP.NET Code Directory

    ASP.NET Code Directory In this tutorial you will having a deeper look at the Code Directory the Code Beside Model and the evolution of the Code Behind model learn about Partial Classes Sharing Source components Creating a Component you will learn how to create a Application_Code folder to create a component in the Application_Code folder and
  12. ASP.NET Page Object Model

    ASP.NET Page Object Model In this tutorial you will learn about Page Object Model the Attributes of the Page directive the properties of the Page Class Methods of the Page Class Page Class Events and the Page Scripting Object Model. The page class is represented by the .aspx file in ASP.NET 2.0. It provides the basic behaviour for all
  13. ASP.NET Server Controls

    ASP.NET Server Controls In this tutorial you will go through an overview of server controls adaptive rendering control state new controls such as Multiview control Wizard control BulletedList DynamicImage and the FileUpload Control. One of the significant efforts of ASP.NET 2.0 is to provide developers facilities to build applications for a
  14. ASP.NET Working with Master Pages

    ASP.NET Working With Master Pages In this Tutorial you will learn how to work with Master Pages create a file system on website create a Master Page create layout table for the Master Page To add static content to the master page and add a content placeholder. Creating a Simple Master Page As pointed out in the preceding section Working
  15. ASP.NET Creating Content for Master Page

    ASP.NET Creating Content for Master Page In this tutorial you will learn how to create contents for a Master Page create a home page add contents to home page and finally test the home page. Creating Content for the Master Page The template for the content is now ready. We shall proceed to define content for the master page by creating
  16. ASP.NET Referencing Master Page Members

    ASP.NET Referencing Master Page Members In this tutorial you will learn about reference Master Page Mebers add property to Master Page expose Master Properties. Referencing Master Page Members Members of the Master page can be referenced by content pages. These members can be methods properties or controls. The constraint for property reference
  17. ASP.NET Changing Master Pages Dynamically

    ASP.NET Changing Master Pages Dynamically In this tutorial you will learn how to make a copy of the master page To add buttons for selecting an alternate master page To write code to dynamically select the master page and test the dynamic master pages. Changing Master Pages Dynamically Dynamically changing master pages is possible. The code can
  18. ASP.NET Creating Nested Master Pages

    ASP.NET Creating Nested Master Pages In this tutorial you will learn how master pages can be nested within one main master page build and example nested master page with the help of sample code. In the preceding sections we had seen how to create simple master and content pages. We also examined how we can reference members of a master page from
  19. ASP.NET Working with Web Parts

    ASP.NET Working with Web Parts In this tutorial you will learn about Understanding Web Parts Building pages with Web Parts Web Part Display Modes Advantages of using WebParts To create a new Web site using WebParts The Web.config File and Adding the WebPartManager Control. Understanding Web Parts Websites and portals show a large amount of
  20. ASP.NET using Web Parts and Controls in Web Pages

    ASP.NET Using Web Parts and Controls in Web Pages In this tutorial you will learn how To create a page for containing Web Parts controls To create content for the main zone and To create a user control. In the preceding section we examined the concepts of Web Parts and the features of the controls that have been provided by ASP.NET 2.0 for rapidly
  21. ASP.NET Web Pages and Layout

    ASP.NET Web Pages and Layout In this tutorial you will learn how to Enable Users to Edit Pages and Change Layout To create a user control that enables changing page layout To enable users to change the layout and To test layout changes. Enabling Users to Edit Pages and Change Layout As stated earlier in this tutorial Web parts facilitates the
  22. ASP.NET - Adding Web Parts at Run Time

    ASP.NET Adding Web Parts at Run Time In this tutorial you will learn how to add Web Parts at run time and To test the Web Parts catalog. To allow users to add Web Parts at run time 1. Open the Start.aspx page and switch to Design view. 2. From the WebParts tab of the Toolbox drag a CatalogZone control into the right column of the table beneath
  23. ASP.NET Personalization: User Profiles and Themes

    ASP.NET Personalization User Profiles and Themes In this tutorial you will learn about Personalization - User Profiles and Themes Inbuilt providers in ASP.NET 2.0 and also Create and execute a Shopping cart application with Personalization features. Surfers would love to see on the website the content which is customized to their needs. ASP.NET
  24. ASP.NET Data Access features

    ASP.NET Data Access In this tutorial you will learn about new features in Data Access Data binding The XPathBinder XPathBinder.Eval Connection Strings The factory class Batch operations Asynchronous Commands SQL Bulk Copy ColumnMappings Enhancements to SQL Server 2005 ADO.NET Class Enhancements DataTableReader Serializing a DataTable
  25. ASP.NET State Management

    ASP.NET State Management in ASP.NET 2.0 In this tutorial you will learn about new features included in ASP.NET 2.0 for State Management. The Control State differences in handling View State and Control State Implementing the control state. Initialization and loading of a controls private state. Web pages are constantly constructed and destroyed
  26. ASP.NET Customizing the Session State Mechanism

    ASP.NET Customizing the Session State Mechanism In this tutorial you will learn about Extending the Session State Mechanism The Default Session State Mechanism and its customization Customizing the Session State Module and Writing a custom session state module Extending the Session State Mechanism The stateless HTTP protocol treats each page request
  27. ASP.NET State Management and Caching

    ASP.NET State Management And Caching In this tutorial you will learn about Cache Dependency SqlCache Dependency New methods added to the CacheDependency Class and The process of writing the cache dependency file. The performance of any web application is incumbent upon the amount of server side processing that is required. Web servers must handle
  28. ASP.NET Security

    ASP.NET Security In this tutorial you will learn about ASP.NET 2.0 Security The Security Architecture of ASP.NET 2.0 The security infrastructure and subsystem relationships of the ASP.NET and the sequence of events that occur when a authentication is sought. When we talk of security’ we are basically acknowledging that there is
  29. Forms Authentication in ASP.NET

    ASP.NET Forms Authentication In this tutorial you will learn about Forms Authentication in ASP.NET 2.0 - Forms Authentication class Cookie Domain Forms Cookies The Login Control Signin Signout Authenticate Redirect Login Status Login Name and Login View Controls. Forms authentication has been made easier with a supply of readymade tools for
  30. ASP.NET Managing Membership and Roles

    ASP.NET Managing Membership and Roles In this tutorial you will learn about Anonymous Users Managing Membership and Roles The Programming Interface - Properties and Methods Setting up the Membership The Membership Provider The ProviderBase Class The MembershipProviderBase Class Managing Roles The Role Class and The Role Provider. Anonymous
  31. ASP.NET Configuring Page-Level Caching

    ASP.NET Configuring Page-Level Caching In this tutorial you will learn how to configure Page-Level Caching. Page directive and Duration attribute. Configuring Page-Level Caching 1. In Visual Web Developer switch to Design view. 2. Drag a Label control to your page leaving the default name of Label1. 3. Switch to Design view. 4. Double-click
  32. ASP.NET Setting Application-Level Caching

    ASP.NET Setting Application-Level Caching In this tutorial you will learn how to set application-level caching in ASP.NET 2.0. To Configure and Use Parameter-Level Caching and also the steps involved to cache based on parameters. Setting Application-Level Caching To configure application-level caching 1. In Solution Explorer select the node
  33. ASP.NET Data Source Object Model

    ASP.NET Data Source Object Model In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0 the Rationale of DataSource components Data Source Control Internals Tabular DataSource Controls Hierarchical Data Source Controls The SqlDataSource Control Usage and Data Source Parameters. The Rationale of DataSource components The
  34. ASP.NET SQLDataSource Control

    SqlDataSource Control In this tutorial you will learn about The Data Source Wizard - SqlDataSource Control the process of setting up the data source. The Data Source Wizard DataSource controls enable programmers to declaratively connect data sources to the user interface. The logic for retrieving the data from the source is inbuilt into the control.
  35. ASP.NET Data Bound Controls

    ASP.NET Data Bound Controls In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls Simple Data Bound Controls Composite DataBound Controls and Hierarchical Data Bound Controls. The Hierarchy of Data Bound Controls Data Bound controls are controls that are bound to data sources. Traditionally the DataGrid
  36. ASP.NET GridView Control

    ASP.NET GridView Control In this tutorial you will learn about GridView Control features of the GridView control GridView supported field types and Creating a GridView control on a Page. The GridView control is the official successor to the DataGrid control of yesteryears. It is no longer listed in the toolbox even though it is supported by ASP.NET
  37. ASP.NET GridView Filtering

    ASP.NET GridView Filtering In this tutorial you will learn how to add a filter to a Grid View Control To modify the query with a parameterized filter the WHERE Clause Parameter properties Parameter Value Editor and To test filtering. Adding Filtering If the developer wants to display only selected data in a page the query for the SqlDataSource
  38. ASP.NET Adding Sorting and Paging in GridView

    Adding Sorting and Paging in GridView In this tutorial you will learn adding sorting and paging in a GridView Control Implement Two Column Sorting Create Code for Custom Sorting Editing the GridView control data Deleting Displayed Records Inserting Records and Using Templates. Adding Sorting and Paging Sorting and paging can be added to the
  39. ASP.NET DataBound Controls - Details View

    ASP.NET DataBound Controls - Details View In this tutorial you will learn DetailView DataBound Control To create a file system Web site Connecting to SQL Server Use a Drop-Down List as the Master and To test the drop-down list. The DetailsView is a control that is complementary to the GridView control. It has been introduced in ASP.NET 2.0 to
  40. ASP.NET using a Grid to Display Detail Information

    ASP.NET Using a Grid to Display Detail Information In this tutorial you will learn how to use a GridView Control to display the details of the item selected in the DropDown list and test the page. We shall now use a GridView to display the details of the item selected in the DropDown list. 1. Switch to or open the Default.aspx page or the page
  41. ASP.NET Displaying Master-Detail Data on the Same Page

    ASP.NET Displaying Master-Detail Data on the Same Page In this tutorial you will learn how to display Master-Detail Data on the same page To display the master records To configure a query to display related records and To test the page Data from related tables can be displayed on one page. The master table data is displayed in a grid and users
  42. Displaying Master-Detail Data on Separate Pages in ASP.NET

    Displaying Master-Detail Data on Separate Pages In this tutorial you will learn how to display Master-Detail Data on Separate Pages create the details page test the pages and Allow Editing Deleting and Inserting Using a DetailsView DataBound control. A variation of the GridView and DetailsView control is the display on separate pages. Each
  43. ASP.NET Creating Web Wizards

    ASP.NET Creating Web Wizards In this tutorial you will learn about Rich Controls and Services Creating Web Wizards Working with the Wizard Control Editing Wizard Steps Adding a Completion Step To edit the completion step To show the user s data and Testing Wizard Control. Rich Controls and Services ASP.NET 2.0 comes packaged with a number
  44. ASP.NET : Dynamic Image control

    ASP.NET Dynamic Image control In this tutorial you will learn how to create Dynamic Image Control DynamicImage Control Properties and Custom Parameters. The DynamicImage control derives from the DynamicImageBase which is in turn derived from Image. This control acquires image bytes from varied sources and renders them to image capable devices using
  45. ASP.NET Advanced Site Functionality

    ASP.NET Advanced Site Functionality In this tutorial you will learn advanced site functionality Enhanced Page Framework To create the Web.Sitemap file Tracking Traffic with Site Counters and Going Mobile. Enhanced Page Framework The advanced functionalities offered by ASP.NET include site navigation and site counters. The built in navigation

Share


Connect

Ads

Exforsys e-Newsletter

Enhance Technical and Soft Skills every week, get our Job Interview Questions and Answers eBook free when you subscribe.

Subscribe and Get Free Bonus PDF Book

eBook

Subscribe

Ads