Tools for .Net Programming and XML Development
Diane Carrasco
Assistant Professor of Computer Science/Technology, Odessa College
Abstract
Working with the .Net framework can be a fun experience. However, students must have the correct tools to set up either a programming project or a web project with XML. The first tool needed is to understand object-oriented programming. Many students learn the logic process of programming, but do they really get the concept of object-oriented programming, which involves objects and their properties/methods? Once the student is able to grasp this concept, then programming in a .Net program such as VB.Net will be an easier and fun experience. The next tool needed is a visual aid tool such as Rational Rose or Object Domain to create a blueprint for the program or web site. These tools show the student how to visualize the objects in the project. The last tool needed is setting up the .Net framework environment. If the framework is not set up properly before beginning the project, then this will cost the student much time and energy. There are Windows components that must be installed before installing the .Net framework. Now that Vista has made its way, compatibility issues involved can be a problem when setting up the environment. Also, if the student is creating a database connection with his/her web project, then MSSQLServer should also be properly installed and set up. After these three tools have been presented to the student, then it is time to learn the syntax of programming in VB.Net or creating a web site with XML.