Tree Relationship Calculator
Last Updated: 21 Oct 2008
Page Views: 7,983
Rating: 3.82/5
Votes: 6
Popularity: 2.97
Bookmark Count: 19
Licence: The Code Project Open License (CPOL)
The Tree Relationship Calculator is an object that accepts an XML representation of a tree and will calculate the relationship of any two members within it. This article describes how relationships are calculated, and what terms like second cousin, or first cousin once removed, mean.
Building an SQL Logic Engine
Last Updated: 22 Sep 2008
Page Views: 7,476
Rating: 4.50/5
Votes: 4
Popularity: 2.71
Bookmark Count: 18
Licence: The Code Project Open License (CPOL)
This article describes how to build a logic engine entirely in SQL. In the context of our example, a logic engine is a program that takes in a set of variables and corresponding values, evaluates a set of predefined conditions and builds a result set based on which conditions were found to be true.
Using Reflection.Emit to Precompile Expressions to MSIL
Last Updated: 6 Jan 2009
Page Views: 10,986
Rating: 4.70/5
Votes: 25
Popularity: 6.58
Bookmark Count: 62
Licence: The Code Project Open License (CPOL)
The classes in this project allow you to parse text expressions entered by a user and compile them to a .NET assembly. This assembly can be executed on the fly, or saved to a DLL.