The code required to simply start up winsock in a Windows environment, and enumerate all the IP addresses on your local machine.
Latest .NET / C# Articles - Page 298
A printable extension to .NET's RichTextBox
An extension for .NET's RichTextBox control with additional methods for doing print output in a way it should have been included with .NET from the beginning.
.NET Event Handling using the Template Method Design Pattern
This article builds on the recommended practice for event handling described by Microsoft in the MSDN Library.
An Introduction to Business Objects in C#
This sample is an introduction to Rockford Lhotka's Component-based Scalable Logical Architecture (CSLA) as described in his book, "Visual Basic 6 Business Objects" (Wrox Press, 1998). .Net concepts demonstrated include C#, Windows Forms, Custom Events, Database Access (ADO.NET).
.NET LED Control in C#
Ported version of Monte Variakojis' LED control.
Design by Contract Framework for .Net
An implementation in C# of a Design by Contract framework.
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.
