.NET news » Internet Internet Rss Feed

download

A UDP-based Reliable Data Transfer Library

Introduces an open source UDP-based data transfer library.
21 Mar 2006, 23:34:00   Source: A UDP-based Reliable Data Transfer Library   Tags: Internet Components

The Simplest TcpServer

A really basic TcpServer, just the core.
19 Mar 2006, 17:10:00   Source: The Simplest TcpServer   Tags: Examples Internet

Simple Crawler using C# sockets

Multithread Simple Crawler with C# sockets to solve default WebRequest.GetResponse() locking problem
19 Mar 2006, 15:44:00   Source: Simple Crawler using C# sockets   Tags: Examples Internet

Sending complex emails in .NET 1.1

This article describes complex issues about sending emails in .NET 1.1 (such as using a SMTP server that requires authentication).
16 Mar 2006, 02:58:00   Source: Sending complex emails in .NET 1.1   Tags: Internet C#

SocketWrench .NET

SocketWrench .NET is a managed code class that simplifies the task of developing TCP/IP networking applications in Visual Studio .NET. Includes support for secure, encrypted connections using the industry standard SSL and TLS protocols.
13 Mar 2006, 14:36:46   Source: SocketWrench .NET   Tags: Internet Components

The Digipede Network

A distributed computing framework based entirely on .NET. The Digipede Network can distribute .NET objects across a network for distributed, parallel execution--making any .NET software scalable to hundreds of computers. Ideal for scaling web services, business-tiers, transaction-intensive process, and long running computations.
9 Mar 2006, 11:46:47   Source: The Digipede Network   Tags: Internet

A JavaScript Compression Tool for Web Applications

A tool to compress JavaScript files to reduce their size and improve page load times.

Rebex Mail for .NET Component

Whenever you need to send mail via SMTP, download it with POP3 or access a remote mailbox using IMAP from your .NET application, Rebex Mail for .NET will provide the required infrastructure. It allows you to retrieve, create, load, process, save and send e-mail messages in MIME format using a s imple yet powerful interface, with no need to understand the complexities of MIME format. And for advanced users, there is a powerful low-level MIME library as well.
3 Mar 2006, 14:05:02   Source: Rebex Mail for .NET Component   Tags: Components Internet

Install and Run Your ASP.NET Applications on Systems Without IIS

Learn how to install and run your ASP.NET applications on systems without IIS in three easy steps.
28 Feb 2006, 22:18:30   Source: Install and Run Your ASP.NET Applications on Systems...   Tags: ASP.NET Internet

Internet Explorer Browser Module Framework

..Managed framework for developing Internet Explorer Browser Modules on GotDotNet. It allows one to write Browser Helper Objects (BHOs) using C#. There have been several example on how to do this including on support.microsoft.com, but no framework that I have seen. So I decided to create a framework for this!

There are several examples:

1) Random Home Page - Allows you to configure a series of urls as your default home page. It will select one at random in the list as the starting point and then cycle through them.

2) Logging - Keep track of the sites that you visit. This logs your activity to a local SQL Server 2005. I hope to creating enhanced phishing filters based on the information it collects.

He has only posted source code for the moment.

Check it out!

Internet Explorer Browser Module Framework

20 Feb 2006, 21:47:00   Source: Internet Explorer Browser Module Framework   Tags: Components Internet Addins