
C# and .NET interview question: - Define Named and Optional Arguments?
- By Shiv Prasad Koirala
- 2011-08-11
- 39336
- 1
Visual C# 2010 introduces two interesting features called as Named and Optional Arguments.

C# interview questions: - Explain anonymous methods in .NET?
- By Shiv Prasad Koirala
- 2011-08-05
- 15142
- 1
n simple words Anonymous Methods means method which are coded inline or methods without method name.