TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Parallel
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gul Md Ershad (3)
Manikavelu Velayutham (3)
Michal Habalcik (2)
Pradeep Shet (2)
Prasoon (2)
Suresh Paldia (2)
Khaja Moizuddin (1)
Ashish Bajpai (1)
Tomasz Reformat (1)
Banketeshvar Narayan (1)
Manpreet Singh (1)
Veda Bs (1)
Rahul Saxena (1)
Anil Kumar (1)
Anas Chaudhary (1)
Praveen Raveendran (1)
Shweta Lodha (1)
Anubhav Chaudhary (1)
Princy Gupta (1)
Vijay Prativadi (1)
Akkiraju Ivaturi (1)
Amit Choudhary (1)
Shantanu (1)
Rafal Wozniak (1)
Dave Richter (1)
Paul Abraham (1)
Yuancai Ye (1)
Related resources for Parallel
No resource found
Execution Of Test Cases In Sequential And Parallel Using Selenium Webdriver
7/18/2017 3:12:41 PM.
Selenium is an open source tool, which is used to execute the test scripts or the test cases on web applications. As we know Selenium is an open source tool, which supports various programming languag
Parallel Programming In C# To Leverage Multicore Processor
8/17/2016 3:33:51 PM.
In this article, you will learn about parallel programming in C# to get the maximum benefits of multicore processors.
Parallel Processing Messages Based On SQL Server
4/13/2016 2:05:36 PM.
In this article you will learn about Parallel Processing Messages based on SQL Server.
Task Parallelism In Multithreading
2/17/2016 9:06:28 AM.
In this article you will lean about Task Parallelism in Multithreading.
Parallel.ForEach() Vs Foreach() Loop in C#
11/24/2015 12:48:40 AM.
In this article you will learn about the difference between Parallel.ForEach() Vs Foreach() loop in C# language.
Action: Parallel Block In Nintex Workflows Through SharePoint 2013 And Office 365
10/27/2015 4:26:46 AM.
In this article you will learn Parallel Block in Nintex Workflows through SharePoint 2013 and Office 365.
Learn Parallel Programming
10/24/2015 11:08:09 AM.
In this article you will learn about Parallel Programming. Parallel programming splits the work into independent chunks of work and then carries out these works simultaneously.
Different Ways To Create Task Parallel Library (TPL Threads)
10/12/2015 3:01:58 AM.
This article explains the concept to create thread using TPL (Task Parallel Library) with different approaches.
Arranging the Long List of Choice Field Values in Parallel in SharePoint Using JavaScript
5/1/2015 2:17:42 PM.
This article explains how to arrange a long list of choice field values in parallel and on the click of “Select all” for the choice fields all the choice values will be selected in SharePoint using JavaScript.
Parallel Programming Part 1: Introducing Task Programming Library
4/16/2015 1:10:23 PM.
Introductory part of the parallel programming series in C# focused solely on the new Task Programming Library.
Send Mail to Multiple Users Using Parallel Programming in ASP.Net C#
2/20/2015 5:31:46 PM.
This article shows how to send mail to multiple users using parallel programming.
Asynchronous and Parallel Programming
2/12/2015 12:47:08 AM.
This article provides a basic understanding of the two hot topics, asynchronous programming and parallel programming irrespective of the programming language.
Parallel Programming Part 2: Waiting For Tasks and Exceptions Handling
1/25/2015 11:12:47 PM.
This is the second part of the parallel programming series focused on waiting for tasks problematics and exception handling.
Parallel Sorting, Exact Numeric Operations and Stamped Lock in Java 8
1/16/2015 5:33:03 PM.
This article describes some of the new features of Java 8
Exception Handling in Parallel Task Library
7/18/2014 12:04:38 AM.
Here, I will explain Exception Handling in a Parallel Task Library.
Parallel Task in .Net 4.0
7/2/2014 7:02:03 PM.
Today I will be talking about a new feature of Parallel Programming that was added to .Net 4.0.
File Search Using Parallel Programming in C#
5/28/2014 6:46:29 PM.
In this article I shall demonstrate how to do a file search using parallel programming in C#.
Controlling Concurrent Execution in Parallel Loops
4/10/2014 11:05:35 AM.
This article focuses on how to control the creation of multiple concurrent tasks for parallel loops.
Send Bulk Mails Faster
4/5/2014 3:52:01 PM.
This article provides an application that will send Emails nearly 7 times faster than the earlier application.
New Features in .NET 4.5 and 5.0
3/20/2014 12:00:15 PM.
This article explains some new features in .NET 4.5 and 5.0.
Parallel LINQ in C#
11/29/2012 12:14:25 PM.
Today, in this article let's play around with one of the interesting and most useful concepts in C# with LINQ.
Parallel Programming - How it works internally?
10/13/2012 5:07:15 AM.
In this article we will look into what is meant by parallel programming; how it works internally in the CPU.
Parallel Computing – Visual Studio 2010 - .NET 4.0
9/30/2012 2:47:12 AM.
Microsoft's Visual Studio 2010 & .NET Framework 4 provided a way to achieve this by using the Parallel Library and Parallel LINQ in it.
Parallel Programming in .NET
9/9/2012 1:12:40 PM.
This article discusses spawning multiple processes and executing them concurrently and tracking completion of the processes as they exit.
Parallel Programming Using New TPL Library in .Net 4.0
5/13/2012 2:56:53 AM.
With the .Net 4.0, you are provided with the brand new parallel programming language library called “Task Parallel Library” (TPL). Using the classes in the System.Threading.Tasks namespace, you can build fine grained, scalable parallel code without having to work directly with threads.
Parallel Extension in .Net
8/8/2011 5:37:16 PM.
This tutorial gives the idea of Parallel Extension being built by Microsoft to many of its existing features.
Potential Pitfalls in Parallel Programming
3/19/2011 12:20:26 AM.
Let’s see the potential pitfalls of the parallel programming in this article.
.NET Parallel Programming with Events
1/11/2011 10:56:22 PM.
Many times the Application needs to be notified about what is happening inside a Parallel Task and also to get data (if any) from the Task in real time. For this, Events can be used with Tasks.
CUDA integration with C#
11/26/2010 3:15:39 AM.
This article will focus on how to create an unmanaged dll with CUDA code and use it in a C# program. The example will show some differences between execution times of managed, unmanaged and new .NET 4 parallel versions of for() loops used to do computations on arrays.
Parallel.Invoke in .Net Framework 4
11/15/2010 1:21:44 AM.
In this article let's see about Parallel.Invoke method.
Parallel.For Loop in .NET 4
11/12/2010 6:00:48 PM.
In this article you will learn how to use Parallel.For Loop in .NET Framework 4.
Random Number Generation and Windows Forms Encryption via C# Parallel Programming
9/7/2010 11:59:02 PM.
An article that describes Encryption and Random Number Generation in C# TPL Parallel code.
Parallel Extension to LINQ
6/22/2009 12:28:09 AM.
This article gives you an idea how to utilize Parallel Extension to Linq or PLINQ.
Synchronization in Parallel threads
1/28/2006 7:03:10 AM.
The Threads makes us able to run multitasks at a time. In fact Computers (John von Neumann Architecture) don't execute the tasks parallel .The OS gives threads permission (depend on thread priority) to work on CPU. The sufficient degree of parallelism keeps the CPU busy and it is efficient.
Glue IIS with Business Logical Tier using Batching, Asynchrony, and Parallel Computation
12/20/2005 12:36:50 AM.
A great and unusual way to boost your web application performance and scalability five times or more.
- Ebook
Accelerated C# 2008
Many books introduce C#, but if you don't have the time to read 1200 pages, Accelerat...
Download