Martin Hinshelwood's Blog

A Scottish dyslexic software developer: Team System MVP, .NET architect, developer, evangelist, technology enthusiast and multi-dimensional free thinker


News

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.


Subscribe

Personal

Get Microsoft Silverlight

Accreditation

Stats

My Stats

  • Posts - 309
  • Comments - 362
  • Trackbacks - 128

Twitter












Tag Cloud


Recent Comments


Recent Posts


Article Categories


Archives


Post Categories


Image Galleries


Blogs I read


Blogs of Friends


Blogs on VSTS


Multi-Dimentional Free Thinking Bloggers


Personal


Projects


Microsoft .NET Framework The Microsoft .NET Framework is a software component that can be added to or is included with the Microsoft Windows operating system. It provides a large body of pre-coded solutions to common program requirements, and manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platform.

TFS Event Handler in .NET 3.5 Part 2 - Handling Team Foundation Server Events


posted @ Friday, September 07, 2007 1:08 AM | Feedback (4) |


TFS Event Handler in .NET 3.5 Part 1 - The Architecture


posted @ Tuesday, August 21, 2007 2:10 PM | Feedback (1) |


Creating a managed service factory


I had a plan. I wanted to create a way of accessing services in multiple locations from any location. Each location could have one or more services which may be duplications or different. That is a really abstract way of thing about it, but I eventually came up with a solution...

posted @ Tuesday, June 19, 2007 11:53 PM | Feedback (0) |


Adding ToolStripPanel UI Adapter support to the Composite UI Application Block


I was very supprised to find that CAB did not support a higher level the the ToolStrip in its basic implementation. I resolved to solve this and I have added an adapter and factory for the ToolStripPanel initialy, but I have been having trouble with the ToolStripContainer. So, as my first post, here is the ToolStripPanel code.

posted @ Thursday, June 22, 2006 6:45 AM | Feedback (2) |