.NET news » Examples Examples Rss Feed

Intelligent Control Systems: An Introduction with Examples (Applied Optimization, Volume 60)
Authors: Gábor Szederkényi, R. Lakner, M. Gerzson
Average rating: 0 / 0
(0 reviews)
More .NET Examples books
download

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.
17 Jan 2008, 04:35:00   Source: Net Spy: Your Network Spy With Logging System Using C#   Tags: Examples

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.

ASP.Net/AJAX interface for utorrent

An ASP.Net/AJAX interface for utorrent
15 Jan 2008, 18:46:00   Source: ASP.Net/AJAX interface for utorrent   Tags: Internet Examples

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.
30 Oct 2007, 22:44:00   Source: Image Recognition with Neural Networks   Tags: Other Examples

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.
19 Oct 2007, 16:57:00   Source: A Screen Capture Utility   Tags: Examples VB.NET Graphics

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
17 Oct 2007, 16:58:00   Source: Draw with Mouse   Tags: Examples Graphics

Public/Private Key Encrypted Messenger

An article about creating a public/private key encrypted internet messenger
17 Sep 2007, 06:47:00   Source: Public/Private Key Encrypted Messenger   Tags: Examples Security