Sign in
MCS UK Solution Development Team
The blog of the UK Solutions Development Team of Microsoft Consulting Services.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.Net
.Net 4.0
.Net Development
Active Directory Federation Services
ADFS
ALM
Bradley Cotier
C#
Carl Nolan
Claim
Dave Thompson
F#
FSharp
Nick Hill
Parallel Extensions
Paul Tallett
Rob Nowik
Silverlight
Simon Middlemiss
SQL Server
User Experience
UX
Visual Studio 2010
Windows Azure
XML
Archive
Archives
May 2013
(4)
February 2013
(3)
January 2013
(2)
December 2012
(1)
November 2012
(3)
October 2012
(2)
July 2012
(1)
May 2012
(3)
April 2012
(1)
March 2012
(2)
January 2012
(1)
December 2011
(2)
November 2011
(5)
October 2011
(3)
August 2011
(3)
July 2011
(9)
June 2011
(10)
May 2011
(3)
April 2011
(6)
March 2011
(3)
February 2011
(6)
January 2011
(2)
December 2010
(2)
October 2010
(2)
September 2010
(7)
August 2010
(2)
July 2010
(4)
June 2010
(6)
May 2010
(7)
April 2010
(9)
March 2010
(2)
February 2010
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MCS UK Solution Development Team
Using mutual SSL and message security to secure a WCF service
Posted
over 2 years ago
by
MCS UK Solution Development
4
Comments
Sometimes, Windows Communication Foundation (WCF) can be tough going. Whilst things will often work straight out of the box, customisation can quickly get complicated. Equally though, the solution can sometimes turn out to be pretty simple but it is the...
MCS UK Solution Development Team
HTML 5 / JavaScript: Creating a Carousel
Posted
over 2 years ago
by
MCS UK Solution Development
1
Comments
Following on from my previous posts on html5 animation and reflection effects, I thought I'd put it all together and create a carousel. Firstly, I create a JavaScript pseudo class called CarouselImage. This takes an image url and draws it at a given co...
MCS UK Solution Development Team
F# Console Application Template
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
If you are like me and often use console applications for a variety of purposes you would have found the F# template not much use (in fact a blank code file). As such I decided to put together a more complete Project Template that I could use. The template...
MCS UK Solution Development Team
F#: An Array.Parallel Quicksort Implementation
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
As I mentioned in my previous post, Array.Parallel sort functions demonstrating a Merge Sort using Barrier , I wanted to continue the parallel sort examples with a Quicksort using the Task Parallel Libraries. F#, as do all functional languages, lend themselves...
MCS UK Solution Development Team
HTML5 / JavaScript: Reflections and Skew Effects
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
In carousel and coverflow type controls, you often see a “reflection” type effect. This is normally done by transforming an image to mirror the original then applying an alpha gradient to this (i.e. progressively increasing the transparency...
MCS UK Solution Development Team
F# Parallel Processing and the Command Pattern
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
In a previous post I talked about a mechanism for Parallel Process Execution with Conditional Completion . This code was a direct translation from a C# pattern. However it is worth noting that the Command pattern is not actually necessary in functional...
MCS UK Solution Development Team
F# and Running Parallel Tasks
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
Recently I have been working a lot with the Task Parallel Libraries. In doing so, in F#, you will quickly learn that one has to perform quite a bit of casting. As such I have found it useful to define some wrapper members that abstract these casting...
MCS UK Solution Development Team
Adventures in TSQL: Adding date and time values
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
With the addition of the SQL Server date and time types, I have often found myself needing to create a datetime (or datetime2) value based on the addition of a date and a time value. However, there is no built-in function for such an operation. There...
MCS UK Solution Development Team
FSharpChart and consuming within a WinForms application
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
In all the previous discussions around FSharpChart, samples have been shown within F# Interactive. I wanted to spend a few moments and demonstrate how FSharpChart can be consumed within a WinForms application, and how chart properties can be modified...
Page 1 of 1 (9 items)