I m planning to improve the performance of some applications. We generally use factored datahelpers (using System.Data.Common, but we are thinking to specialize some applications that are always going to use sql server.
Does anyone know or could test if is increased the performance using specialized classes instead of factorized classes?
thanks