Zorgoban wrote:
You should not have to care how NHibernate is internally designed, you just should know what it is for and how you use it.
Zorgoban
Ugh. Sorry to be disagreeable, but this is wrong on many levels. I really care about the quality of what I produce. I don't just slap stuff together without understanding how it works and picking the right tool for the job.
Zorgoban wrote:
Hello!
Technically it is just a tool to cut down development time. Its as always a trade between comfy programming and performance. So if you have lots of time and costs dont matter, you are more performant with direct queries on stored procedures. But consider, generating the queries themselfes is not the bottelneck of this system. Transforming the results to object instances is much more time consuming.
Zorgoban
I don't think the costs are terribly high to write sql statements. Even if it were high I could probably find a code generator or use serialization in .NET.
Thanks for taking out the time to help. :)