Showing posts with label VBNotes. Show all posts
Showing posts with label VBNotes. Show all posts

Monday, 9 October 2017

Loops

Loops VB.Net provides following types of loops to handle looping requirements.  Loop Type Description Do Loop I...

The Type Conversion Functions in VB.Net

The Type Conversion Functions in VB.Net VB.Net provides the following in-line type conversion functions: S.N Functions & Desc...

Write a note on metadata?

Write a note on metadata? Metadata: - In earlier days, it was not possible that s/w component/module (.exe or .dll) written in one lang...

What are assemblies? What are static and dynamic assemblies?

What are assemblies? What are static and dynamic assemblies? An assembly is the unit in which compiled managed code is stored. An a...

What do you mean by Managed code and unmanaged code?

What do you mean by Managed code and unmanaged code? Managed Code: - The manage code is managed by CLR. That is called Common Language...

Boxing and Unboxing in VB.Net

Boxing and Unboxing in VB.Net: VB provides us with Value types and Reference Types. Value Types are stored on the stack and Referenc...