.NET news » Algorithms Algorithms Rss Feed

MVVM# Episode 1

Using an extended MVVM pattern for real world LOB applications: Part 1
30 Mar 2011, 20:54:00   Source: MVVM# Episode 1   Tags: Algorithms

Using the Chain Of Command Design Pattern Concepts to Perform Validation and Processing of Complex Data

An article demonstrating the usage of Chain of Command Design Pattern concepts to perform validation and processing of complex data.
3 Mar 2011, 09:32:00   Source: Using the Chain Of Command Design Pattern Concepts to...   Tags: Algorithms

Kruskal Algorithm

Detailed explanation of Kruskal Algorithm
2 Mar 2011, 11:42:00   Source: Kruskal Algorithm   Tags: Algorithms

Overview of XQuiSoft Logging using the provider pattern (open source)

An Introduction to XQuiSoft Logging with a comparision to other log components

Design pattern FAQ Part 2 (Design pattern training series)

Interpreter, Iterator, Mediator, Memento and Observer Pattern
23 Nov 2010, 07:20:00   Source: Design pattern FAQ Part 2 (Design pattern training series)   Tags: Algorithms

Design pattern FAQ Part 1 (Training)

Design Pattern FAQ - Interview Questions ( Quick Reference)
23 Nov 2010, 07:15:00   Source: Design pattern FAQ Part 1 (Training)   Tags: Algorithms

C# 5.0 vNext - New Asynchronous Pattern

C# 5.0 CTP was introduced recently, this article is specally dealing with my own understanding with this realease with few sample applications
14 Nov 2010, 14:04:00   Source: C# 5.0 vNext - New Asynchronous Pattern   Tags: Algorithms

Approximate String Matching - Row-wise bit-parallelism algorithm (BPR)

One of the best methods for solving approximate string matching problem
9 Nov 2010, 04:01:00   Source: Approximate String Matching - Row-wise bit-parallelism...   Tags: Algorithms

Refactoring Copy/Paste Code with the use of delegates

A tactical solution for refactoring Copy/Paste patterns in C#.
3 Nov 2010, 11:27:00   Source: Refactoring Copy/Paste Code with the use of delegates   Tags: Algorithms

.NET Asynchronous Design Pattern for Native C++

Native C++ implementation of the .NET Asynchronous Design Pattern using Windows I/O Completion Ports
2 Nov 2010, 15:59:00   Source: .NET Asynchronous Design Pattern for Native C++   Tags: Algorithms