1

which one is best ORM for using in CMS based application

DaveRandom
  • 87,921
  • 11
  • 154
  • 174
Fraz Sundal
  • 10,288
  • 22
  • 81
  • 132
  • possible duplicate of [What ORM for .net should I use?](http://stackoverflow.com/questions/1691575/what-orm-for-net-should-i-use) – George Stocker May 24 '10 at 12:32
  • 1
    There isn't an ORM that 'better fits' a CMS than any other ORM. If you're looking for an ORM for a .NET based solution, there are plenty of ones out there: http://stackoverflow.com/questions/146087/best-performing-orm-for-net http://stackoverflow.com/questions/206197/best-free-orm-tools-to-use-with-net-2-0-3-5 http://stackoverflow.com/questions/1539429/best-orm-option-from-asp-net-mvc-to-mysql http://stackoverflow.com/questions/249550/what-orm-frameworks-for-net-do-you-like-best http://stackoverflow.com/questions/1691575/what-orm-for-net-should-i-use – George Stocker May 24 '10 at 12:33

1 Answers1

0

Go for Linq2Sql.

this. __curious_geek
  • 42,787
  • 22
  • 113
  • 137