Dennis van der Stelt

The most votes generally drown out the best votes

Community

News

  • Addicted to Refactor! Pro

Email Notifications

I read...

I Use...

Tags

Recent Posts

Archives

Browse by Tags

All Tags » Visual Studio 2005 (RSS)
Attach to debugger script and shortcut
I got sick of manually attaching to the webserver (either aspnet_wp.exe on WinXP or w3wp.exe on Win2003 or later). You can have a macro for that, incl. a shortcut key. I got this from somewhere on the web, but forgot where. If I find out, I’ll of course...
Stopwatch snippet
A little snippet that I use from time to time when I need information on how long something takes. Type ‘sw’ (without the quotes) and tab-tab . Installation is easy, just create a file called “sw.snippet” in your %Documents%\Visual Studio 2008\Code Snippets...
VS2008 DataDude and conditional deployment
This has taken us some time; depending on which environment you are, telling Visual Studio 2008 for Database Professionals Edition (or simply DataDude) what user it should use to deploy the SQL scripts, during an automated build. We're working with...
Using C# 3.0 from .NET 2.0
Yesterday I wrote an article on the property snippet in Visual Studio 2008 and that it had changed from Visual Studio 2005. Only a few hours later, I questioned myself if even a few people might be interested in this. Not because of the snippet, but because...
Turn off automatic updates with ClickOnce
I got an e-mail with the question how to turn off automatic checking for updates, when you're doing a manual check for updates with ClickOnce . Strangely enough I forgot to mention this in my previous article. The above dialog window can be obtained...
~Visual Studio 2005
Forget about VPC, VMWare and the likes, I finally got it on my laptop! Let's play... Oh, by the way, after I've finished Call of Duty 4. This game ROCKS! Technorati Tags: Visual Studio 2008 , .NET Framework 3.5 , .NET 3.5 , Team System
Manual check for updates with ClickOnce
I really love [wikipedia:ClickOnce], because it removes the necessity to build a web application. In my years as a developer, I can't count the projects that were web based, simply because of the deployment model. And then ClickOnce came around. Now...
MSBuild tasks for Team Foundation Server
I've experienced editing Team Foundation Server builds by hand and I didn't like it. Maybe I'm missing something here, but it's very complex and troublesome. I want some more 'advanced' stuff in my build process, like preparing...
Connect to internet from device emulator in your VPC
I'm writing some applications and demos for the Summer Class using the .NET Compact Framework 3.5. For one of them I need the internet, but couldn't connect. Some problem about the device emulator that can't connect due to Virtual PC. I've...
Just to late: WF & WCF beta 2 samples
Arrgh, these come out just a day or two too late. But that's life when you're always one step ahead. ;) WF & WCF samples http://www.microsoft.com/downloads/details.aspx?familyid=2611a6ff-fd2d-4f5b-a672-c002f1c09ccd&displaylang=en&tm...
System.Transactions still not working
UPDATE : It seems the SQL team actually have build a solution . A while ago I wrote some articles on System.Transactions and the fact that it's almost impossible to use the Lightweight Transaction Manager (LTM) and not get bumped up to a distributed...
TFS Get latest version on checkout
As most Team Foundation Server (TFS) users will know by now, upon checkout of a file from source control, the latest version isn't retrieved. For a lot of users very odd, while this was the cast in Visual Source Safe. This is actually by design. And...