Blog - Title

October, 2011

  • Carl's Blog

    FSharpChart new release available (version 0.55)

    • 0 Comments
    If you have been using FSharpChart you will have seen some recent activities around documentation. I am happy to say that a new code drop has been made available. This release deals with some minor bug fixes and restructures the code download, hopefully...
  • Carl's Blog

    FSharpChart release supporting Stacked Charts (version 0.60)

    • 13 Comments
    For the second release this week, FSharpChart now supports binding for Stacked Charts. As always, one can download the latest release from: http://code.msdn.microsoft.com/FSharpChart-b59073f5   In previous versions of FSharpChart it was not very...
  • Carl's Blog

    F# String extension methods rather than using RegEx

    • 0 Comments
    In my previous post I talked about some extension methods for string checking: http://blogs.msdn.com/b/carlnol/archive/2011/10/19/string-extension-methods-rather-than-using-regex.aspx But what would be a post if there was not a F# equivalent. Interestingly...
  • Carl's Blog

    F# Parallel Array Sorting

    • 0 Comments
    In previous posts I have presented code to perform Parallel Sorting of arrays using 2 different methods: Merge sort using Barrier: http://blogs.msdn.com/b/carlnol/archive/2011/07/17/f-array-parallel-sort-functions-demonstrating-a-merge-sort-using-barrier...
  • Carl's Blog

    FSharpChart and WPF

    • 0 Comments
    In the recent version of FSharpChart several examples are given around using FSharpChart and Windows Presentation Foundation (WPF). The first sample is included in the sample script file SampleChartingForms.fsx. This sample demonstrates how to render...
  • Carl's Blog

    FSharpChart minor release available (version 0.56)

    • 3 Comments
    I have provided a minor update to FSharpChart, which can be downloaded from the usual place: http://code.msdn.microsoft.com/FSharpChart-b59073f5 This is a minor release that adds support for some Title and Border properties when working with Axis and...
  • Carl's Blog

    String extension methods rather than using RegEx

    • 0 Comments
    In a recent project I was using regular expressions a lot for validating string expressions such that statements like the following were true: Must be all characters Must be all alphanumeric’s and be of length 6 Must be all numeric digits...
  • Carl's Blog

    FSharpChart now available as a NuGet Package

    • 0 Comments
    In the latest version of FSharpChart a DLL is packaged with the download. It was suggested that this be made available as a NuGet Package. Hence one can now include FSharpChart in a project using NuGet: Install-Package MSDN.FSharpChart.dll Information...
Page 1 of 1 (8 items)