Entity Framework 5 vs Telerik OpenAccess ORM (specifically) -


i starting new project , want advice on choosing orm. know topic has been brought before, topic specific either entity framework 5 (not 4) or telerik openaccess orm.

the project reside on windows azure , use windows azure sql database. migrate .net 4.5 once 4.5 live on azure.

i telerik ultimate collection subscriber.

does in know have pros/cons scenario? leaning towards telerik openaccess @ moment.

thanks

first off, comment:

"this not answer - may want keep eye on following if intend use openaccess against azure: telerik.com/community/forums/orm/orm-express/… " not reflect correct product.

deals free version of openaccess. jayantha specified in question "ultimate collection subscriber".

the openaccess orm compatible azure.

some reasons choose openaccess orm on entity framework 5:

  • batch operations in visual designer
  • code generation wcf services
  • code generation asp.net web api services
  • dynamic model modifications
  • custom types framework
  • built-in validation frameworks
  • .net 3.5 support
  • pessimistic concurrency
  • built-in l2 cache
  • advanced connection pooling
  • pure xml mapping

what lose when using openaccess ef5 provides:

  • self-tracking entities
  • full support enumerations in visual designer (partial support only)

go figure!


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -