Data types present in DOT NET
List the types of data types that are present in .NET?
Expert
The two types of data types that are existed in .NET are as follows:
1. Value type – It refers to data type which contains the data. Or we can say, the exact value or data is directly stored in this data type. This means that when we assign the value type variable to other variable, then it copies value rather than copying reference of variable. When we produce value type variable, a single space in memory is allotted to store value (stack memory). Primitive data types are examples of value type variables like int, float, and char.
2. Reference type – It refers to a data type which could access data by reference. Reference is a value or the address which accesses particular data by address that is stored somewhere else in memory (heap memory). We can say that reference is a physical address of data, where the data is stored in the memory or in a storage device. Built-in reference types variables in .Net like string, array, and object.
Write down some of the layout Panels of WPF?
Describe DataReader object?
Explain what do you mean by .NET?
Explain, what is a host process?
What are Binders ?
Explain the use of Role-based security?
Write down some of the features which are present in the VB 2005?
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
What is the way to identify that a Page is Post Back?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
18,76,764
1938068 Asked
3,689
Active Tutors
1459557
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!