.NET news » Examples 
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET
Author: Jimmy Nilsson
Average rating: (13 reviews)
More .NET Examples books
RSS Feed Link Reader
Constructing a simple application that may be used to view RSS feeds from the desktop
A C# central logging mechanism using the Observer and Singleton patterns
This article shows an excellent mechanism for adding logging to a C# project. It is extremely powerful and versatile, yet very simple to implement and use. It uses two very common programming patterns: the singleton and the observer.
15 Feb 2008, 20:47:00 Source: A C# central logging mechanism using the Observer and...
Tags: Examples
Building an MVP Framework for .NET. Part 1: The Basics of MVC and MVP
This article starts a series addressing the development of an MVP Framework under the .NET platform.
11 Feb 2008, 20:27:00 Source: Building an MVP Framework for .NET. Part 1: The Basics of...
Tags: Examples
Building an MVP Framework for .NET. Part 2: Implementing Core Functionality
Basing on the concepts introduced in the first part, this article proceeds to implement the core MVP Framework funtionality.
11 Feb 2008, 18:44:00 Source: Building an MVP Framework for .NET. Part 2: Implementing...
Tags: Examples
Sound activated recorder with spectrogram in C#
This project demonstrates an implementation of the waterfall spectrogram and use of statistical data to trigger events in near real-time. This demonstration utilizes the Wave classes developed by Ianier Munoz.
28 Jan 2008, 02:25:00 Source: Sound activated recorder with spectrogram in C#
Tags: Multimedia
Examples
Advanced Text Editor with Ruler
I spent a lot of time searching the Internet for controls like this, but the best ones are shareware and others did not fit my needs. So, what does this control have? I tried to make it look like Microsoft Word and I think that there are some similarities. The ruler lets you change the following: left and right margins, left indent, hanging indent and right indent. You also can disable margins (their values are set to 1).
Disk Analyzer
Disk Analyzer enables you to understand how much space the files and directories on your disk had taken up, and helps you find files and folders that you no more use. The tool analyses your disk drives and collects statistics of directory sizes and files sizes by type which you can view as overview charts and details tables.
Combined Grayscale and Color Images
After growing tired of spending hours zoomed in at 800% magnification using the polygon lasso tool to create combined grayscale and color images in Macromedia Fireworks, I decided that there had to be a better way. Thus I embarked upon creating this application to make my life and hopefully that of others easier.
Backup and Restore Session in .Net 2.0
This code backup your session in byte stream. It is useful when you swith the user or emulate the user and need to clear the current session. you can store this byte stream in newly created session as a session veriable and it is so simple to retrive the old session data from that byte stream. This is very useful when you are using SQL memebership provider and maintaining signin and signout using cookies.
WPF Master Pages
One of the really great enhancements in ASP.NET was the introduction of master pages. They help developers to create a consistent layout for the pages in an application. Unfortunatly there is no such concept in WPF. But there is an easy way to build a control similar to an ASP.NET master page.

