.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
download
Reusable Rules Wizard in Outlook style
A small reusable framework that implements a Rules Wizard resembling Outlook's Rules and alerts feature allowing users to configure and store their own rules.
7 Apr 2007, 10:03:00   Source: Reusable Rules Wizard in Outlook style   Tags: Examples
The Paperless Desktop
How to perform scanning, rearranging, OCR and Outlook export of documents for a paperless future - or at least a tidy desktop.
5 Apr 2007, 13:34:00   Source: The Paperless Desktop   Tags: Examples Office
Add Flexible Sort Capabilities to ListView Controls
Learn how to make the ListView control sort by a column when a user clicks on a column header, sort by all columns, or sort in just about any other way you can imagine.
3 Apr 2007, 15:09:56   Source: Add Flexible Sort Capabilities to ListView Controls   Tags: Examples VB.NET
SophiaBot: creating a talking artificial personality with Vista Speech Recognition API

The included Sophia project is intended to be both instructive and fun. It is, at the most basic level, a chatterbox application with speech synthesis and speech recognition tacked on to it.

This article provides an overview of the various features of the GrammarBuilder class, including how to build increasingly sophisticated recognition rules. I will go over some tricks for making the bot personality appear more lifelike. I will also try to unravel some of the issues involving deploying an SR application to Windows XP rather than deploying to Vista. This article will also highlight some of the other gotchas you might encounter while working with the Vista managed Speech API. Finally, it will demonstrate an extensible design that allows multiple speech recognition applications to run together at the same time.

Draw US flag using C# and GDI+
Visual C# provides a powerful GDI+ class library interface that allows users to draw various graphics objects. This article shows you how to create a US flag using C# and GDI+. The US flag contains 50 star polygons and several rectangles.
26 Mar 2007, 15:19:00   Source: Draw US flag using C# and GDI+   Tags: Examples Graphics
Three Ways to Implement Dependency Injection in .NET Applications

The dependency injection pattern, also knows as Inversion of Control, is one of the most popular design paradigms today. It facilitates the design and implementation of loosely coupled, reusable, and testable objects in your software designs by removing dependencies that often inhibit reuse. Dependency injection can help you design your applications so that the architecture links the components rather than the components linking themselves.

This article presents an overview of the dependency injection pattern, the advantages of using dependency injection in your designs, the different types of dependency injection, and the pros and cons of each of these types, with code examples where appropriate.

22 Mar 2007, 16:49:10   Source: Three Ways to Implement Dependency Injection in .NET...   Tags: Examples Testing
Google Translator

GoogleTranslator is an object that allows you to translate English text to French, German, Italian, Spanish or Portugese and back by harnessing the power of Google's online language tools.

The demo app also performs a reverse translation, which can often appear amusing when compared to the original text. The app can be used as a poor man's resource translator for simple phrases, but you'd be wise to confirm the translation with a native speaker before using the results.

20 Mar 2007, 13:58:00   Source: Google Translator   Tags: Internet Examples
Creating Property Editors in DesignTime for VS.Net Easily (UITypeEditor Helper)
This is a base class to help easily create UITypeEditors. It is used to edit control properties in a DropDown window or a Modal-Form in design mode in the Visual Studio IDE
C# search engine: refactored to search Word, PDF and more
Refactor Searcharoo C# search engine code to make it easier to extend, and add ability to index/search Microsoft Office documents, PDFs, etc.
Generic Memento Pattern for Undo-Redo in C#
Improved Memento pattern particularly designed to support undo and redo.
16 Mar 2007, 12:19:00   Source: Generic Memento Pattern for Undo-Redo in C#   Tags: Examples
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >