Visual Studio Form2 Flashcards
What is CTS?
Define a set of rules for data types that all .net languages must follow
What is garbage Collection?
mechanism to releasing memory from unused objects and components of the application.
What is Dataset?
a set of DataTables and other information about those tables
What is the use of word wrap property?
allows long words to be able to be broken and wrap onto the next line
What is the use of Mid()?
Makes String instances easier to mutate
What is use of masked textbox.
Restrict the input from user
What is Sub routing?
piece of code that performs a specific task described in the code but does not return a result or a value
What is Collection?
A collection is a class, so you must declare an instance of the class before you can add elements to that collection.
Explain Access Specifiers in VB.NET
Public
Private
Protected
Friend
ProtectedFriend
what is use of Tree view control in vb.net
The TreeView Control in VB.ne t is used to show the same data in a tree structure that shows how the data is related to each other.
What is the use of Timer in VB.NET?
The timer control is a looping control used to repeat any task in a given time interval
Help Provider use in VB.NET?
The HelpProvider is an extender provider—it works by plugging into other controls and adding additional properties.