.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

Screen Capturing

Capture screen contents without using any Win32 API calls, just using .NET (2.0) classes.
24 Mar 2006, 08:22:00   Source: Screen Capturing   Tags: Examples Graphics

The Simplest TcpServer

A really basic TcpServer, just the core.
19 Mar 2006, 17:10:00   Source: The Simplest TcpServer   Tags: Examples Internet

Simple Crawler using C# sockets

Multithread Simple Crawler with C# sockets to solve default WebRequest.GetResponse() locking problem
19 Mar 2006, 15:44:00   Source: Simple Crawler using C# sockets   Tags: Examples Internet

Saving app settings as XML

Saving application settings to XML.
17 Mar 2006, 12:36:00   Source: Saving app settings as XML   Tags: Examples XML

Using IFilter in C#

Using the IFilter interface to extract text from various document types
12 Mar 2006, 04:49:00   Source: Using IFilter in C#   Tags: Examples C#

.NET Implementation of an Ogg Vorbis Player

An article on decoding Ogg Vorbis audio files in .NET.
7 Mar 2006, 15:45:00   Source: .NET Implementation of an Ogg Vorbis Player   Tags: Multimedia Examples

A JavaScript Compression Tool for Web Applications

A tool to compress JavaScript files to reduce their size and improve page load times.

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.
3 Mar 2006, 11:55:00   Source: XmlGridControl Editing XML Data in the PropertyGrid   Tags: Examples XML

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.
28 Feb 2006, 16:10:00   Source: Validation with Regular Expressions Made Simple   Tags: Examples C#