.NET news » Internet Internet Rss Feed

Implementing a multithreaded http/https debugging proxy server in C#

A complete proxy server except instead of SSL Tunneling, will perform a "man-in-the-middle" decryption on SSL traffic allowing you to inspect the encrypted traffic
12 Jul 2010, 09:28:00   Source: Implementing a multithreaded http/https debugging proxy...   Tags: Internet

How to send e-mails slowly

Yes, sometimes we do have to slow down in life
15 Jun 2010, 09:26:00   Source: How to send e-mails slowly   Tags: Internet

Web Socket Server

An example of an implementation of a web socket server and how to interact with it from JavaScript
3 Jun 2010, 13:59:00   Source: Web Socket Server   Tags: Examples Internet

MailMergeLib - A .NET Mail Client Library

MailMergeLib is a SMTP mail client library. It makes use of .NET System.Net.Mail and provides comfortable mail merge capabilities. MailMergeLib corrects a number of the most annoying bugs and RFC violations that .NET 2.0 to .NET 4.0 suffer from.
3 May 2010, 13:27:00   Source: MailMergeLib - A .NET Mail Client Library   Tags: Internet

Step by Step Guide to Delicious OAuth API

Learn how to use Delicious OAuth API in your .NET projects with an example
24 Apr 2010, 07:19:00   Source: Step by Step Guide to Delicious OAuth API   Tags: Web Services Internet

WinForms WebBrowser + HTTP Server

A tiny HTTP server wrapped in a WebBrowser control
18 Apr 2010, 15:30:00   Source: WinForms WebBrowser + HTTP Server   Tags: Internet

Proxy sever application example

Windows application which create proxy server to share Internet over any TCP/IP network
10 Apr 2010, 12:24:00   Source: Proxy sever application example   Tags: Internet

Transactions Made Simple with Windows Communication Foundation

Windows Communication Foundation simplifies the creation of transactional services.
25 Nov 2008, 17:22:17   Source: Transactions Made Simple with Windows Communication...   Tags: Internet

Simple Messenger - A C# MSN Messenger like chat application

This is a MSN Messenger like chat application using C# with TCP/IP socket programming.

Partial FTP Downloader

An article about a partial FTP Downloader
2 Jul 2008, 13:20:00   Source: Partial FTP Downloader   Tags: Internet