.NET news » Algorithms 
Finally! Entity Framework working in fully disconnected N-tier web app
Entity Framework is world’s most difficult ORM for n-tier application. See how I have produced a 100% unit testable fully n-tier compliant data access layer following the repository pattern using Entity Framework.
11 Jun 2011, 11:18:00 Source: Finally! Entity Framework working in fully disconnected...
Tags: Algorithms
Entity Framework: Code First in the ADO.NET Entity Framework 4.1
The latest version of the Entity Framework includes two new main features: the DbContext API and the Code First development pattern. We show you how to use these to develop applications, starting with the basics and moving on to more advanced techniques.
Man, Marriage and Machine – Adventures in Artificial Advice, part 3
‘Expert Systems’ is one of the most commercially successful application of Artificial Intelligence. This three part series describes how to develop an expert system based artificial advisor, using a backward reasoning algorithm.
9 Apr 2011, 19:33:00 Source: Man, Marriage and Machine – Adventures in Artificial...
Tags: Algorithms
Man, Marriage and Machine – Adventures in Artificial Advice, part 1
‘Expert Systems’ is one of the most commercially successful application of Artificial Intelligence. This three part series describes how to develop an expert system based artificial advisor, using a backward reasoning algorithm.
9 Apr 2011, 19:33:00 Source: Man, Marriage and Machine – Adventures in Artificial...
Tags: Algorithms
Man, Marriage and Machine – Adventures in Artificial Advice, part 2
‘Expert Systems’ is one of the most commercially successful application of Artificial Intelligence. This three part series describes how to develop an expert system based artificial advisor, using a backward reasoning algorithm.
9 Apr 2011, 19:33:00 Source: Man, Marriage and Machine – Adventures in Artificial...
Tags: Algorithms
Sorting an Observable Collection using the view model from the MVVM pattern
The purpose of this article is how to allow sorting of controls (e.g. a Listview) that are bound to an ObservableCollection using the MVVM (model, view, view model) pattern and the sorting takes place in the view model.
7 Apr 2011, 11:34:00 Source: Sorting an Observable Collection using the view model...
Tags: Algorithms
MapReduce in F#: Parsing Log Files with F#, MapReduce and Windows Azure
F# is a powerful new dynamic language for .NET developers. We'll show you how powerful by whipping up a MapReduce algorithm in F# for parsing Windows Azure log files.
31 Mar 2011, 19:00:00 Source: MapReduce in F#: Parsing Log Files with F#, MapReduce and...
Tags: Algorithms
Windows Azure Development: CQRS on Windows Azure
Learn how Command Query Responsibility Segregation represents a shift from more classic, three-tier application architecture toward a message-based, asynchronous pattern. We walk you through a reservation booking app to demonstrate how CQRS lends itself to Windows Azure development.
MVVM# Episode 4
Using an extended MVVM pattern for real world LOB applications: Part 4
MVVM# Episode 2
Using an extended MVVM pattern for real world LOB applications: Part 2