Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain what is the difference between skip() and skipwhile() extension method?



Explain what is the difference between skip() and skipwhile() extension method?..

Answer / Narayan Pratap Singh

Skip() skips a specified number of elements from a sequence, whereas SkipWhile() skips elements while a condition is true. In other words, Skip(n) will always skip the first n items regardless of the conditions, but SkipWhile(predicate) will continue skipping items until it reaches an item that does not meet the provided predicate.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is linq provider?

1 Answers  


How to return iqueryable from linq query?

1 Answers  


How to use GroupBy in LINQ?

1 Answers  


Explain what are compiled queries?

1 Answers  


What is the use of System.Data.DLinq.dll?

1 Answers  


What are important features linq?

1 Answers  


Elaborate the plinq?

1 Answers  


What is Expression Trees?

1 Answers  


Give the name of four LINQ Providers of .NET Framework ?

1 Answers   Sans Pareil IT Services,


What are the different ways to write linq query syntax?

1 Answers  


What is difference between into and let keyword in LINQ?

1 Answers  


What is LINQ Insight?

1 Answers  


Categories