.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
Screen Capturing
Capture screen contents without using any Win32 API calls, just using .NET (2.0) classes.
The Simplest TcpServer
A really basic TcpServer, just the core.
Simple Crawler using C# sockets
Multithread Simple Crawler with C# sockets to solve default WebRequest.GetResponse() locking problem
Saving app settings as XML
Saving application settings to XML.
Using IFilter in C#
Using the IFilter interface to extract text from various document types
.NET Implementation of an Ogg Vorbis Player
An article on decoding Ogg Vorbis audio files in .NET.
A JavaScript Compression Tool for Web Applications
A tool to compress JavaScript files to reduce their size and improve page load times.
7 Mar 2006, 06:16:00 Source: A JavaScript Compression Tool for Web Applications
Tags: Software
Internet
Examples
XmlGridControl Editing XML Data in the PropertyGrid
Using an XML Schema Definition file, this program uses code generation and CodeDom manipulation to edit XML data in the PropertyGrid.
Creating an RSS Aggregator User Control in ASP.NET
This article demonstrates how to easily create an RSS feed aggregator an incorporate it into an ASP.NET application.
2 Mar 2006, 14:48:00 Source: Creating an RSS Aggregator User Control in ASP.NET
Tags: Examples
ASP.NET
Validation with Regular Expressions Made Simple
This article aims at making regular expressions simple. By the time you are done, you will be able to write simple validators, and you will know enough about regular expressions to dig into it further without slitting your wrists.

