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
(3)
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
Building and deploying an Outlook 2010 Add-in (part 1 of 2)
Posted
over 3 years ago
by
MCS UK Solution Development
10
Comments
So, you’ve cracked open your shiny new Visual Studio 2010, and you would like to build and roll out an add-in for Outlook 2010 (we’re using Outlook here, but most of the principals apply to Word and Excel also)? In this post (part 1), I’ll...
MCS UK Solution Development Team
Common performance issues on ASP.NET web sites
Posted
over 2 years ago
by
MCS UK Solution Development
16
Comments
I spend a lot of my time analysing the performance of web sites and tuning the applications to make the sites run more efficiently and scale better. Over time I’ve pulled together a checklist of some of the more common performance issues that I see and...
MCS UK Solution Development Team
Building and deploying an Outlook 2010 Add-in (part 2 of 2)
Posted
over 3 years ago
by
MCS UK Solution Development
23
Comments
In the first part of this series , we went through the steps to create a simple Outlook 2010 add-in, how to build a custom ribbon, and finally the backstage area. But what use is your add-in unless other people can use it too? In part 2, we will look...
MCS UK Solution Development Team
Writing a gesture service with the Kinect for Windows SDK
Posted
over 2 years ago
by
MCS UK Solution Development
8
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
Windows Identity Foundation 101’s : WS-Federation Passive Requestor Profile (part 1 of 2)
Posted
over 3 years ago
by
MCS UK Solution Development
7
Comments
Background It is becoming more commonplace for the means of authenticating a user to be externalized away from the content provider. In federation parlance the content provider is known as the Relying Party (RP) and is so named because it is reliant...
MCS UK Solution Development Team
Creating a new Microsoft Word document from a template using OpenXml
Posted
over 3 years ago
by
MCS UK Solution Development
8
Comments
When working with Microsoft Word automation there is often the requirement to create documents from define templates. With the addition of the OpenXml specification it is now possible to do this safely within server side code. In a recent project I came...
MCS UK Solution Development Team
Dynamic XML Reader with C# and .Net 4.0
Posted
over 3 years ago
by
MCS UK Solution Development
1
Comments
Along with the new features of .Net 4.0 (including the long awaited Tuple classes, BigInteger, extra Code Access Security stuff, and a brilliant new feature Code Contracts) is the dynamic keyword. This keyword is designed to allow better COM interoperability...
MCS UK Solution Development Team
Generating Load Tests for WCF Services with the WCF Load Test Tool
Posted
over 3 years ago
by
MCS UK Solution Development
2
Comments
The Visual Studio ALM Rangers have just released a new version of the WCF Load Test tool. The tool has been maturing over the last 3 years and the occasion of a new release seems like a good time to post a walkthrough of how to use the tool. What Does...
MCS UK Solution Development Team
Deploying a .NET 4 MVC 2 Application to Windows Server 2003 Using WiX 3.5
Posted
over 3 years ago
by
MCS UK Solution Development
1
Comments
Warning: WiX 3.5 is still under development, so you may encounter things that do not work with your specific build of WiX, this article is based on build 1602. When you are in a tightly controlled corporate environment it is not always possible to deploy...
MCS UK Solution Development Team
DesignData MVVM support in Blend, VS2010 and WPF/Silverlight
Posted
over 3 years ago
by
MCS UK Solution Development
4
Comments
When developing a solution using WPF or Silverlight, there are normally designers working in Blend and developers working with them in Visual Studio 2010. Often it is impractical for designers to use data from live systems (e.g. they don’t want to install...
MCS UK Solution Development Team
Ruby on Rails on Windows Azure with SQL Azure
Posted
over 3 years ago
by
MCS UK Solution Development
6
Comments
I was recently talking to a customer about the possibility of moving a web site from Linux to Windows Azure . The hosting costs of the application are not excessive, and the customer is happy with the service received. Nevertheless they were very interested...
MCS UK Solution Development Team
SharePoint: Advanced Page Viewer Web Part
Posted
over 2 years ago
by
MCS UK Solution Development
5
Comments
Pulling through specific web page content Recently I’ve been working on developing dashboard application for a team portal site in SharePoint 2010. As any familiar with dashboard design and development knows, you often find yourself pulling in various...
MCS UK Solution Development Team
Federated Security: How to setup and call a WCF service secured by ADFS 2.0
Posted
over 2 years ago
by
MCS UK Solution Development
1
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
Workflow Foundation (WF4) – Rehosting The Workflow Designer
Posted
over 1 year ago
by
MCS UK Solution Development
19
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
Windows Phone ApplicationBarIconButton not displaying icons
Posted
over 3 years ago
by
MCS UK Solution Development
14
Comments
So you’ve added an ApplicationBarIconButton to your Windows Phone 7 Silverlight page and you can’t get the icons to display. You’ve tried every path under the sun, pack uri’s, relative uri’s, checked the case everything – still no dice. You’ve put an...
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
Write a custom security token and handler in Windows Identity Foundation
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
In this article I will demonstrate how to write a token handler for a custom token in Windows Identity Foundation (WIF). The likely circumstances for requiring a new token type are: The token type is pre-existing and needs to be federated The new token...
MCS UK Solution Development Team
Windows Identity Foundation 101’s : WS-Federation Passive Requestor Profile (part 2 of 2)
Posted
over 3 years ago
by
MCS UK Solution Development
1
Comments
In the previous post we saw how easy it is to get basic Relying Party (RP) and Identity Provider (IdP) websites up and running using a minimal amount of coding with Windows Identity Foundation (WIF). I now want to extend these examples. In this...
MCS UK Solution Development Team
Performance characteristics of the Silverlight DataGrid
Posted
over 3 years ago
by
MCS UK Solution Development
1
Comments
Overview This article will discuss the performance characteristics of the Silverlight DataGrid both standalone and in comparison with an HTML DataGrid with similar functionality. The project I was working on had a large ASP.NET DataGrid that was performing...
MCS UK Solution Development Team
Managed Extensibility Framework Overview
Posted
over 3 years ago
by
MCS UK Solution Development
0
Comments
This blog post is going to explain what MEF is, the benefits of using MEF and then a walk through on how to implement it, followed by a screen shot demo. What is MEF? The Managed Extensibility Framework, otherwise known as MEF, is essentially a “.NET...
MCS UK Solution Development Team
Building a Windows Phone 7 game, with SharePoint communication
Posted
over 3 years ago
by
MCS UK Solution Development
3
Comments
So, you’ve never made a game before for the Windows Phone 7 - you’ve opened up your brand new Visual Studio 2010, with the Windows Phone 7 developer tools; but you don’t know what to do, or how to get started. This is the situation that both myself (Michael...
MCS UK Solution Development Team
Understanding and Using OData – Creating a Windows Phone OData Client (4 of 4)
Posted
over 2 years ago
by
MCS UK Solution Development
0
Comments
This article is part of a series: Understanding and Using OData (1 of 4) OData Publication (2 of 4) Analysing OData Feeds (3 of 4) Creating a Windows Phone 7 OData Client Application (4 of 4) – This article Hopefully these articles will show you how to...
MCS UK Solution Development Team
SQL Azure Date and Time Functions derived from the Operating System
Posted
over 3 years ago
by
MCS UK Solution Development
0
Comments
Transact-SQL includes a number of date and time functions that have values are derived from the operating system of the computer on which the instance of SQL Server is running. With SQL Azure these functions are all standardised on UTC (as you would expect...
MCS UK Solution Development Team
An Animated Custom Panel base class for WPF and Silverlight
Posted
over 2 years ago
by
MCS UK Solution Development
1
Comments
The full code base for this posting can be located here . If you have used XAML at all, you will have used some of the built in layout panels such as Grid and StackPanel and if you are a developer you have probably developed a custom panel that implements...
MCS UK Solution Development Team
Dynamically Changing the Display Language in Silverlight
Posted
over 3 years ago
by
MCS UK Solution Development
2
Comments
On a recent Silverlight project we had a requirement to be able to dynamically change the language of the site without refreshing the page. This ruled out the normal way of doing localisation using Resource files and meant we had to find away of binding...
Page 1 of 5 (118 items)
1
2
3
4
5