Dynamic Linq and Expression Parsing in .NET as a hint of C# compiler extensibility
There is a DbLinq provider for multiple non MS-SQL databases. The project is open-source and hosted on the Google Projects under MIT license. It is even more interesting, however, that it contains dynamic expression parser that allows code like this one to execute: sealed class Order { public double SubTotal { get; set; } public …