Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 20 July 2015
Calculating PI in C# using Monte-Carlo simulation
›
The following code sample shows numeric compuation of the number PI using Monte-Carlo simulation. First, a sequential approach is used. Th...
3 comments:
Wednesday, 15 July 2015
Data block types in Task Parallel Library
›
The following code sample shows data block types in Task Parallel Libary (TPL). The code is written in C# and can be run in a simple Console...
Monday, 13 July 2015
Producer-consumer scenario with BlockingCollection of Task Parallell Library
›
The BlockingCollection of Task Parallel Library or TPL supports Producer-Consumer scenarios well. This is a scenario or pattern, where you ...
‹
›
Home
View web version