Book Image

Learning NHibernate 4

Book Image

Learning NHibernate 4

Overview of this book

Table of Contents (18 chapters)
Learning NHibernate 4
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Organization of the chapter


This chapter is organized as a series of features, techniques, guidelines, gotchas, and so on. These do not appear in any particular order. Most of these are useful when dealing with performance tuning, but some are useful when dealing with issues such as memory consumption and other nasty issues you may face. I have not specifically put them into different categories. My aim is not to steer you towards performance tuning but to make sure you know these techniques and are able to use them when needed.

Note

The techniques/features that are presented here are most basic that you will find on this topic. As your experience with NHibernate grows and you become more expert you will figure out that there are several avenues for optimization that are applicable to very specific situations. It is not in the scope of this book to talk about all such optimization techniques. Our discussion here mainly concentrates on NHibernate features that help with optimization than tricks...