Promising to do this for a while. I only really like to post about new stuff..others can cover old stuff in detail. Right now I’m learning: FubuMVC: a kind of super flexible, advanced version of an ASP.NET MVC framework. Has proven challenging to learn but really worthwhile. RavenDB: fantastic, document oriented database. Fits in really well with web development but has some unique challenges. JQuery: far from new, but building lovely UIs with it, REALLY improving my general Javascript dev skills (a lot thanks to this book). ...
Mainly for me to remember this but if you’re using the excellent Versioning bundle for RavenDB then you’ll find you quickly need to work out a way to get the latest version of a document if querying on any field other than ID (I *believe* ID actually only gets the latest one). The little index definitions below do just that (the secome one is just adding another field to the map so I can query by that…useful example)… documentStore.DatabaseCommands.PutIndex("CurrentVersion",
...