Nice article - Provider Model Design Pattern and Specification

by Paul Kohler 24. April 2006 14:37

A good article on the provider pattern:

Provider Model Design Pattern and Specification, Part 1 on MSDN

Tags:

General

Code snippets for C#

by Paul Kohler 20. April 2006 14:45

Tags:

General

The "switch" code snippet...

by Paul Kohler 19. April 2006 13:09
a "mini" snippit that actually does something cool ;-)

Tags:

General

Visual Studio 2005 WinForms Designer can't handle User Controls that derive from Generic classes work around

by Paul Kohler 4. April 2006 12:10
The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: DerivedControl --- The base class 'GenericControlBase' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. I can understand – but it’s still a bit annoying! I have some windows forms user controls that inherit from a class that implements generics. Problem is the designer can’t reflect those classes and in turn spits out the wonderful error above.

Tags:

General

About the author

Paul Kohler, .net developer living and working in Brisbane, Australia...

Email me via the contact page or browse to the main PK Software site.