Sponsored Links
ASP.NET 2.0 Tutorials
- Advanced Site Functionality - ASP.NET 2.0
- ASP.NET : Dynamic Image control
- ASP.NET 2.0 Creating Web Wizards
- Displaying Master-Detail Data on Separate Pages in ASP.NET 2.0
- ASP.NET Displaying Master-Detail Data on the Same Page
- ASP.NET DataBound Controls - Details View
- ASP.NET : Using a Grid to Display Detail Information
- ASP.NET 2.0 : Adding Sorting and Paging in GridView
- ASP.NET 2.0 Tutorials : GridView Filtering
- ASP.NET GridView Control
- ASP.NET 2.0 Training : Data Bound Controls
- ASP.NET 2.0 Free Tutorials : SqlDataSource Control
- ASP.NET 2.0 Training : Data Source Object Model
- ASP.NET 2.0 Free Training : Setting Application-Level Caching
- ASP.NET 2.0 Tutorials : Configuring Page-Level Caching
- ASP.NET 2.0 Free Tutorials : Managing Membership and Roles
- ASP.NET 2.0 Free Tutorials : State Management And Caching in ASp.net 2.0
- Forms Authentication in ASP.NET 2.0
- ASP.NET 2.0 Training : ASP.NET Security
- ASP.NET 2.0 Training : Customizing the Session State Mechanism
Tutorials
ASP.NET 2.0Application Development in .NET
Application Development in .NET
ASP.NET 2.0 Tutorials: 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 are examples of client applications that employ menus, GUI elements and access local resources such as printers and scanners.
A different kind of Client application is the ActiveX component (now deployed as Windows Forms control) that is displayed as an Internet web page. These applications are executed on the local machine, have access to local resources and include graphical elements. They were earlier created with the help of Microsoft Foundation Classes (MFC) or with Rapid Application development tools (RAD)(for example Visual Basic) using C/C++ languages.
The .NET framework integrates these aspects of application development into its existing products to present a single, consistent production environment for the developer. The Windows Forms control which has replaced the ActiveX controls has a semi trusted access to the user’s computer. The binary or natively executing code can now access some of the resources on the user’s system without compromising other aspects of the systems.
This access security additionally enables applications not installed on the user’s system to be deployed through the web. The application so deployed can implement all the features of the local application while being accessed over the network.
Next Page: Server Application Development
Comments
Sponsored Links
