Coding Grounds
Compilation of different programming projects I amuse myself with.
Thursday, 27 August 2015
EventLogParserUtility - Parsing Event Log Files and exporting to Excel
›
Parsing Event Log Files Filtering and searching an event log using the Event Log Viewer (eventvwr) is often unpractical and it is quicker ...
1 comment:
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...
‹
›
Home
View web version