UNIT - 1
1.
What is
.net framework?
2.
Explain
the basic architecture of .net framework.
3.
Explain
CLR.
4.
Explain
the managed code and unmanaged code.
5.
What is
MSIL code.
6.
Explain
the CLS and CTS .
7.
Explain
the value type and reference type data type.
- What is metadata? Mention its
uses in .NET.
9.
What is
Assembly? Explain the types of assembly.
10. Explain the garbage collection.
11. Explain the versioning and side by
side execution.
12. What is DLL Hell problem? How to
solve this problem?
UNIT - 3
1.
Explain
the basic data type of vb .net.
2.
Explain
the operators of vb .net.
3.
What is
Array? How to declare and initialize the array.
4.
What is
dynamic array? Explain with example.
5.
Explain the ReDim and Preserve Keyword.
6.
What is
Enumerations? What is the use of it? Explain with example.
7.
What is
string? Explain the different function of string.
8.
Explain
the selection statement with example. ( if statement , select statement)
9.
Explain
Iteration statement with example. ( while, for , do while )
10. Explain jump statement with example.
( Goto , Exit, continue , Break)
11. What is namespace?
12. What is class? How to create a class
and object.
13. What is inheritance? Explain with
example.
14. What is error handling?
15. Explain try..catch..finally statement
with example.
16. Explain Throw statement with example.
17. Explain the type conversion with
example.
18. What is a thread? Explain
multithreading with example.
UNIT -4
1.
What is
overloading?
2.
Explain
method overloading with example.
3.
Explain
operator overloading with example.
4.
What is
a constructor? Explain the different type of constructor.
5.
What is
inheritance? Explain diff type of inheritance.
6.
Explain
diff access modifiers.
7.
Explain
the different scope of element.
8.
Explain
dispose and finalization method with example.
9.
Explain
structures exception handling and unstructured handling.
10. Explain on error resume next with
example.
11. Explain on error statement with example.