There is a variety of GUI frameworks for .NET: Microsoft itself offers several alternatives and the agony of choice is now greater than ever, as three external providers are also involved in the ...
The IComparable interface lets you create objects that know how to sort themselves correctly. This interface also provides an example of a high-level strategy for building and extending your classes.
The Microsoft .NET Micro Framework software development kit (SDK) was released earlier today at Embedded World 2007. Using C# and the framework, developers can create applications for devices that ...
The Bridge Pattern is a common software design pattern that allows a class's implementation to be decoupled from its abstraction so the two can vary independently of one another. Today I'll cover the ...