Loops VB.Net provides following types of loops to handle looping requirements. Loop Type Description Do Loop I...
Home / Posts filed under VBNotes
Showing posts with label VBNotes. Show all posts
Showing posts with label VBNotes. Show all posts
Monday, 9 October 2017
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...
Subscribe to:
Posts (Atom)
Labels
POPULAR POST
-
POST Method in ASP.NET The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method...
-
Show Data through User ID using Stored Procedure in ASP.NET Default.aspx <% @ Page Title ="Home Page" Language ="C#...
-
Get Method in ASP.NET The GET method sends the encoded user information appended to the page request. The page and the encoded information a...