VB.Net Interview Questions and Answers for freshers download free

1.  what is vb.net?
2.  what is the base class of .net?
3.  what is difference between namespace and assembly?
4.  what is the difference between early binding and late binding?
5.  what is intermediate langauge?
6.  what is commom language runtime?
7.  what is common type system?
8.  What is common language specification?
9.  What’s the difference between private and shared assembly?
10. What namespace does the web page belong in the .net framework class hierarchy?
11. What is an assembly?
12. What are the advantages of an assembly?
13. What is code access security?
14. What are the difference between structure and class?
15. What is the differences between dataset.clone and dataset.copy?
16. What is the use of internal keyword?
17. What is the difference between the debug class and trace class?
18. What are class access modifiers?
19. What is portable executable?
20. What is the difference between system.string and system.stringbuilder classes?
21. What is tracing?
22. What is the difference between a thread and a process?
23. What is serialization?
24. How a base class method is hidden?
25. What is a constructor?
26. What is polymorphism?
27. What is an interface?
28. What is the difference between an exe and a dll?
29. What is the gac?
30. How does cas work?
31. What is difference between metadata and manifest?
32. What is the top .net class that everything is derived from?
33. How is method overriding different from method overloading?
34. What is a formatter?
35. What is an arraylist?
36. What is static member?
37. What is overloading?
38. When do you use virutal keyword?
39. What is the purpose of xml namespaces?
40. What is a constructor?
41. What is the difference between system.string and system.stringbuilder classes?
42. What is the use of jit ?
43. What is the difference between early binding and late binding?
44. Which method do you invoke on the dataadapter control to load your generated dataset with data?
45. What is the purpose of an assembly?
46. What is authentication and authorization?
47. What are the types of authentication?
48. What is a literal control?
49. What are the namespace available in .net?
50. What is side-by-side execution?
51. What are the different types of caching?
52. What is reference type and value type?
53. What is delegates?
54. What is authentication and authorization?
55. What is a static class?
56. What is sealed class?
57. What are the two main parts of the .net framework?
58. What is the advantage of using system.text.stringbuilder over system.string?
59. What is reflection?
60. What is an application domain? how they get created?
61. What is the difference between compiler and interpreter?
62. What is a class?
63. What is an object?
64. What is abstraction?
65. How do you convert a string into an integer in .net?
66. Describe the compilation process for .net code?
67. What is boxing and unboxing?
68. How do you create threading in .net? what is the namespace for that?
69. What is method overloading?
70. What is method overriding?
71. What is difference between inline and code behind?
72. What is an abstract class?
73. What is the difference between datagrid and gridview?
74. What is the use of system.diagnostics.process class?
75. What is the difference between static or dynamic assemblies?
76. What are the difference between structure and class?
77. What is difference between class and interface?
78. What is the use of errorprovider control?
79. How many languages .net is supporting now?
80. How many .net languages can a single .net dll contain?
81. What is metadata?
82. What is the difference between custom control and user control?
83. What keyword is used to accept a variable number of parameter in a method?
84. What are different types of jit ?
85. What is difference between c# and vb.net?
86. What does assert() method do?
87. Why string are called immutable data type?
88. What is the difference between convert.tostring and .tostring() method?
89. How many types of transactions are there in com + .net ?
90. What is a datatable?
91. How many namespaces are in .net version 1.1?
92. What is a dataset?
93. What is the difference between in-proc and out-of-proc?
94. What is the differnce between managed code and unmanaged code?
95. What is difference between constants, readonly and, static?
96. What is the difference between convert.tostring and .tostring() method?
97. What are the advantages of vb.net?
98. What is strong-typing versus weak-typing?
99. What is the root class in .net?
100. What is the maximum size of the textbox?
101. What is managed code execution?
102. What is the strong name in .net assembly?
103. How to run a dos command in vb.net?
104. What are the assembly entry points?
105. What are remotable objects in .net remoting?
106. What are the types of authentication?
107. What namespaces are necessary to create a localized application?
108. Which namespaces are used for data access?
109. What is a session and application object?
110. What is static constructor?