Dot-NET consists of a number of technologies that allow software developers to build Internet-based distributed systems. Individual pieces of these systems, called software components, can be built using several different programming languages and by several different organizations. Through a common set of core functionality, Dot-NET allows these components to work reliably with each other.
It's slightly more than that; as well as containing a very large library that you can use, it's also a runtime environment under which your programs will run, which abstracts and manages things like memory for you so that you don't have to worry about them.MagicalTrevor said:its a library of often used code that you can include in your own programs, to save your self time.
Do you mean the Common Language Runtime?burnsy2023 said:The .Net Framework includes the Common Runtime Environment, which works very much like Java's Virtual Machine (JVM) and therefore the code is allowed to be a lot more abstract, so you can concentrate on the end result rather then specific platform requirements.
Burnsy
Inquisitor said:Yup. VB.NET isn't designed as a beginner's language though (not that it's hard to pick up), so you'll have to learn things like object oriented programming, which can be confusing at first. Just stick with it and you'll pick it up easily, though![]()