Thursday, October 1, 2009

Difference between First() && Single() in LINQ

The difference between First() and Single() methods in LINQ is that First grabs the first item it finds. The Single method expects only a single matching item and will throw an exception if it finds more than one. it is very semi note about the difference and i am preparing a lot about the LINQ and i will publish it in the Following Posts very sooon ... Waaaaaaaaaaaaaaaaaaaaaaiting

No comments:

Post a Comment