Tuesday, March 24, 2009

C#.NET

Microsoft Visual C#. Net is the most creative tool, which helps a programmer to create a user interface than writing several lines of code. The predecessor of Visual C#.net was BASIC (Beginners All Purpose Symbolic Instruction Code). BASIC was mainly interpreter-based whereas Visual C#. Net is that it is a rapid Application Development tool. This is the main reason why Visual C#. Net is widely used as a prototyping language.
Visual C#.Net is object oriented, whereas each object possesses some properties like size, position, color, appearance etc. This means that we can compartmentalize different aspects of our application as object and develop test those object independently of the rest of the application. By modifying certain properties and invoking the methods of these objects, we exert a great deal of control over the user’s interaction with the Visual C#.net program we have written. Each object has its own event handling procedures. Visual C#.net is a member of Visual Studio.

No comments: