- What is Managed Code & Unmanaged Code?
- What is Boxing & Unboxing?
- Difference between Value type & Reference type?
- What is Sealed Class & Sealed Methods. Explain with example?
- What is structs in C#? Where we can use them?
- What is difference between continue & break statements?
- What are generics in C#?
- What is Stack & Heap memory in C#? How does it work & which is fast?
- Difference between Shallow Copy, Deep Copy and Normal Copy?
- Use of ICloneable & MemberwiseClone() ?
- Sizes of .NET data-types?
- What is use of using statement in C# and what is it's actual code implementation?
- Why and when should we use of IDisposable?