What is differance between first and single in linq
vinay khanna
Single()
First()
single throw an exception when query results more than a record but first results first item of a collection