Tagged Questions

11
votes
9answers
2k views

Most complete ORM with LINQ support?

I'm looking for an ORM that offers complete or near-complete LINQ support. LINQ to SQL - Supports about everything inside of LINQ (.Contains, Math.Log, etc) - Cannot eager load relationship ...
1
vote
1answer
450 views

MVC3 app architecture - how to store data

Goals: Be able to rapidly develop an application in MVC3 Have validation in one place (ie probabaly the model) where I already have a database Question: What is your current toolchain of choice ...
0
votes
1answer
163 views

NHibernate,Entity Model or LightSpeed which is preferable?

Can any one tell which is best suited for performance oriented applications?