Computer Programming
Computer Programming:
VB .Net 2003 vs. Visual C # 2005 Express Edition
Computer programming, also known as coding, is simply the creation of a program designed to give instruction or perform a function, which when executed yields a result desired by the programmer. This coding procedure requires the use of a programming language. Today there are several thousand languages to choose from, however, it is up to the programmer to decide which languages suit them. For novice programmers it is best to choose languages designed for newer users, such as VB .Net 2003 and Visual C # 2005 Express Edition.
VB .Net 2003 is an object oriented language, which uses objects that contain properties and methods. This language makes it much easier for the user to create programs. The more complex segments of code are taken care of by VB .Net, which allows the programmer worry a little less about the big task of coding and focus on the development of the form. For example, if the programmer needed to create an application which utilized buttons, text boxes, and labels first they would have to draw or place the objects on the form. This is the development stage of the graphical user interface(GUI) aspect, made so that one could interact with the application. Next the programmer would need to select the controls and enter the code necessary for each one to perform its function. Throughout this process there are a couple of great features which continuously assists the programmer. VB .Net tries to help by showing a list of
keywords, controls, or names that might possibly needed while the code is being written. It also checks for errors while the code is being written allowing the programmer to catch any mistakes before trying to run the program which could prevent it from crashing. This along with a little more code completes the process of creating the program or application, making this language a good pick for beginners to the programming world.
...
Please login to view the full essay...