C# interview questions
1)What are the new features introduced in c# 4.0?
This is very commonly asked c# interview question. This question is basically
asked to check, if you are passionate about catching up with latest
technological advancements. The list below shows a few of the new features
introduced in c# 4.0. If you are aware of any other new features, please
submit those using the from at the end of this post.
1. Optional and Named Parameters
2. COM Interoperability Enhancements
3. Covariance and Contravariance
4. Dynamic Type Introduction
2)What's the difference between IEnumerable<T> and List<T> ?