.NET news » Internet Internet Rss Feed

FTP Client and HttpFileDownloader Components

Once I needed a simple, open source and robust FTP client to include in my project. To my surprise I was not able to find one in spite of many FTP clients that were published on various websites. So what appeared to be a problem? The problem was the quality: simply the published projects were all just demos. There was no quality FTP clients...
25 Jun 2008, 06:27:00   Source: FTP Client and HttpFileDownloader Components   Tags: Internet Components

Sending SMTP Email Asynchronously

Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be accelerated with considered use of asynchronous sending.
17 Jun 2008, 16:09:30   Source: Sending SMTP Email Asynchronously   Tags: Internet

LanTalk

Yet another chat application, with server running in service mode or GUI mode.
6 Jun 2008, 15:49:00   Source: LanTalk   Tags: Examples Internet

Sending SMTP Email

Many modern applications send email for a variety of purposes. This includes sending email to customers, suppliers and other businesses or individuals or for reporting problems that have occurred whilst running a program. With.NET, sending mail is easy.
24 Apr 2008, 15:36:07   Source: Sending SMTP Email   Tags: Internet Examples

WCF WPF Chat Application

This application is built on the WCF .NET Framework 3.0. It uses duplex communication and TCP binding (for some reasons that are discussed later in this article). It concentrates on handling and controlling a WCF service that has to make reliable sessions with many clients and keep those connections alive as long as possible.
15 Apr 2008, 11:24:00   Source: WCF WPF Chat Application   Tags: Internet Examples

Winsock Revamped

A fairly simple to use Winsock component, allowing simple networked applications. Built modeling the VB6 component of the same name, with enhancements.
31 Mar 2008, 09:13:00   Source: Winsock Revamped   Tags: Internet

ASP.Net/AJAX interface for utorrent

An ASP.Net/AJAX interface for utorrent
15 Jan 2008, 18:46:00   Source: ASP.Net/AJAX interface for utorrent   Tags: Internet Examples

Create Your Own Mailing List Server with .NET 2.0

Learn how to build your own mailing list server, making use of the new classes located in the System.Net.Mail namespace in .NET 2.0, as well as some techniques to retrieve emails from Outlook.
7 Nov 2007, 00:38:38   Source: Create Your Own Mailing List Server with .NET 2.0   Tags: Internet Examples

Building a User Control that Displays RSS Feeds Using a DataList and an XmlDataSource Control

In this article we will see just how easy it is to display XML data in an ASP.NET 2.0 page. In particular, we will build a User Control that will display the contents of an RSS feed. Once created, this User Control can be dragged onto the Design surface of any ASP.NET page in your project and configured to display the contents of a particular RSS feed by simply setting the control's Url property to the URL of the RSS feed.

Send Email Attachments On-the-Fly

Find out how to avoid having to serialize attachments before sending them via email.
9 Apr 2007, 18:09:15   Source: Send Email Attachments On-the-Fly   Tags: Internet