New posts ideas
What sort of posts would you like me to write about next?
38 comments
-
rbirkby
commented
Talk about efficient paging search results showing items where each item constitutes an object graph. ie Search for Books, but display each Book and Book.Author.
This will elicit the SetMaxResults() with fetch-join dilemma. Batching isn't an option as you wouldn't always want to batch up the sub-relationships of the object graph, so what else can you do to get performance?
-
desfen
commented
+1 on explaining how we can get Silverlight + RIA Services + NHibernate back-end working together. Please !
-
Joe Young
commented
I would like your ideas on composite application architecture that you mention in http://ayende.com/Blog/archive/2009/07/23/feature-by-feature.aspx
-
kyle.nunery
commented
I would like to see posts about the following:
-What tools do you use on a regular basis and couldn't live without? (resharper?, notepad2?, evernote?, etc...)
-I have seen videos where you created a domain model using ActiveRecord in real-time... elaborate on when and how you move to using full NHibernate in more detail.
-Blog on what people could do to help NHibernate gain more traction.
-Why keep NHibernate tied to Hibernate or is it not tied to it anymore? (NHibernate would be easier to pick up if the nomenclature wasn't ripped from Hibernate, ie AliasToBeanResultTransformer, etc...)
-How far along is LinqToNHibernate? How can we help speed this development process up? (This is a killer feature to have for NHibernate!)
-How do you handle DTOs? -
chris.j.smith.uk
commented
Big end to end NH best practice example plus more slating of insane architectures (I've had to disprove a number of them so it adds more ammo to my cause) :-)
-
Eric Kaufman commented
Using NHibernate with Silverlight and WCF.
-
wolfbyte
commented
I'd really like to see more on the Concepts & Features Application Structure outlined here: http://ayende.com/Blog/archive/2009/03/06/application-structure-concepts-amp-features.aspx
-
Danthar
commented
NHibernate session management for desktop application.
-
imran
commented
I enjoyed the presentation you did at NDC 09 on building scalable systems. I especially like the real world scalability examples you gave. I think this is a very interesting topic personally.
-
David Cuccia
commented
+1 for the Glen's Henriksen's suggesion (1st post) re: an end-to-end example of NH use and best practices - please give us some n00b love. :)
-
julian.jelfs
commented
Oren, I'd love to get some detail on how to make the most of NHibernate's unit of work capability in a web app scenario. It seems like in a web app, because your unit of work may be split across multiple web requests (and therefore sessions), it's hard to use NHibernate's change tracking etc effectively and I find myself doing unit of work tracking myself. This seems to lead inevitably to an anaemic domain model and feels like fighting the tool.
-
Sebastijan Pistotnik commented
I would like you to start thinking and writing about RIA services (Silverlight) and NHibernate.
-
alwin
commented
How do you manage your dependencies? One of my projects depends on NH, Castle+Contrib, Rhino, Json.Net and more. After manually copy-pasting everything for months, I ended up making my first rake file for building and copying. It's really ugly, but it does the job.
Do you use Horn? Rake? Or boo scripts? Manually?
Thanks for your insights and take care!
-
Jozef Sevcik
commented
NHibernate session management for desktop application ;)
-
darrencamp
commented
Your thoughts regarding the role of a non-coding architect. Should such a person exist or is it an inevitable evolution for senior programmers.
-
Venu
commented
Ayende
I remember watching a video in which you talked about "Production quality software". You mentioned the book "Release it" by Michael T. Nygard and said it was one of your favorite books which changed your perspective. I have hence read the book and I agree.
Could you give a quick list of your favorite software development books?
Thanks
-
schlachtzeuger
commented
rhino.pht as cache in a messaging environment
your insight of how to design messages -
Justin Chase
commented
RhinoDSL?
-
Venu
commented
Using NHibernate with CQS architecture style
-
delucia
commented
Rhino.ServiceBus.Host as a generic host to host console and windows services.