Saturday, December 1, 2007

Performance comparison between Linq, NHibernate and Stored Procs

This is detailed article on a performance comparison between Linq, NHibernate and Stored Procs with ADO.NET. Here we are trying to analyse performance between

  1. Linq
  2. nHibernate
  3. Stored Procedure
Article uses ADO.NET for the comparison.