With this article, I will try my best to assist you in protecting valuable information such as Passwords, account numbers and so on.
Latest Algorithms Articles
Sorting Algorithms In VB
Cover a few of the better-known sorting algorithms with sample code for VB6.
Compilers Demystified: Function Pointers in Visual Basic 6.0
Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Fuzzy Matching Demo in Access
Dare to enter the world of approximate string matching with this introduction, tutorial, and Access 2000 database demo with a 99% precision/recall.
Anti-Aliased Image Rotation (Aarot)
Rotate images using geometry.
A Big Integer Package for Use in Visual Basic Written in Visual C++
A 'How To' for creating a COM Big Integer Library that uses Visual C++ ATL Wizard and Wei Dai's Crypto++ Library.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
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.

Entity Framework Code First Simplicity
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).

Exploiting the MonthCalendar Control with Visual Basic
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.
Working with State Machines in the .NET Framework
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.