| Show Answer | Question |
| Show Answer | What are the two broad classifications of types in .NET? |
| Show Answer | What is Boxing and Unboxing in .NET? |
| Show Answer | What are the 4 methods that every type in .NET will have? |
| Show Answer | What are the 2 different types of strings we have in .NET? |
| Show Answer | What are reference types in .NET? |
| Show Answer | List all the loops we have in C#? |
| Show Answer | What are different keywords in C# that can be used to terminate an executing loop? |
| Show Answer | What is the keyword in C# that can be used to pass control to the next iteration without exiting the loop? |
| Show Answer | How can you avoid name collisions or name conflicts in large projects? |
| Show Answer | Can we have access modifiers or attributes on namespace declarations? |
|