.NET news » Examples 
Intelligent Control Systems: An Introduction with Examples (Applied Optimization, Volume 60)
Authors: Gábor Szederkényi, R. Lakner, M. Gerzson
Average rating: (0 reviews)
More .NET Examples books
Net Spy: Your Network Spy With Logging System Using C#
This is a windows based tool to continuous monitor your shared folder in network and generated a log for different folder.
A Synchronized Volume Control for your Application
In a forthcoming article I will be describing a DirectSound based Wave Player-Recorder, with some unusual features.
The GUI will include a simple volume control for playback. Since I wanted that control to be synchronized with the system Volume Control utility, I needed to use WinMM.DLL functions and I thought this interim article outlining how those functions are used, and showing in particular how such a control can be synchronized with the system Volume Control, might be of general interest.
16 Jan 2008, 14:17:00 Source: A Synchronized Volume Control for your Application
Tags: Multimedia
Examples
Implementing a super-fast, size-constrained generic cache
I work with performance-critical software that often requires some form of cache to function efficiently. However, there is also often a need to constrain memory usage, so I set out to create a high-performance cache with a maximum size.
16 Jan 2008, 08:10:00 Source: Implementing a super-fast, size-constrained generic cache
Tags: Performance
Examples
ASP.Net/AJAX interface for utorrent
An ASP.Net/AJAX interface for utorrent
Create Your Own Mailing List Server with .NET 2.0
Learn how to build your own mailing list server, making use of the new classes located in the System.Net.Mail namespace in .NET 2.0, as well as some techniques to retrieve emails from Outlook.
7 Nov 2007, 00:38:38 Source: Create Your Own Mailing List Server with .NET 2.0
Tags: Internet
Examples
Image Recognition with Neural Networks
Artificial Neural Networks are a recent development tool that are modeled from biological neural networks. The powerful side of this new tool is its ability to solve problems that are very hard to be solved by traditional computing methods(e.g. by algorithms). This work briefly explains Artificial Neural Networks and their applications, describing how to implement a simple ANN for image recogniton.
A Screen Capture Utility
JPG Capture is a utility designed for the developers to capture the debugging screenshot, while it is also ideal for general screen capture purpose. JPG Capture can capture the desktop screen into picture files in sequence. Users can define the capture hotkey, capture area (Current window, Full screen or Rectangular area), picture format ( .jpg, .gif, and .bmp etc) and destination.
Light Speed Inline Editing Using ASP.NET AJAX and Web Services
Javascript+AJAX solution for inline editing in grid.
19 Oct 2007, 06:01:00 Source: Light Speed Inline Editing Using ASP.NET AJAX and Web...
Tags: Examples
Draw with Mouse
An article showing how to draw on screen
Public/Private Key Encrypted Messenger
An article about creating a public/private key encrypted internet messenger

