The vb.net framework is divided into two main components such as :-
- vb.net framework class library
- common language runtime(clr)
2. COMMON LANGUAGE RUNTIME(CLR)=> It can provide the service that are needed for
executing any application that developed with one of the vb.net language.This is possible because all of the vb.net language compile to a common intermediate language .The common language runtime (clr) provides the common type system that define the data types that are used by the vb.net language.That way ,we can use more then one of the vb.net language as ,we develop a single application without worrying about incompatible data types.
0 comments:
Post a Comment