Parallel LINQ
Parallel LINQ

In continuation to my 100DaysOfCoding, in this post I will talk about Parallel LINQ. Parallel Language-Integrated Query(PLINQ) can be used to allow elements of a query to execute in parallel. Below is a snippet of code which consists of an array of persons. AsParallel Using PLINQ we are selecting the records where the person city... » read more

The Task Parallel Library
The Task Parallel Library

I made up my mind to do couple of challenges starting today for the next 100 days which are #100DaysOfCode and #100DaysOfFitness. I will be publishing a blog every day on my progress on these challenges for the next 100 days. For Coding part, I am planning on doing a Microsoft certification 70-483: Programming in... » read more