Monday, August 15, 2016

Programming for Civil Engineer

Visual Basic is user friendly and interactive. Users can code, test and debug with ease, given that Visual Basic offers ready-made controls and MDSN (Microsoft Developer Network) assistance for technical issues.
Visual basic is a powerful front-end tool. It is able to achieve simple and complex business requisites effectively and efficiently. It also works well with many databases including RDBMS (Relational Database Management System), Sybase, ORDBMS (Object Relational Database Management System), and DBMS (Database Management System).
With Visual Basic, both standalone and distributed applications can be created. It can also be used with ASP (Active Server Pages), a server-side programming language used in web development. It is also easy to develop graphical user interfaces using Visual Basic.
Visual Basic coordinates well with third party vendor products, such as Crystal Report tool and Active Reports tool.
Visual Basic is a programming language developed by Microsoft. It is one of the most commonly used programming languages for developing computer programs, and like other languages, it is not case sensitive.

Advantages

  1. The structure of the Basic programming language is very simple, particularly as to the executable code.
  2. VB is not only a language but primarily an integrated, interactive development environment (“IDE“).
  3. The VB-IDE has been highly optimized to support rapid application development (“RAD”). It is particularly easy to develop graphical user interfaces and to connect them to handler functions provided by the application.
  4. The graphical user interface of the VB-IDE provides intuitively appealing views for the management of the program structure in the large and the various types of entities (classes, modules, procedures, forms, …).
  5. VB provides a comprehensive interactive and context-sensitive online help system.
  6. When editing program texts the “IntelliSense” technology informs you in a little popup window about the types of constructs that may be entered at the current cursor location.
  7. VB is a component integration language which is attuned to Microsoft’s Component Object Model (“COM”).
  8. COM components can be written in different languages and then inegrated using VB.
  9. Interfaces of COM components can be easily called remotely via Distributed COM (“DCOM”), which makes it easy to construct distributed applications.
  10. COM components can be embedded in / linked to your application’s user interface and also in/to stored documents (Object Linking and Embedding “OLE”, “Compound Documents”).
  11. There is a wealth of readily available COM components for many different purposes.
  12. Visual Basic is built around the .NET environment used by all Microsoft Visual languages, so there is very little that can’t be done in Visual Basic that can be done in other languages (such as C#).

No comments:

Post a Comment