When see vb.net this book, the only way to open the directory is: This is not the same as VB? What difference does it really have?
1) Version:
re-review VB can be found in fact he is Microsoft exit based on the Windows The Software development tool under the operating system environment is a powerful high-level programming language.
Visual refers to GUI ( Graphical userinterfaces ) method. Using this method for programming, users simply add pre-built objects to the screen based on the requirements of the interface design and set their various properties.
Basic refers to Basic language, VB is a BASIC the further development of language, which contains hundreds of statements, functions and keywords, many with Windows GUI have a direct relationship.
and vb.net is the Microsoft in order to adapt . NET platform, the launch of a complete set of Visual Studio.NET One of the development environments.
vb.net is a new generation VB language. Provides users with a visual integrated development environment that includes all the tools used to design, debug, and configure applications.
2) Nature:
We know that VB is based on object-oriented programming language, and vb.net is completely object-oriented.
3) Features:
- Vb. NET fully integrated into the Visual Studio integrated development environment, its user interface differs from VB, mainly in the form of layout and menu and other aspects of the differences;
- Vb. NET project in VB is different, in fact, learning the use of the design model, using VS can be fully realized, followed the idea of serving the heart wholeheartedly! Writing a program automatically produces a "project", while a program in development is called a "solution." One solution can prevent multiple projects, and a project from creation to design completion requires multiple files to run together.
- There are two main ways to implement database access in vb.net:
First, in the program design phase, through the creation, configuration data adapter, to generate data sets;
Second, through the design of the dynamic creation, configuration database, to generate datasets.
- Development mode and VB are not the same, the use of ASP in vb.net. NET technology to write Web pages. ASP. NET is no longer a scripting language, but a real programming language. Instead of using interactive methods to develop applications, there is no clear distinction between coding, compiling, and testing.
This is the current understanding of vb.net! Look forward to further deepening in the study.