ASSIGNMENT-1/2
|ASSIGNMENT-1
- Explain .Net framework architecture.
- Explain CLR.
- Explain JIT Compiler with all types.
- Explain Assembly.
- Explain Managed Module.
ASSIGNMENT-2
- What is Error Handling in VB .NET? Explain with proper example.
- Write a note on Namespace in .NET.
- Explain following keywords with example.
I) ReDim and Preserve with respect to arrays
II) Overridable and Overrides
- What is inheritance? Create VB .Net console application to define shape class and derive circle and rectangle from it to demonstrate inheritance.
- What is method overloading? Create VB.Net console application to overload area method to find area of circle, triangle and rectangle.
- Explain Dispose and Finalization.
- What do you mean by Thread? State its advantages. Describe Thread priorities. Also give VB. Net code to implement it.
- Explain Collections. Explain scope and visibility