Pages






Saturday, February 16, 2008

Application Development in dot netDot net Application Development

Visual Studio.NET is an intelligent development tool that allows developing applications that target the .NET Framework. From a developer’s vista, .NET comprises of three things viz., the .NET Framework, the .NET Framework SDK, and the development environment. The tool is also used to create customized controls and components that can be used as a part of the application. Components are objects or the features that are used to construct, organize and test Visual Studio programs. The Toolbox window of the Visual Studio .NET IDE contains all the components. Components are considered as controls that are derived from the Control class and have a user interface. Some controls are combination of other controls and are derived from the UserControl. The UserControl objects and Form objects can be developed with the designer of the VS.NET IDE. A simple user interface can be designed by dragging and dropping controls from the Toolbox window and setting the property values and events in the Properties window. All the properties that are set are stored in a .resx file for the locale. The IDE then builds the satellite assemblies for each locale's .resx file in your project. The VS.NET IDE designer does not allow developing the user interface of a Control class; it only allows developing components and controls.
From the viewpoint of a good .NET developer, the below mentioned skills are very much essential for developing .NET applications.

0 comments: