.NET news » Internet Internet Rss Feed

Data Structures and Algorithms Using Visual Basic.NET
Author: Michael McMillan
Average rating: 4.5 / 5
(5 reviews)
More .NET Algorithms books
download

FtpPublisher, An FTP file synchronization tool

A small utility that will upload changed files to an FTP site
12 Oct 2006, 14:29:00   Source: FtpPublisher, An FTP file synchronization tool   Tags: Internet Examples

POP3 Email Client with full MIME Support (.NET 2.0)

C# class reading ASCII emails from a POP3 server and converting them using MIME to aSystem.Net.Mail.MailMessage derived class for further processing. The complete code is provided (pure C# 2.0, only .NET framework DLLs used). If possible, it matches MIME multiparts to body, attachment, etc. of MailM
8 Oct 2006, 12:23:00   Source: POP3 Email Client with full MIME Support (.NET 2.0)   Tags: Internet Examples

An API for Google Image Search

Querying images from Google programmatically.
21 Sep 2006, 14:15:00   Source: An API for Google Image Search   Tags: Internet Examples

A Web Spider Library in C#

An article about a spider library to grab websites and store them locally.
10 Sep 2006, 04:43:00   Source: A Web Spider Library in C#   Tags: Internet Examples

Extract/save article headers from Newsgroups.

A simple C# program that can extract/save article headers from Newsgroups.
10 Sep 2006, 00:43:00   Source: Extract/save article headers from Newsgroups.   Tags: Internet Examples

NetEmailer

NetEmailer is a SMTP component for the creation and sending of e-mail messages in .Net. Written in pure C#, NetEmailer is fully managed. It is totally object oriented and easy to use. Best of all, all emails are based on templates. In another word, every single part of the email, from the recipients? list to the email body is totally configurable in a xml file; and dynamic content can be inserted at runtime.
3 Aug 2006, 21:58:47   Source: NetEmailer   Tags: Components Internet

Picture Chat Using C#

A chat program that supports Unicode input and picture transfer.
13 Jul 2006, 14:22:00   Source: Picture Chat Using C#   Tags: Internet Examples

Windows XP SP2 Firewall Controller

How to control a base firewall included in Windows XP SP2 using COM.
10 Jul 2006, 15:32:00   Source: Windows XP SP2 Firewall Controller   Tags: Security Internet

Email templates

In this article am going to consider the process of managing and sending emails inside a .net application.
7 Jun 2006, 04:24:00   Source: Email templates   Tags: Internet

A simple Multi-Threaded Server Client Instant Messenger Application

A Simple Multi-Threaded Server Client Instant Messenger Application that uses TCP Listener and TCP Client. Allows Personal message and Conference communication between Clients and with the Server.
5 Jun 2006, 01:52:00   Source: A simple Multi-Threaded Server Client Instant Messenger...   Tags: Internet