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.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...
Bypassing the Registry in Windows Store Apps and VB
Learn how to use ApplicationDataContainer and ApplicationDataContainerSettings in your Windows 8.1 Store apps.

Using AutoMapper in Your ASP.Net MVC Applications
AutoMapper is an external component that helps in creating a mapping between a source and destination model types. Read on to learn about the AutoMapper component and how to use it in an Asp.Net MVC application.