Workflow Services - A brief article about constructing services that live within the WorkflowRuntime. (13/03/2007)
|
An introduction to Windows Workflow Foundation - This introductory article provides an overview of Windows Workflow and describes
the main facilities available with WF. (25/05/2006)
|
Creating a custom composite activity - this MSDN article shows how to create a composite activity in Windows Workflow Beta 2. (21/12/2005)
|
Code Generation in .NET - this MSDN Magazine article discusses code generation in .NET for creation of custom user interfaces (11/11/2005)
|
Activity Verbs - describes how to add custom verbs to a WF activity (20/09/2005)
|
Activity Validation - describes how to setup a validator so that you get a good design time experience (14/09/2005)
|
Custom SiteMaps in ASP.NET 2.0 - This article discusses how to create a custom sitemap in ASP.NET 2.0 and uses a SQL database as the datasource (29/08/2005)
|
[InternalsVisibleTo()] Attribute - This article shows one of the gems available in .NET 2.0,
which allows you to reference internal members from another assembly. (16/07/2005)
|
NDOC Revision History - Shows how to add a custom XSLT file to NDOC to permit you to
define a revision history section for your documentation. (12/04/2005)
|
Debugger Visualization - This article shows how you can use some of the new features in Visual Studio 2005 that make debugging much more fun. (21/04/2004)
|
Serving images from .NET assemblies - This MSDN article describes how to package image resources in a .NET assembly and use these in ASP.NET pages. (11/07/2003)
|
Quantizing ASP.NET images - This article (available on MSDN!) describes how to recolour images from true colour to a 256 colour .GIF. An update is available here which has a greyscale quantizer. (22/05/2003)
|
Localized Property Grid - Shows how to localize the Category and Description attributes of an object when it is displayed within the property grid. (21/04/2003)
|
StrongNameIdentityPermission - protect your code from being called by any old
assembly by using the StrongNameIdentityPermissionAttribute. (07/12/2002)
|
Simple Signing of Assemblies - Shows how to use the CSP to sign assemblies, so that you don't need to use disk based keyfiles when signing or delay signing assemblies. (02/08/2002)
|
Exposing DataSource and DataMember properties - Shows how to implement the 'standard' DataSource and DataMember properties, so that they behave exactly like the Microsoft ones (28/07/2002)
|
A Struct Type Converter - Shows how to implement a TypeConverter for exposing a struct in a PropertyGrid. (22/05/2002)
|
Exposing Type Information - This article discusses the TypeDescriptor class, and provides details of how to implement the ICustomeTypeDescriptor class. (30/11/2001)
|
The .NET Property Grid Control - This article discusses the
Property Grid control, one of the hidden gems in .NET. (08/10/2001)
|
Exposing Windows Forms controls as ActiveX controls - The oldest article from my stable, which discusses a totally unsupported method form exposing Windows forms controls as ActiveX controls, so that they can be used by containers such as tstcon32, Excel etc. (18/08/2001)
|