The Wayback Machine - https://web.archive.org/web/20100922213847/http://www.codeguru.com:80/csharp/csharp/cs_internet/

    Internet

    Create Your Own PageGetter Using Outlook and C# Programming

    At times when certain Websites are blocked, or in the case of no internet connectivity, PageGetters serve a mammoth boon. Read along as we overview the use of the .NET Framework to build an easy one in less than an hour and serve yourself as a "PageGetter" to your friends.

    WinForms to Web

    Learn about the various migration options of desktop/smart client applications to the web available using Visual WebGui.

    Adding Attachments to Excel 2007 Email Hyperlinks

    Learn to add attachments to hyperlinks that contain email addresses by using a little bit of VBA.

    Leveraging Content Types in SharePoint Document Libraries and Lists

    Many organizations are not fully realizing the power of content types when using SharePoint. Here you will learn how to leverage content types and use them properly through examples.

    You've Got the BizTalk POP3 Adapter

    Leverage the BizTalk POP3 Adapter to manage an inbox.

    FreeDOM (Programming)

    Learn about FreeDOM (Free Document Object Model), a web development technique used to create event-driven web applications. FreeDOM is designed to overcome the limitations of stateless HyperText Transfer Protocol (HTTP) transmissions.

    Enterprise Powershell: Creating Mailboxes in Exchange 2003

    Don't wait for Exchange 2007 to use Powershell in your enterprise messaging environment. Learn how to create mailboxes in Exchange 2003 and take your management to the next level.

    Simple FTP Demo Application Using C#.NET 2.0

    Learn about common FTP functionalities using C#.NET 2.0.

    .NET Tip: Testing Network Services with the TcpClient Class

    The TcpClient class enables you to test whether services such as FTP and SMTP/POP3 mail are running and responding properly.

    Full-Text Searching with IFilters

    Indexing Server, SQL Server, Windows SharePoint Services, SharePoint Portal Server, Exchange Server, and Windows Desktop Search provide full-text search capabilities. Each utilizes so-called IFilter components to index the content and then allows clients to search the index. Learn how IFilter components are utilized and how full-text searching works in each of those products.

    ASP.NET 2.0's Sophisticated Site Navigation Features

    ASP.NET 2.0 provides excellent site-navigation features for storing and displaying site-navigation data in your Web applications. Learn how to leverage them in your Web development.

    Persistence of Window State and Appearance for .NET Applications

    The process of building professional desktop applications includes many hidden tasks, such as the persistence of the window state and appearance. This will introduce additional accessibility for such applications. Learn a simple approach to do so.

    Hotmail Using C# -- A HTTPMail Client Under .NET

    Learn how to connect to a Hotmail mailbox, enumerate inbox mail items, and send and retrieve e-mail, using C# and the XMLHTTP component. Sample code accompanying this article contains a .NET assembly, demonstrating that connecting to Hotmail via HTTPMail can be as simple as working with any other mail protocol such as POP3, IMAP4, or SMTP.

    Using ASP.NET Runtime in Desktop Applications

    The first part of this article explains how to use an ASP.NET script in a Windows application to generate HTML output. The second part discusses the WebBrowser control and shows how to display the HTML output generated in the first part.