3

Where to find .Net ORMs comparison with numbers or charts?

I am building a new websites, will work on arranging images and manipulate images online, so it will contain a lot of images, and sure many images make the website pages load slower.

So the speed of the data access layer very important for me, and i am searching for an ORM because i want to decrease the development time.

If you know any website or blog post contain a good comparison, please tell us.

Update:

I know there are a lot of questions on SO about ORM, but all recommend one, or tell about one that its better than another, i don't want you to recommend one, i just want to see a comparison and every one later can decide based on his needs

Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
  • 1
    all comparisons are going to be subjective, and depend on your business needs. – Mitch Wheat May 16 '09 at 16:28
  • So you want someone to do all the research for you to build a competitive matrix showing strengths / weakness / pro / con / features/ etc? Lets see, that should only take about 40-50 hours to complete... – Jason Short May 16 '09 at 18:39
  • 1
    No, i am asking if exist, don't want anyone to do this for me. – Amr Elgarhy May 16 '09 at 21:48

2 Answers2

3

check ormbattle.net. not very complete, but can giveo some idea

Antonio Dias
  • 319
  • 3
  • 17
  • 3
    ORMBattle.net has been frequently and correctly cited as a vendor-created website and is often labelled as a biased comparison. Just sayin'. – Mark A Mar 14 '11 at 23:57
2

Please see these previously asked SO questions:

Community
  • 1
  • 1
Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541
  • 1
    I know all of these question and saw them all before, but always the answer about recommendations, and based on personal experience, i don't want some one to tell me to use this ORM, i want to see a comparison and i will decide my self based on my needs, because in fact each ORm has its Advantages/Disadvantages. – Amr Elgarhy May 16 '09 at 12:53