16. What is the use of Internal keyword? Internal keyword is one of the access specifier available in .Net framework , that makes a type v...
VB.Net Interview Question and Answers 6
76. What are the difference between Structure and Class? Structures are value type and Classes are reference type. Structures can not ha...
VB.Net Interview Question and Answers 7
91. How many namespaces are in .NET version 1.1? 124. 92. What is a DataSet? A DataSet is an in memory representation of data loaded ...
VB.Net Interview Question and Answers 8
101. What is managed code execution? The .Net framework loads and executes the .Net applications, and manages the state of objects during...
VB.Net Interview Question and Answers 5
61. What is the difference between Compiler and Interpreter? Compiler : A compiler is a program that translates program (called source c...
VB.Net Interview Question and Answers 4
46. What is Authentication and Authorization? Authentication is the process of identifying users. Authentication is identifying/validatin...
VB.Net Interview Question and Answers 3
31. What is difference between MetaData and Manifest? Metadata and Manifest forms an integral part of an assembly( dll / exe ) in .net fra...