How to send customized e-mail messages and attachments programmatically using MAPI.
Latest Internet & Networking Articles - Page 21
Discover ISAPI -- Feed Provider for Graphical Applets
Create a data feed system from a SQL database to a graphical applet.
Discover ISAPI: ADO Data Access from ISAPI
Build HTML pages in ISAPI using OLE DB database access. The sample database is an Access database.
Display a Web Page in a Plain C Win32 Application
How to display a Web page in your own window, using only plain C (no MFC, .NET, WTL, or even C++). Also demonstrates interacting with OLE/COM objects, and creating COM objects in plain C.
Exploring Trace Routes
Explore sockets and their different uses. Discover a ping program that pings the network addresses and a route program that uses raw sockets.
Creating a Client/Server Framework
Create a complete client/server framework with added server features, including activity logging, minimize to the system tray, password and version checking, as well as user maintenance.
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.
