Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
October, 2011
MSDN Blogs
>
Carl's Blog
>
October, 2011
Server & Tools Blogs
>
Business Intelligence Blogs
>
Carl Nolan's Blog
All About Business Intelligence
Microsoft Business Intelligence
Information Management
Master Data Services
SSIS
Data Quality Services
Jessica Meats’ Blog
Analysis Services
Analysis Services and PowerPivot
AS_EMEA
All MSDN Analysis Services Posts
PowerPivot
Analysis Services and PowerPivot
Data Explorer
All MSDN PowerPivot Postings
Big Data
SQL Server
Carl Nolan
Reporting Services
Reporting Services
Analysis Services and PowerPivot
SQL Server
All MSDN Reporting Services Posts
Data in the Cloud
Your Data in the Cloud
Windows Azure
SQL Server
Silver Lining
Carl Nolan’s Blog
Carl Nolan’s ramblings on development
Live Now on Server & Tools Blogs
Subscribe
Comments
Home
Menu
Subscribe via RSS
Blog Home
RSS for posts
Atom
RSS for comments
OK
Translate this page
Powered by
Microsoft® Translator
About Carl Nolan
I work for Microsoft Consulting Services in the UK. My primary focus is enterprise applications using C# and SQL Server. However I also have an interest in other programming paradigms, hence the interest in F#. A summary of my previous publications can be found
here
. A list of posted code can be found
here
.
Twitter Feed
Recent Posts
FSharpChart release supporting Stacked Charts (version 0.60)
Posted
over 2 years ago
by
Carl Nolan
13
Comments
FSharpChart minor release available (version 0.56)
Posted
over 2 years ago
by
Carl Nolan
3
Comments
F# String extension methods rather than using RegEx
Posted
over 2 years ago
by
Carl Nolan
0
Comments
String extension methods rather than using RegEx
Posted
over 2 years ago
by
Carl Nolan
0
Comments
Tags
.Net
.Net Programming
Binary Streaming
C#
F#
FSharp
FSharpChart
Hadoop
Hadoop on Azure
Hadoop Streaming
Hadoop.Net
HDFS
IEnumerable
Machine Learning
MapReduce
Matrix
Parallel Processing
Recommendations
Sorting
SQL Server
Task Parallel Library
TSQL
Vector
WPF
XML Streaming
Archives
Archives
February 2013
(2)
January 2013
(1)
December 2012
(2)
November 2012
(1)
October 2012
(2)
July 2012
(4)
June 2012
(5)
May 2012
(1)
April 2012
(3)
February 2012
(3)
January 2012
(5)
December 2011
(6)
November 2011
(7)
October 2011
(8)
September 2011
(1)
August 2011
(1)
July 2011
(11)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carl's Blog
FSharpChart release supporting Stacked Charts (version 0.60)
Posted
over 2 years ago
by
Carl Nolan
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
FSharpChart minor release available (version 0.56)
Posted
over 2 years ago
by
Carl Nolan
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
F# String extension methods rather than using RegEx
Posted
over 2 years ago
by
Carl Nolan
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
String extension methods rather than using RegEx
Posted
over 2 years ago
by
Carl Nolan
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
Posted
over 2 years ago
by
Carl Nolan
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...
Carl's Blog
FSharpChart and WPF
Posted
over 2 years ago
by
Carl Nolan
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 new release available (version 0.55)
Posted
over 2 years ago
by
Carl Nolan
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
F# Parallel Array Sorting
Posted
over 2 years ago
by
Carl Nolan
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...
Page 1 of 1 (8 items)