I'm a software development consultant looking for some tools to help me quickly understand a new application when I begin a new project at a customer site. The sort of things i think would be useful to get a high level overview of the application or system would be DB Schema diagrams, Domain object model diagrams, UML diagrams, API, etc. Basically things that give me a high level overview of the product, and how to work with the application from a developers stand point. Right now I'm using object browser in visual studio, but feel like there should be better and more options for this sort of thing. I did use a tool called Doc-O-Matic and it gave me some idea of the relationship of the class files in the C# solution.
My current project is a large & complicated application written in C#, Spring.net, NHibernate, MVC and I'm trying to get my head around the design. It seems very sophisticated and heavily uses OO design patterns, and things are very abstracted which makes it harder to follow what the application is doing (although I'm sure it's designed well from an OO perspective).
What sorts of tools, techniques are available to help me get this kind of information in situations where little to no documentaiton is provided by the customer (as is often the case)? What tools, tricks do you use to learn a new system quickly?
Thanks!