.NET news » Examples 
LINQ in Action
Authors: Fabrice Marguerie, Steve Eichert, Jim Wooley
Average rating: (28 reviews)
More .NET Examples books
MagicWords, a SlickRun clone
How to build a SlickRun clone in one hour. SlickRun - and so is MagicWords - is an improved command line utility that can launch application, open files or urls by typing a "magic word". You can see it as a enhanced version of the Windows "Run..." TextBox. For keyboard lovers, this tool is a very good alternative to desktop shortcuts and menus, and become quickly a must have.
A picture viewer class that can scroll and zoom using API
This is a simple class that can view scroll and zoom pictures
6 Feb 2007, 14:39:00 Source: A picture viewer class that can scroll and zoom using API
Tags: Examples
Graphics
A Composite UI Application Block CAB MDI application
An introduction to the world of CAB demonstrated with a sample MDI smart client application
A multipurpose scientific calculator
A calculator handling complex numbers and scientific functions
Customize and Extend Windows Forms Controls
Everybody who writes native Windows applications knows that the Windows Forms controls provided by Microsoft are a great time-saver for oft-used interface components such as text boxes and drop-down lists. But sometimes we need a reusable form control that does things Microsoft hasn't pre-built for us. Learn to extend existing Windows Forms controls with custom functions that will save you time.
DrawTools
Sample Windows Forms application for drawing graphic objects in a window client area using drawing tools and mouse.
Interoperating with Unmanaged Code - PInvoke
Explains how to call WIN APIs and DLLs (unmanaged code) form within the .NET using the Platform Invoke (PInvoke) technique.
Creating Windows Live Messenger Addins
An article on creating msn8 plugins
Detect Encoding for in- and outgoing strings
Detect the encoding of a text without BOM (Byte Order Mask) and chose the best Encoding for persistence or network transport of text
Creating a tool window add-in with Visual Studio 2005
Shows you how to create a tool window add-in with Visual Studio 2005
16 Jan 2007, 17:28:00 Source: Creating a tool window add-in with Visual Studio 2005
Tags: Visual Studio
Addins
Examples

