In search of a better name...
March 2008 - Posts
-
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...
|
-
-
I find it kind of annoying that Vista SP1 switches the /console switch to /admin. I don't understand why they had to break this and couldn't keep the old switch working. There's a bit more info at: Nick MacKechnie : MSTSC /console switch in Windows Server 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...
|
-
One of my coworkers, Josh Zana, has started a perf blog . Josh has been the perf champion for the SkyDrive and FolderShare websites, and I've been really impressed by his passion about perf and the results. I hope to see lots of good posts coming up. Read More...
|
-
Yesterday, we released a new version of the FolderShare web site and client. My team worked on the web site, which you might guess from the similarity to SkyDrive. In case you aren't familiar with FolderShare, it's an application that lets you sync files Read More...
|