.NET news » Examples 
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET
Author: Jimmy Nilsson
Average rating: (16 reviews)
More .NET Examples books
Batch Image
An application to make several images processing elaboration in batch for creating thumbnails in few minutes
EXIF tag Editor for jpg images
jpg images EXIF tag Editor
Retaining Multiple Sets of User Settings
Retaining a single set of user settings for your application is easy. Retaining multiple sets of user settings is much more challenging.
ComboBox in a DataGrid
How to embed a ComboBox (DropDownList) in a DataGrid.
Building a Simple Word Processor Around an Extended RichTextBox Control
This article describes an easy approach to building a simple word processor around an extended version of the RichTextBox (RTB) control.
13 Sep 2006, 15:24:00 Source: Building a Simple Word Processor Around an Extended...
Tags: Examples
VB.NET
Building a Simple Image Conversion Utility
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Build Your Own Visual Studio: An Application Framework for Editing Objects at Runtime
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
12 Sep 2006, 14:59:00 Source: Build Your Own Visual Studio: An Application Framework...
Tags: VB.NET
Examples
A Web Spider Library in C#
An article about a spider library to grab websites and store them locally.
Extract/save article headers from Newsgroups.
A simple C# program that can extract/save article headers from Newsgroups.
Load and save objects to XML using serialization
A C# program to demonstrate loading and saving an object to an XML file using XML serialization encapsulated in a wrapper class.

