September 2010 - Posts

1
Comments

Which one is faster SingleOrDefault or FirstOrDefault by zhirani

Generally, I don't see too much performance problem whether you use Single Or First. However if you have a table with lots of columns like 300 you might notice slight improvement if you use FirstOrDefault. Before we go deeper into the performance difference...
More Posts