Use an add-in that zips all sources registered in an open workspace and stores the resulting zip file in a predefined backup directory.
Latest Add-Ins Articles - Page 2
Build a VC++ Add-in with Support for Numerous Features
Check out this Visual C++ add-in that contains several features. You'll support expanded sorting with two modes (character and number) as well as command function, source-header flipping, changeable text format (Windows/Unix), and more.
Using the Shorter XSL Syntax Add-In
Learn how to switch between XML-based syntaxes like XSL and something more readable like ShoXS (and switch back) in the VC++ IDE.
WinPos VC++6 IDE Addin
Positioning windows with Visual Studio for debugging and more.
Visual Studio Source Code Control Provider Switcher
An add-in to change the source code control (SCC) provider.
ToDo Cached Add-on for Visual C++
To-do cached add-on was designed to simplify developers tasks, like debugging and code management. As a result of my work a Visual Studio Add-on component was created.
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...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
