
.NET interview questions: - Prove that anonymous Types better than Tuples.
- By Shiv Prasad Koirala
- Aug 18th, 2011
- 11
- 0
Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names

.NET interview questions: - Method of parsing values from string.
- By Shiv Prasad Koirala
- Aug 16th, 2011
- 6
- 0
This is one of the most interesting topics asked by the interviewers to check how you can handle/solve this complicated situation in much easier ways.

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

.NET interview questions: - What is use the of SN.EXE?
- By Shiv Prasad Koirala
- Aug 6th, 2011
- 14
- 0
trong name is similar to GUID (It is supposed to be unique in space and time) in COM components. Strong Name is only needed when we need to deploy assembly in GAC.

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

Five most important SharePoint 2010 interview questions
- By Shiv Prasad Koirala
- Aug 3rd, 2011
- 7
- 9
This article will give answers to 5 most asked questions in the interview.