.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
ASP.NET by Example (By Example)
Author: Steven A. Smith
Average rating: 3.5 / 15
(15 reviews)
More .NET Examples books
download
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.
16 Mar 2007, 09:59:00   Source: Implement Phonetic ("Sounds-like") Name...   Tags: Examples
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.
6 Mar 2007, 13:35:58   Source: Exploring Secrets of Persistent Application Settings   Tags: Examples
Vista Application Crash Recovery in C#
A demonstration class for adding Application Recovery to your Windows Vista C# application.
4 Mar 2007, 13:35:00   Source: Vista Application Crash Recovery in C#   Tags: Examples
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.
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.
8 Feb 2007, 18:58:00   Source: Generic Directory Watcher Service   Tags: Examples
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.
8 Feb 2007, 17:39:00   Source: Simple Performance Chart   Tags: Examples Performance
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >