In search of a better name...
Browse by Tags
All Tags »
.Net development (RSS)
Sorry, but there are no more tags available to filter with.
-
I love LINQ! I’ve found that much of the code I write involves manipulating collections in ways that can be very naturally expressed in LINQ. One interesting aspect of LINQ is that things are evaluated just in time as you enumerate over them. This can Read More...
|
-
We ran into an interesting bug recently where a resource was being leaked because we weren't disposing of an IDisposable in some cases. Before I go any further I should state that the root bug is that the IDisposable hanging onto the resource should have Read More...
|