.NET news » Examples Examples Rss Feed

Wizard Form Implementation

Create a dynamically resizable wizard form
24 Jun 2010, 06:46:00   Source: Wizard Form Implementation   Tags: Examples GUI

A portable and efficient generic parser for flat files

GenericParser is a C# implementation of a parser for delimited and fixed width format files.
22 Jun 2010, 14:10:00   Source: A portable and efficient generic parser for flat files   Tags: Examples

Cam Alarm 2.0 - Alarm system run from a web camera

Simple alarm system for those on a budget..
16 Jun 2010, 13:25:00   Source: Cam Alarm 2.0 - Alarm system run from a web camera   Tags: Examples Multimedia

Picture Frame Control in Expression Blend & Silverlight

How to build your first re-useable Control from scratch in Expression Blend.

Simple Web File Manager

This article, aimed at the beginner level, describes a simple web file manager that administers the files and folders on a hosted web site where, for instance, the web host does not provide a file management utility and you do not have access to any other means of managing or administering those files and folders.
4 Jun 2010, 10:24:00   Source: Simple Web File Manager   Tags: Examples ASP.NET

Web Socket Server

An example of an implementation of a web socket server and how to interact with it from JavaScript
3 Jun 2010, 13:59:00   Source: Web Socket Server   Tags: Examples Internet

iSafePDF : the open source PDF signature tool

iSafePDF is an open source software to sign, timestamp and encrypt PDF documents
3 Jun 2010, 07:37:00   Source: iSafePDF : the open source PDF signature tool   Tags: Examples Software

A Simple Silverlight RSS Reader

This article shows how to create a simple RSS Reader in silverlight. This is a beginner article showing basic Templating, Binding and such basic concepts in Silverlight.
26 May 2010, 07:21:00   Source: A Simple Silverlight RSS Reader   Tags: Examples Silverlight

Database Export Wizard for ASP.net and SQL Server

With this article I would like to share a simple but useful little tool: ExportWizard, a Step Wizard for Database Export. It guides users through a few simple steps to choose a database object (table, view, or query), select columns, and export the data in any of the standard formats (CSV, HTML, XML, or SQL).
20 May 2010, 10:55:00   Source: Database Export Wizard for ASP.net and SQL Server   Tags: Database Examples

Visualizing Complex Functions

A program to produce beautiful and informative images of complex functions.
12 May 2010, 01:28:00   Source: Visualizing Complex Functions   Tags: Examples Graphics Algorithms