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 the difference between single and first in linq?

1 Answers  


What are aggregate operators?

1 Answers  


Can we use linq with ado net?

1 Answers  


What is LINQ provider and what are different types of LINQ providers?

1 Answers  


What is into in linq?

1 Answers  


What is linq used for?

1 Answers  


What is linq in ado net?

1 Answers  


Is linq faster than sql?

1 Answers  


What are different flavors of LINQ?

1 Answers  


What is difference between LINQ AND PLINQ?

1 Answers  


What does a linq query return?

1 Answers  


What are the benefits of a deferred execution in linq?

1 Answers  


Categories