There has been much debate over Microsoft’s first major Object Relational Mapper (ORM) called LINQ (Language-Integrated Query). Microsoft has released a several flavors of LINQ suitable for different purposes, most notably LINQ-to-SQL and LINQ-to-Entities. Most developers use LINQ-to-SQL given that LINQ-to-Entities is brand new and most info available online is about LINQ-to-SQL, so for the [...]
Filed under: Development Tools, Patterns & Practices | Tagged: .NET, LINQ, LINQ-to-SQL, NHibernate, ORM, PLINQO | 7 Comments »