I haven't gotten into ORM frameworks much yet, and could use some input from experienced practitioners. Some of these questions may be naive. Please bear with me.
- In mapping objects to relations, do these frameworks also suggest indices that may be necessary for the queries to execute efficiently?
- The queries generated by ORMs, are they efficient in the relational domain? Do they mostly work fine as generated, or is there intervention required?
- What is the current consensus on the ORM of choice in the .NET world?