Technical Training
ASP.NET 2.0Server Application Development
Application Development in .NET
Server Application Development
Runtime hosts are used for deploying applications in the managed code world. Unmanaged applications host the CLR. This allows the user mange custom code to control the behavior of the server. This provides the application with all the advantages of the CLR and Class Library and the performance and scalability of the host server.
ASP.NET is a hosting side environment that enables developers use the .NET framework to deploy web based applications, as well as for developing web sites and Internet distributed Web services that use IIS and ASP.NET for publishing the applications.
XML Web services are distributed server side application components that have no UI but have software components designed to be consumed by other applications such as client applications, web based applications etc. In this connection, .NET Framework also provides a collection of classes and tools that aid in the development and consumption of XML Web Services applications.
These applications are built on standards such as SOAP, XML (Extensible Markup language) and WSDL (Web services Description language). These standards promote interoperability with non Microsoft solutions.
In this section we have examined the .NET Framework and the components and the type of application support that has been provided by it to client and Server side applications. In the next section of this tutorial we will briefly examine the changes and improvements that have been made to the .NET Framework 2.0 in the BETA version.
ASP.NET 2.0
- Getting started with ASP.NET 2.0
- .NET Framework Fundamentals
- Microsoft.NET Framework Tools
- Application Development in .NET
- What's New in the .NET Framework 2.0 ?
- Introduction to Visual Studio.NET
- Installing Visual Studio.NET 2005
- Working with Visual Studio.NET Web Applications
- Whats New in ASP.NET 2.0
- Creating an ASP.NET Application
- ASP.NET Code Directory
- ASP.NET Page Object Model
- ASP.NET Server Controls
- ASP.NET Working With Master Pages
- ASP.NET Creating Content for Master Page
- ASP.NET Referencing Master Page Members
- ASP.NET Changing Master Pages Dynamically
- ASP.NET Creating Nested Master Pages
- ASP.NET Working with Web Parts
- ASP.NET Using Web Parts and Controls in Web Pages
- ASP.NET Web Pages and Layout
- ASP.NET - Adding Web Parts at Run Time
- ASP.NET Personalization: User Profiles and Themes
- ASP.NET Data Access features
- ASP.NET State Management
- ASP.NET Customizing the Session State Mechanism
- ASP.NET State Management And Caching
- ASP.NET Security
- Forms Authentication in ASP.NET
- ASP.NET Managing Membership and Roles
- ASP.NET Configuring Page-Level Caching
- ASP.NET Setting Application-Level Caching
- ASP.NET Data Source Object Model
- ASP.NET SqlDataSource Control
- ASP.NET Data Bound Controls
- ASP.NET GridView Control
- ASP.NET GridView Filtering
- ASP.NET Adding Sorting and Paging in GridView
- ASP.NET DataBound Controls - Details View
- ASP.NET Using a Grid to Display Detail Information
- ASP.NET Displaying Master-Detail Data on the Same Page
- Displaying Master-Detail Data on Separate Pages in ASP.NET
- ASP.NET Creating Web Wizards
- ASP.NET : Dynamic Image control
- ASP.NET Advanced Site Functionality







