- What is the difference between managed and unmanaged code?
-
Access Modifiers
Access modifiers are keywords used to specify the declared accessibility of a member or a type
-
String Vs. String Builder
What is the difference between string and string builder in C#
- What is a Delegate?
-
Encapsulation Vs. Abstraction
What's the difference between Encapsulation Vs. Abstraction?
-
Const Vs. Readonly
What is the difference between constant and readonly in C#?