-
Hanselman posted these links with items that will be included in SP1 for Vista. One of them claims to fix the file copying issue... Here's the link to Hanselman's post: http://www.hanselman.com/blog/VistaPreSP1PerformanceAndReliabilityFixes.aspx
-
This has been harped on by numerous people on the internet, but I decided to add a few more details. Vista definitely has some problems with basic windows networking when dealing with copying files over a network, even to a computer sitting on the same...
-
There are several things on my plate at the moment. I'm going to be working on an article comparing both CodeRush with Refactor Pro and ReSharper, two of the most popular add-ins for Visual Studio.NET. Look for that write up soon. In addition, I'm...
-
So, I've played with eScrum a little more. It does look quite promising if Microsoft will put a little more effort into it. It is very rough around the edges, but it seems quite good for an addon that is free of charge. In particular, the reporting...
-
Okay, so here's a feature I never knew existed... Recently, I received some code that did not have the appropriate solution and project files with the source. I was prepared to go through the tedious motion of creating the projects one by one and...
-
So I've started working with Mono and the integrated development environments leave a little to be desired. MonoDevelop is coming along, but it is focused on GTK# and, let's face it, most .NET developers are more concerned with Windows Forms development...
-
Recently, I sent out my first patch to the Mono libraries. I'm pretty interested in the project and I'll be contributing more in my spare time. What was interesting, though, is that Microsoft changes certain things with little or no documentation...
-
One of my current projects has the need for matching textual differences in strings and displaying differences to the user. To further this effort, I've done a little research. Here are a couple of solutions: This library is ported from Perl by Joshua...
-
A friend of mine sent me a link to the new eScrum tool that Microsoft has put out. It is targetted at helping organizations who practice Scrum manage their projects. It has most of your typical features, including tracking products, sprints, backlog items...
-
So as you know, I've been recently working with Mono on both windows and linux. My main development machine is a fairly decent machine with Vista 64 on it. The reason I put the 64 bit version on it is that it has 4 gig of memory and I wanted to address...
-
I really have a hard time with people who claim that tabs should not be used because other editors may not format the source code properly. From a practical perspective, tabs are more versatile and should definitely be used over spaces. The biggest reason...
-
So recently at work we've decided to utilize mono in order to support some cross platform development between windows and linux. We've traditionally (at least while I've been there) been a windows based shop and most of our talent lies in...