I am here to continue the series related to .NET interview preparation. Today, we will discuss the questions related to .NET types and present the answers in an easy way.
In case, you didn’t have a look at our first post, you can go through the following:
So, let’s take questions one by one.

Question 1: What’s the value and reference types? Also, explain Boxing and Unboxing by example?

Answer:

Question 2: How constants and read-only variables are different? Explain with an example?

Answer:

Question 3: What’s the similarity and difference among var, object and dynamic type?

Answer:

Question 4: What’s the difference between string and string builder?

Answer:
Please refer my following article for the same.

Question 5: What are the types that can be created directly inside namespace?

There are some types as in the following which can be created directly inside the namespace. Sometimes they are also called as first calls citizens:
Hope you have liked the article. Look forward to your comments/suggestions.