I am trying to understand which ORM is fast in performance?
- NHibernate support Level 2 caching can we compare its performance with EF or Dapper?
- EF Code First looks promising, but do we have inbuilt Level 2 cache support for EF?
- Don't know much about Dapper ORM
Can someone please explains me pros and cons of this ORM and which one to choose for application performance boost.