I admit I was curious about Ash framework, but I never had some time to put my hands on it. A book by PragProg was a great opportunity to get a glimpse of what Ash is and where it makes a difference. Sadly, I ended up pretty disappointed - it's a very oldfashioned lang/framework learning book that:
- doesn't do well when it comes to explaining the idea of the framework (& its idioms, & the patterns it offers)
- doesn't teach you writing real-time solutions, but only "Hello world" trivial (& useless) apps
- doesn't compare the framework against the competition, revealing where it shines and where it would not work
- doesn't even touch practical aspects of running Ash applications in the wild (observability, operability, what 3rd party supports it and what doesn't)
I didn't learn much, sadly. In fact, the author started by presenting Ash as a framework to build rich-domain business logic alongside web-specific abstractions, but I totally didn't feel that in the examples provided by the book.
TLDR - 3 stars, rounded up from 2.2 (!), because there's no written alternative (any other book on Ash). In fact this book has cooled down my enthusiasm towards the framework - that's probably not the intended effect.