using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Parallel_For_Stop
{
Saturday, February 28, 2015
Parallel For Break (Console Application)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Parallel_For_Break
{
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Parallel_For_Break
{
Cancelling ParallelFor
using System.Windows.Forms;
using System.Threading; //Added for thread
namespace Cancelling_ParallelFor
{
Parallel Invoke Method (In Console)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Parallel_InvokeMethod_2
{
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Parallel_InvokeMethod_2
{
The Parallel For (In Console)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TheParalleFor
{
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TheParalleFor
{
The Parallel For Method
using System.Windows.Forms;
using System.Collections.Concurrent; //Added to use BlockingCollection
using System.Diagnostics; //Added to use stop watch.
namespace The_Parallel_For_Method
{
Aggregation Exceptions In Task
using System.Windows.Forms;
using System.Threading; //add it to the .Net
namespace AggregationExceptionsInTask
{
Task Exceptions
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TaskExceptions
{
Friday, February 27, 2015
Thursday, February 12, 2015
Sunday, February 8, 2015
Extension Methods and Lambda Expressions
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
Subscribe to:
Comments (Atom)

















