vb.net online training - PowerPoint PPT Presentation

About This Presentation
Title:

vb.net online training

Description:

Radianits is the best online training provider is based on modern training solutions. We offer online training on vb.net Online Training in USA, UK, Newzeland and Globally. – PowerPoint PPT presentation

Number of Views:13

less

Transcript and Presenter's Notes

Title: vb.net online training


1
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
2
1. Explain what is Metadata? Metadata is termed
as Data about content of the data and it is found
in the catalog of libraries. Practically, it is
used at back side of book to see the necessary
topic.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
3
2. Explain what is namespace? A namespace is an
organized way of representing Class, Structures
and interfaces present in .NET language.
Namespaces are hierarchically structured index of
a class library, available to all .NET Languages.

For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
4
3. Which namespace are used for accessing the
data? System. Data namespace is used for
accessing and managing data from the required
data source. This namespace deals only with the
data from the specified database.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
5
4. Define what is strong name in .NET
assembly? Strong Name is an important feature of
.Net and it is used to identify shared assembly
uniquely. Strong name has solved the problem of
creating different object with same name and it
can be assigned with the help of Sn.exe.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
6
5. Explain what are the different types of
assembly? There are two types of assembly
Private A private assembly is normally used
by a single application and it is stored in
applications directory. Public A public
assembly or shared assembly is stored in Global
Assembly Cache (GAC) which can be shared by many
applications.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
7
6. Define Garbage Collection? Garbage collection
is also known as automatic memory management,
which is used for automatic recycling of
dynamically allocated memory. Garbage collection
is performed by Garbage collector which will
recycle memory if it is proven that memory will
be unused.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
8
7. What are the types of generations in garbage
collector? There are three types of generations
in garbage collector. Generation 0 This
identifies a newly created object that has been
never marked for collection. Generation 1 This
identifies an object which has been marked as
collection but not removed. Generation 2 This
identifies an object that has survived more than
one sweep of the Garbage collector.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
9
8. Define hashtable? Hashtable is set to be items
with key and value pairs. Keys are referred as
indexes and quick search can be performed for
values by searching through the keys.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
10
9. What are nested classes? A class that can be
declared within the scope of another class. These
classes are considered within the scope of the
enclosed class and are available within that
class or scope.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
11
10. Explain what is Enumerator? An Enumerator or
Enum is a value type with a set of constants
given to the set of the list. Enumeration is used
when definition is required for more than one
number.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
12
.
For Free Demo Ph1(210)503-7100  For Details
Radiantits.com
Write a Comment
User Comments (0)
About PowerShow.com