Creating a Windows Forms Label that wraps with C#
Article describing how to create a custom implementation of a standard Windows Forms Label to give it the ability to wrap and still autosize.
Article describing how to create a custom implementation of a standard Windows Forms Label to give it the ability to wrap and still autosize.
Snippet with a pair of helper functions showing how to get the default file extension for a given mime type, or the mime type from a given file extension.
Solving the exception "Unable to update the EntitySet because it has a DefiningQuery and no element exists in the element to support the current operation." when using the Entity Framework
A simple to use class library for converting text containing BBCode used by popular forum systems into HTML using C#.
Using XSLT to display an ASP.net site map without using tables.
This article shows how to create a custom GroupBox component, and adjust the client area used for positioning controls hosted in the GroupBox.