Microsoft’s Extensible Storage Engine with F#
http://blog.ctaggart.com/2010/02/microsofts-extensible-storage-engine.html
cheers,
Cameron
nice work and thanks for sharing.
One thing NHibernate (and FunctionalNHibernate) is trying to solve is to remove the boilerplate code like:
writeString sn t columnNumber p.Number
or
SellEndDate = readDateTime sn t columnSellEndDate;
That's really something which can be inferred from the mapping and the record definition.
BTW: it seems you forgot to add the writeDateTime sn t columnSellEndDate p.SellEndDate line?!
Regards,
Steffen
-----Ursprüngliche Nachricht-----
Von: functional...@googlegroups.com [mailto:functional...@googlegroups.com] Im Auftrag von Cameron Taggart
Gesendet: Dienstag, 2. Februar 2010 08:58
An: functional...@googlegroups.com
Betreff: OT: Blog: Microsoft's Extensible Storage Engine with F#