ActionPack launched
Contents
ActionPack–A very Rail-ish DAL generator for .NET has been released on CodePlex. It is definitely one of the cooling things I have seen in the code-generation world. One thing that stands out about it is that no actually code is generated…just the binaries. It relies on the 2.0 framework.
I know one of the most painful gaps of bridging .NET and SQL is nullable types. I am currently using the Nullable Types project on SourceForge with a few customizations. I will be interested how this addresses null values.