What I would add personally, in order of importance: -Make sure all of the mapping properties are documented. Some just have 1 liners which makes it hard to know their purpose, never mind how to use them.
-Reference for HQL. Right now its mostly the Hibernate HQL doc nearly copy pasted. I keep finding stuff you can do in HQL i didn't know about by googling around :) -XML comments/docs on all the methods for intellisense. -Reference for what constructs of criteria/linq/hql generates in various scenarios for the more common dialects, a little like what Ayende does on his blog. I realize that one would take way too much work to write up, but i can dream :) -Francois On Mon, Oct 25, 2010 at 8:35 AM, Fabio Maulo <[email protected]> wrote: > Consider this thread as a poll to know what you would like to have in our > reference documentation. > We know that we have some obsolete info, some incomplete info and a lot of > info spanned in various blog posts. > > What you would like to have in our reference documentation ? > > more images ? > step by step example about some general mapping task ? > specific "How to" ? about what ? > more details about extensions points ? which one ? > .... > .... > .... > > Please collaborate with some ideas and will try to find a solution. > We will use this thread to find better ideas and apply it. > > Thanks. > -- > Fabio Maulo > > P.S. try to avoid to transform this thread in personal discussion, each one > has an opinion and opinions, in this case ( ;-) ), are welcome. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
