Hannes du Preez explains all (well, most) of the little secrets of MonthCalendar, a control that enables calendar-like capabilities and that looks like a visual representation of a month.

Hannes du Preez explains all (well, most) of the little secrets of MonthCalendar, a control that enables calendar-like capabilities and that looks like a visual representation of a month.
Hannes du Preez explains what Container controls are, which Container controls are available, and how to use them.
Quite often we need a VB control that has requirements that don't quite exist within the current control set, such as all data-entry controls be on a single page with scroll bars. Read on to learn more...
Learn how to enumerate the files and folders on a computer with LINQ, managing access exceptions along the way.
Do the verbs of a file, like Run as administrator, and Pin to Taskbar.
Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
Looking to quickly get started with Code First in .NET, but don't have the time to read and digest all the tutorials that are available out there? Peter Shaw shows you the quickest, simplest way to get started with Code First Entity Framework (EF).
Hannes du Preez explains all (well, most) of the little secrets of MonthCalendar, a control that enables calendar-like capabilities and that looks like a visual representation of a month.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.