We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Randy Charles Morin Profile

photo Randy Charles Morin (randy)
16 Sep 2003
Toronto, Canada Canada
Dude
http://www.kbcafe.com/
Contact memberContact this Member Edit ProfileEdit my profile

Randy's article are Copyright 1998-2003 Randy Charles Morin

This user has contributed 7 articles, 0 code samples and posted 1 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Using ADO in C++

      by randy

      An introduction to using ADO in C++ - its far simpler than you'd think!. Read full article

    • Custom SMTP in C#

      by randy

      Learn how to write a TCP/IP client that sends emails in C# without the built-in .NET smtp class.. Read full article

    • How to POP3 in C#

      by randy

      An introduction to retrieving email from a POP3 server using the .NET socket classes.. Read full article

    • .NET Threading Part I

      by randy

      The first in a two part series, introducing how to create and manipulate threads with the .NET framework, including creating a thread, thread pools, syncronization, race conditions and timers.. Read full article

    • How to PING

      by randy

      Introduces Internet Control Message Protocol (ICMP) and how to generate ICMP packets to send a "ping" in C++.. Read full article

    • .NET Threading Part II

      by randy

      This is the second article of two parts on .NET threading. In this second part, I will discuss further the synchronization objects in the System.Threading .NET namespace, thread local storage, COM interoperability and thread states. . Read full article

    • How to NNTP in C#

      by randy

      The third in a series of articles on Internet programming with C#. Here, we cover the NNTP protocol, which is used to access newsgroups.. Read full article