.NET news » Examples 
ASP.NET by Example (By Example)
Author: Steven A. Smith
Average rating: (15 reviews)
More .NET Examples books
Implement Phonetic ("Sounds-like") Name Searches with Double Metaphone Part V: .NET Implementation
Presents a C# implementation of Double Metaphone, for use with any of the .NET languages.
How To Get Hardware Information (CPU ID, MainBoard Info, Hard Dik Serial, System Information , ...)
An article to demonstrate how to get system hardware information such as CPU ID, Hard Disk serial number and so on
10 Mar 2007, 22:02:00 Source: How To Get Hardware Information (CPU ID, MainBoard Info,...
Tags: Examples
Exploring Secrets of Persistent Application Settings
The .NET framework makes it easier than ever to create application settings and bind them to controls, but you need to know a few secrets to go beyond basic string settings and avoid problems.
Vista Application Crash Recovery in C#
A demonstration class for adding Application Recovery to your Windows Vista C# application.
Connect To MSN Messenger Using The MSN Protocol
Connect to the MSN Messneger Server using the MSN Protocol
25 Feb 2007, 11:22:00 Source: Connect To MSN Messenger Using The MSN Protocol
Tags: Examples
Internet
Build a Photo Viewer Using the New FTP Classes in .NET 2.0
Yet another highly useful but underappreciated feature of .NET 2.0? How about the FTPWebRequest and FtpWebResponse classes? These nifty classes let you built FTP file access right into your applications. See how it's done with this handy photo viewer example.
23 Feb 2007, 20:49:29 Source: Build a Photo Viewer Using the New FTP Classes in .NET 2.0
Tags: VB.NET
Examples
Internet
Add docking and floating support easely and quickly with DockExtender
DockExtender allows you to add docking / floating / resizing behaviour to any control on your win form with just a few lines of code, making it very easy for your application to support basic docking features.
23 Feb 2007, 03:34:00 Source: Add docking and floating support easely and quickly with...
Tags: Examples
GUI
Mono.Cecil, the most powerfull tool you've never heard of
Expirimentations with Mono.Cecil, the IL Manipulation library
19 Feb 2007, 09:52:00 Source: Mono.Cecil, the most powerfull tool you've never heard of
Tags: Examples
Generic Directory Watcher Service
This service watches for filesystem events in directories and runs specified programs in response to those events.
Simple Performance Chart
The Simple Performance Chart is a UserControl that is designed and developed to display varying performance data like reads per second on a disk drive, the bandwidth for a server, or free CPU resources, in a visual, clean manner. It can be controlled by a built-in Timer, which makes synchronized display of values possible. The control offers several formatting options like border style, line colors and styles, widths, a background gradient, and so on.

