-->

Jun 7, 2014

ILIST vs IENUMERABLE

ILIST vs IENUMERABLE
S.NoParticularsILISTIENUMERABLE
1Add/Remove ItemSupport.doesn't support.
2Filteringdoesn't support.Support.

Jun 6, 2014

Store Procedure Vs LINQ

Store Procedure Vs LINQ
S.NoParticularsStore ProcedureLINQ
1FasterFaster than LINQ.Slower than Store Procedure.
2DebugNot Allowed.Allowed.
3writing complex queriesBest Way.Not Possible.
4DeploySQL script for deployment.easy and simple.