Sign In
MCS UK Solution Development Team
The blog of the UK Solutions Development Team of Microsoft Consulting Services.
Follow Us
MCS Links
UK Consulting Links
See how Microsoft Consulting Services can help you
Contact Microsoft Services
Apply for a job at Microsoft Consulting Services
MCS Recruiter Blog
UK Consulting Blogs
Solution Development
SharePoint Team
Business Intelligence
The CRM Guys
The Deployment Guys
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net 4.0
.Net Development
ALM
BizTalk
Bradley Cotier
C#
Carl Nolan
Christopher Owczarek
Database
Dave Thompson
F#
FSharp
FSharpChart
Hadoop
Hadoop Streaming
HTML5
IE9
IEnumerable
Interoperability
MCS
Nick Hill
OData
Office Development
Parallel Extensions
Paul Tallett
Performance
Project Template
Rob Jarratt
Rob Nowik
Secure Token Service
Silverlight
Simon Middlemiss
SQL Server
SQL Server 2008 R2
STS
Task Parallel Library
TSQL
User Experience
UX
Visual Studio 2010
WCF
WF 4.0
WIF
Windows Azure
Windows Forms
Windows Identity Foundation
Workflow Foundation
WPF
XAML
XML
Archive
Archives
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)
MSDN Blogs
>
MCS UK Solution Development Team
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MCS UK Solution Development Team
.Net Implementation of a Priority Queue (aka Heap)
Posted
21 days ago
by
MCS UK Solution Development
1
Comments
I thought I would take a break for a while from Hadoop and put together an F# .Net implementation of a Priority Queue; implemented using a heap data structure. Conceptually we can think of a heap as a balanced binary tree. The tree will have a root, and...
MCS UK Solution Development Team
ADFS 2.0: Single sign-on when a website references remote images
Posted
29 days ago
by
MCS UK Solution Development
1
Comments
I recently had an issue where a website, secured with Active Directory Federation Services 2.0 (ADFS), was referencing images stored in another website, secured by the same instance of ADFS. This meant that if a user logged into the main website without...
MCS UK Solution Development Team
Generic based Framework for .Net Hadoop MapReduce Job Submission
Posted
29 days ago
by
MCS UK Solution Development
1
Comments
Over the past month I have been working on a framework to allow composition and submission of MapReduce jobs using .Net. I have put together two previous blog posts on this, so rather than put together a third on the latest change I thought I would create...
MCS UK Solution Development Team
Framework for Composing and Submitting .Net Hadoop MapReduce Jobs
Posted
1 month ago
by
MCS UK Solution Development
0
Comments
An updated version of this post can be found at: http://blogs.msdn.com/b/carlnol/archive/2012/04/29/generic-based-framework-for-net-hadoop-mapreduce-job-submission.aspx If you have been following my blog you will see that I have been putting together...
MCS UK Solution Development Team
Workflow Foundation (WF4) – Rehosting The Workflow Designer
Posted
2 months ago
by
MCS UK Solution Development
9
Comments
Rehosting the WF designer in an application outside of Visual Studio is nothing new and since WF4, nothing particularly difficult. In fact the WF product team has gone out of its way to make rehosting the designer as easy an experience as possible and...
MCS UK Solution Development Team
Stream join aggregates using SQL Server Stream Insight
Posted
2 months ago
by
MCS UK Solution Development
1
Comments
Lately I have been working with StreamInsight and thought it was about time to share some of my observations and key points. This is loosely based upon a requirement to aggregate Financial risk vectors and deliver changes to clients in an event based...
MCS UK Solution Development Team
Hadoop Binary Streaming and F# MapReduce
Posted
4 months ago
by
MCS UK Solution Development
0
Comments
As mentioned in my previous post Hadoop Streaming not only supports text streaming, but it also supports Binary Streaming. As such I wanted to put together a sample that supports processing Office documents. As before the code can be downloaded from:...
MCS UK Solution Development Team
Hadoop Streaming and F# MapReduce
Posted
5 months ago
by
MCS UK Solution Development
0
Comments
As you may know Microsoft has recently announced plans for a Hadoop adoption for both Windows Server and Windows Azure . You can find out more about Hadoop and Windows Azure at Apache Hadoop-based Services for Windows Azure and Availability of Community...
MCS UK Solution Development Team
Mutual authentication with a IIS hosted WCF data service installed in a workgroup environment
Posted
5 months ago
by
MCS UK Solution Development
0
Comments
This post covers the steps required to secure communication between a WCF client and a WCF data service using mutual certificate authentication. The client/service topology is depicted below: Both the client and server run on a Windows Server 2008 R2...
MCS UK Solution Development Team
Adventures in TSQL: SQL Server Query Performance Analysis using DMVs
Posted
6 months ago
by
MCS UK Solution Development
0
Comments
From the development perspective I often have to perform an analysis of a database application. More often than not this entails looking at a running system and ensuring that the application queries are behaving as expected. As such, I thought it would...
MCS UK Solution Development Team
Creating a Partitioned View in the BAM Archiving Database
Posted
6 months ago
by
MCS UK Solution Development
0
Comments
When you run the BAM data maintenance package (BAM_DM_ <activity name> ) BAM copies each partition in the BAM Primary Import database to a separate table in the BAM Archive database. You can create partitioned views in the BAM Archive database to...
MCS UK Solution Development Team
Adventures in TSQL: Comma separated string from column values
Posted
6 months ago
by
MCS UK Solution Development
0
Comments
It seems that several times now I have had the requirement to create a comma separated string from column values. The latest reason for doing this was to build up a list of table column names such that a view could be generated for the table. This is...
MCS UK Solution Development Team
Preventing Build Hangs and File Locking on Build Servers When Running Unit Tests (revised)
Posted
6 months ago
by
MCS UK Solution Development
0
Comments
Recently I was tasked with changing our daily and Continuous Integration builds so that they would also execute our unit tests. This seemed like a straightforward task, and indeed it was. Except for one thing: every so often a build would fail because...
MCS UK Solution Development Team
FSharpChart release supporting Stacked Charts and Markers (version 0.60)
Posted
6 months ago
by
MCS UK Solution Development
0
Comments
FSharpChart now supports binding for Stacked Charts and for modifying the Marker associated with a series. As always one can download the latest release from: http://code.msdn.microsoft.com/FSharpChart-b59073f5 In previous versions of FSharpChart...
MCS UK Solution Development Team
String extension methods rather than using RegEx
Posted
7 months ago
by
MCS UK Solution Development
2
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 (e.g. “3648...
MCS UK Solution Development Team
Preventing Build Hangs and File Locking on Build Servers When Running Unit Tests
Posted
7 months ago
by
MCS UK Solution Development
1
Comments
Note : An updated version of this post can be found here . Recently I was tasked with changing our daily and Continuous Integration builds so that they would also execute our unit tests. This seemed like a straightforward task, and indeed it was. Except...
MCS UK Solution Development Team
FSharpChart new release available (version 0.55)
Posted
7 months ago
by
MCS UK Solution Development
4
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...
MCS UK Solution Development Team
Federated Security: How to setup and call a WCF service secured by ADFS 2.0
Posted
9 months ago
by
MCS UK Solution Development
0
Comments
In this blog post I am going to walkthrough the steps required to secure a WCF service with ADFS 2.0, as well as how to call this service from a client. The aim of this article is to provide an outline of the general principals and steps, not to explain...
MCS UK Solution Development Team
Writing a gesture service with the Kinect for Windows SDK
Posted
9 months ago
by
MCS UK Solution Development
3
Comments
After further experimenting with the Kinect SDK, it became obvious what needed to come next. If you were to create an application using the Kinect SDK, you will want to be able to control the application using gestures (i.e. waving, swiping, motions to...
MCS UK Solution Development Team
First Look at the Kinect for Windows SDK
Posted
9 months ago
by
MCS UK Solution Development
0
Comments
The Kinect for Windows SDK has finally arrived, and we couldn’t wait to get our hands on it! After downloading, installing, and actually getting a Kinect with a USB connector for our PC’s, we were good to go… Step 1 – What does the SDK give us? When we...
MCS UK Solution Development Team
F# Console Application Template
Posted
10 months 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
HTML 5 / JavaScript: Creating a Carousel
Posted
10 months 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
FSharpChart and consuming within a WinForms application
Posted
10 months 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...
MCS UK Solution Development Team
Adventures in TSQL: Adding date and time values
Posted
10 months 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
F# and Running Parallel Tasks
Posted
10 months 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...
Page 1 of 5 (103 items)
1
2
3
4
5