Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Latest Winsock Solutions Articles
Distributed Network Object
Learn to use the "Network Distributed Object Model" to have a simplified way of performing network communication at the object level.
WinIPCfg
A clone of the Win95/98/ME utility for checking and controlling IP addresses.
SOCKS' - a Firewall Realization on an Object-Oriented Basis
The SOCKS firewall is a program that is capable of secured proxying, being compatible with various authentication levels.
Speeding Up Internet Browsing
This program watches for DNS requests, lists them, and allows you to save them to block certain sites.
Raw TCP/IP library for Windows 2000
This library enumarates the TCP/IP protocol, and allows the user to create custom TCP/IP headers. This allows IP spoofing and more. (The article and demo project were updated.)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.