Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • How to access Outlook and post to a blog using C#

    by simonsoanes

    An article for all those like Robert Scoble who would like to be able to drag and drop an item to a folder in their Outlook and post it instantly to their Blog. We also briefly cover web services and talking to Outlook. . Read full article

  • Retrieving HTTP content in .NET

    by rstrahl

    This article discusses the .NET WebRequest and WebResponse classes used to retrieve HTTP content over the Web in detail. In the process a number of related .NET development issues are described including stream handling, string encoding, using delegates, implementing events and creating new threads to run HTTP requests simultaneously. . Read full article

  • A Console IRC Bot

    by CumpsD

    Learn how to establish an IRC connection, log in and perform commands on an IRC server.. Read full article

  • Accessing Hotmail using C#

    by wvanvugt

    This document will enable you to build your own client, using a sure and solid way to communicate with Hotmail in the same way as Outlook does. It will be shown how the protocol can be used to your own advantage, and it isn't at all hard to understand either.. 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

  • How to POP3 in C#

    by randy

    An introduction to retrieving email from a POP3 server using the .NET socket classes.. 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

  • Socket Programming in C# - Part 2

    by ashishdhar

    The second part in this series, revealing more practical alternatives to the basic blocking methods in .NET. Read full article

  • Socket Programming in C# - Part 1

    by ashishdhar

    An introduction to socket programming in the context of the .NET framework, with a working client / server sample application.. Read full article

  • Building XML Web Services Using C# and ASP.NET

    by devart_jamesyang

    The term web service has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? In this article James shows us how to build two web services and also unravels all of the lingo surrounding web services.. Read full article

  • Using ADO.NET, XML & XSL to generate HTML

    by Bill Burris

    Automate you website updates to avoid hours of tedious work with your HTML editor.. Read full article

  • Data Integrity in Web Services

    by David Talbot

    Passing complex data types to and from Web Services without losing data integrity. Read full article

  • Web Enable your C# Program

    by kamran_shakil

    How to use your C# program in a web server (without using ASP.NET). Read full article

  • Create your own Web Server using C#

    by Imtiaz Alam

    This article explains how to write a simple web server application using C#. Read full article

  • SMTP Mailing Application

    by Mike Gold

    This is an article on how to use the Mail Components in .NET to create a simple application to send e-mail. . Read full article

  • WinChat For .NET

    by Patrick Lam

    WinChat For .NET is a simple peer-to-peer chatting program that functions very similarly to the WinChat program provided by Windows 2000.. Read full article