Browse by Tags
All Tags »
Visual Studio 2008 (
RSS)
Finally, the service packs we´ve all been waiting for. .net 3.5 SP1 can be found here and Visual Studio 2008 SP1 can be found here . Good work guys. Can´t wait to install these.
If you’re like me, you skip all readme files when installing something new and start hacking away instead. In most cases this works out fine, but every so often I would probably be better off just reading the readme or any other documents that came with...
We're finally closingin on the release of the version 4.0 of the every so brilliant ReSharper. You can find here . Among other things the beta offers quite a bit of C# 3.0 features: - New code analysis, context actions and quick-fixes; - New refactorings...
One of the things I've been finding annoying is the time the designer takes to load for an XAML file when opening it. Pressing escape stops it from doing all it's preparation for the designer and then maximizing it to XAML view helps, but that...
I've been working quite a bit the last two weeks with setting up a continuous integration build regime at work along side a big refactoring job that includes a lot of files and directories moving about. In TFS2005 the default path for builds was ...
I got all excited today and downloaded and instaled VS2008 QFE (.net source code) and enabled debugging according to Shawn Burke's blog and fired up a WCF server application I'm working on. The server is using the ServerHost class for hosting...