Carl's Blog
Carl Nolan's ramblings on development and data processing
FSharpChart release supporting Stacked Charts (version 0.60)
For the second release this week, FSharpChart now supports binding for Stacked Charts. As always,...
Author: Carl Nolan Date: 10/27/2011
FSharpChart minor release available (version 0.56)
The new version of FSharp.Chart (formely FSharpChart) can now be found on GitHib at:...
Author: Carl Nolan Date: 10/25/2011
F# String extension methods rather than using RegEx
In my previous post I talked about some extension methods for string checking:...
Author: Carl Nolan Date: 10/20/2011
String extension methods rather than using RegEx
In a recent project I was using regular expressions a lot for validating string expressions such...
Author: Carl Nolan Date: 10/19/2011
FSharpChart now available as a NuGet Package
The new version of FSharp.Chart (formely FSharpChart) can now be found on GitHib at:...
Author: Carl Nolan Date: 10/14/2011
FSharpChart and WPF
The new version of FSharp.Chart (formely FSharpChart) can now be found on GitHib at:...
Author: Carl Nolan Date: 10/11/2011
FSharpChart new release available (version 0.55)
The new version of FSharp.Chart (formely FSharpChart) can now be found on GitHib at:...
Author: Carl Nolan Date: 10/11/2011
F# Parallel Array Sorting
In previous posts I have presented code to perform Parallel Sorting of arrays using 2 different...
Author: Carl Nolan Date: 10/09/2011
Creating F# FSX Script Files from FS Source Files
As you may know over the past few months I have been doing some work on FSharpChart. One of the...
Author: Carl Nolan Date: 08/09/2011
WinForms HTML Editor
A few years ago I wrote a WinForms HTML Editor. As I have been working in WinForms again it seemed...
Author: Carl Nolan Date: 07/30/2011
Using Reflection and Attributes for better Tracing and Logging data rendering
In most projects there is always a requirement for tracing and/or writing debugging information...
Author: Carl Nolan Date: 07/30/2011
LINQ Distinct: IEqualityComparer and Func extension method Implementations
As you may know when working with LINQ there is a method that allows one to return distinct elements...
Author: Carl Nolan Date: 07/30/2011
F# Console Application Template
If you are like me and often use console applications for a variety of purposes you would have found...
Author: Carl Nolan Date: 07/29/2011
FSharpChart and consuming within a WinForms application
The new version of FSharp.Chart (formely FSharpChart) can now be found on GitHib at:...
Author: Carl Nolan Date: 07/18/2011
F# Project and Item Templates
Over the past few months I have posted up a few Project and Item Templates for F#. Here is a quick...
Author: Carl Nolan Date: 07/18/2011
F# Parallel Processing and the Command Pattern
In a previous post I talked about a mechanism for Parallel Process Execution with Conditional...
Author: Carl Nolan Date: 07/18/2011
F# and Running Parallel Tasks
Recently I have been working a lot with the Task Parallel Libraries. In doing so, in F#, you...
Author: Carl Nolan Date: 07/17/2011
F#: An Array.Parallel Quicksort Implementation
As I mentioned in my previous post, Array.Parallel sort functions demonstrating a Merge Sort using...
Author: Carl Nolan Date: 07/17/2011
F# Array.Parallel sort functions demonstrating a Merge Sort using Barrier
If you follow the excellent Parallel Programing with .Net blog, you will have read a recent post by...
Author: Carl Nolan Date: 07/17/2011
FSharpChart new features and code drop availability
The new version of FSharp.Chart (formely FSharpChart) can now be found on GitHib at:...
Author: Carl Nolan Date: 07/17/2011