Answer Posted / aniket
small information : extension methods are nothing but visitor design pattern.
http://www.codeproject.com/Articles/34209/Extension-Methods-in-C
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a method c#?
What is the difference between first and firstordefault?
What is dataset and dataadapter in c#?
What are escape sequences explain with example?
Explain partial class in c#?
Is unboxing an implicit conversion?
What is deferred execution in c#?
Does c# have a 'throws' clause?
What is Named parameter in C#?
So what makes your code really object-oriented #?
List some Advantages of switch-case over if else?
What are regular expressions? Search a string using regular expressions?
How do you serialize an object?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is difference between ienumerable and ienumerator in c#?