.NET news » Algorithms Algorithms Rss Feed

Code Test Bed

Algorithm experimentation via dynamic code generation and compile
25 Oct 2010, 08:53:00   Source: Code Test Bed   Tags: Algorithms

Showing Dialogs When Using the MVVM Pattern

A solution for how to solve the problem of opening dialogs from a ViewModel when using the MVVM pattern.
5 Oct 2010, 14:10:00   Source: Showing Dialogs When Using the MVVM Pattern   Tags: Algorithms

Implementing auto-tiling functionality in a tile map editor

This article presents an algorithm and data structures to implement auto-tiling as seen in RPG Maker, the Starcraft level editor etc.

an XML Parser and Editor with shades of design pattern

a very generic XML parser whose internal implementation can be changed without affecting rest of the source code
17 Aug 2010, 02:51:00   Source: an XML Parser and Editor with shades of design pattern   Tags: Algorithms

Learn Decorator Design Pattern in Easy Steps

Decorator Design Pattern explained in easy steps.
5 Aug 2010, 06:50:00   Source: Learn Decorator Design Pattern in Easy Steps   Tags: Algorithms

A framework in C# for fingerprint verification

In this article we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.
30 Jul 2010, 10:24:00   Source: A framework in C# for fingerprint verification   Tags: Algorithms

Singleton Design Pattern and Thread Safety

Everything there is to know about Singletons and thread safety.
26 Jul 2010, 12:35:00   Source: Singleton Design Pattern and Thread Safety   Tags: Algorithms

Using Nested Lambda Functions to Implement Numerical Algorithms

For numerical computations, coding with lambda functions can substitute for the want of nested methods in C#.
19 Jul 2010, 12:42:00   Source: Using Nested Lambda Functions to Implement Numerical...   Tags: Algorithms

Converting a class into a CommandHandler.

An article on creating a framework for command processing using Command Design Pattern.
13 Jul 2010, 03:18:00   Source: Converting a class into a CommandHandler.   Tags: Algorithms

Quick Technique for Wrapping Scrolling Text Around Certain Direct3D Solids

This article presents an algorithm for wrapping scrolling text around certain 3D solids, and gives an example implementation in Direct3D.
30 Jun 2010, 05:08:00   Source: Quick Technique for Wrapping Scrolling Text Around...   Tags: Algorithms