.NET news » Algorithms 
Code Test Bed
Algorithm experimentation via dynamic code generation and compile
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.
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.
2 Sep 2010, 19:12:00 Source: Implementing auto-tiling functionality in a tile map editor
Tags: Algorithms
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.
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.
Singleton Design Pattern and Thread Safety
Everything there is to know about Singletons and thread safety.
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.
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

