October 2005 - Posts
26 October 2005
Ping Part IV: Adventures in Socket programming using System.Net
In this part, we will add some networking code to the code we have thus far. When we get done, we should have a working Ping utility. Take the program that we wrote in the Ping: Part III and add the following code. using System; using System.Text; using
Read More...
24 October 2005
Ping Part III: Adventures in Socket programming using System.Net
In Part II of this article, we saw how we are going to use the ICMP protocol to implement a simple Ping client. We also saw a skeleton of this program which showed how to translate the ICMP packet specification into a C# structure. In this part, we will
Read More...
23 October 2005
Ping Part II: Adventures in Socket programming using System.Net
If you see the ping utility that comes with your OS, you will notice that it has many options. However, the one we are going to develop will just take one argument: C:\ping>ping <hostname> | <ipaddress> Example: ping www.contoso.com Example:
Read More...
20 October 2005
PING: Adventures in Socket programming using System.Net
After a long hiatus, I am back to posing to my blog. I am going to start out with a series on Socket programming. In this series, I will show you how to implement a simple Ping client using classes from the System.Net.Sockets namespace. It should be an
Read More...
18 October 2005
Decoding Printer Tracking Technology
In a previous blog post, I wrote about how printer manufacturers are embedding tracking information in their printers. Well, today, via Slashdot, I learned that folks at EFF have figured out the encoding in atleast one printer (those made by Xerox). The
Read More...
Home
Feroze Daud's WebLog
RSS 2.0
Atom 1.0
Recent Posts
Moved on...
Test-UMConnectivity Primer
Encapsulating Enumeration
AutoAttendant: What do the various Greetings mean
PowerShell script to get the reason why a Unified Messaging worker process recycled
Tags
Design Patterns
Exchange/UnifiedMessaging
Miscellaneous
System.Net
Archives
August 2009 (1)
December 2008 (1)
November 2008 (1)
October 2007 (1)
March 2007 (1)
September 2006 (1)
April 2006 (1)
October 2005 (5)
September 2005 (1)
May 2005 (1)
March 2005 (1)
November 2004 (2)
October 2004 (1)
July 2004 (1)
March 2004 (1)
February 2004 (1)
January 2004 (2)
Search
Microsoft Folks
Kavita Kamani
Durgaprasad Gorti
Don Box
Adarsh Khare
Larry Osterman
Brad Abrams
Brian Groth
Feroze's musings on technology
Other Microsoft Folks
Raymond Chen
Chris Anderson
Greg Chappell
Javed Sikander
David Broman
Others
Jon Udell
Creating Passionate Users
KC on Exchange and Outlook
Matt Pietrek
Feroze works at Microsoft. All the comments on this site are his own, and do not reflect the views of his employer. The postings on this site make no guarantees, and confer no rights.