Sign in
|
Join
|
Help
Search
Dennis van der Stelt
The most votes generally drown out the best votes
Home
Contact
RSS for Posts
Atom
RSS for Comments
Community
Home
Blogs
Media
News
Email Notifications
Go
I read...
Alex Thissen
Anko Duizer
Frans Bouma
Daniel Moth
Justin Smith
Mike Taulty
I Use...
ASP.NET
CopySourceAsHTML
SQL Server Stuff
Visio UML 2.0 Stencils
ConnectionStrings
VSO Image Resizer
Precode WLW plugin
Tags
.NET Compact Framework 3.5
.NET Framework 2.0
.NET Framework 3.0
.NET Framework 3.5
Agile
Architecture and Design
ASP.NET
Azure
Blogging
BloggingAbout.NET
Community Server
Development
Games
Miscellaneous
MIX07
PDC08
Personal
Silverlight
Team System
TypeMock
Utilities
Vista
Visual Studio 2005
Visual Studio 2008
WCF
Recent Posts
Attach to debugger script and shortcut
Stopwatch snippet
VS2008 DataDude and conditional deployment
Using C# 3.0 from .NET 2.0
Turn off automatic updates with ClickOnce
Archives
March 2010 (1)
February 2010 (2)
December 2009 (1)
November 2009 (2)
October 2009 (4)
August 2009 (1)
July 2009 (6)
June 2009 (5)
May 2009 (2)
April 2009 (3)
March 2009 (5)
February 2009 (4)
January 2009 (1)
November 2008 (4)
October 2008 (17)
September 2008 (5)
August 2008 (1)
July 2008 (3)
June 2008 (8)
May 2008 (2)
April 2008 (5)
March 2008 (6)
February 2008 (7)
January 2008 (2)
December 2007 (10)
November 2007 (6)
October 2007 (6)
September 2007 (4)
August 2007 (11)
June 2007 (8)
May 2007 (5)
April 2007 (4)
March 2007 (3)
February 2007 (3)
January 2007 (9)
December 2006 (15)
November 2006 (21)
October 2006 (9)
September 2006 (8)
August 2006 (13)
June 2006 (5)
May 2006 (1)
April 2006 (3)
March 2006 (3)
February 2006 (8)
January 2006 (7)
December 2005 (2)
November 2005 (8)
October 2005 (10)
September 2005 (7)
August 2005 (9)
July 2005 (5)
June 2005 (7)
May 2005 (6)
April 2005 (6)
March 2005 (10)
February 2005 (7)
January 2005 (15)
December 2004 (10)
November 2004 (6)
October 2004 (7)
September 2004 (3)
July 2004 (6)
June 2004 (15)
May 2004 (23)
April 2004 (5)
March 2004 (12)
February 2004 (27)
January 2004 (5)
December 2003 (10)
November 2003 (10)
October 2003 (16)
Browse by Tags
All Tags
»
Visual Studio 2005
(
RSS
)
.NET Compact Framework 3.5
.NET Framework 2.0
.NET Framework 3.0
.NET Framework 3.5
Development
Silverlight
SQL Server 2005
SQL Server 2008
Team System
Utilities
Visual Studio 2008
Visual Studio 2010
WCF
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...
Posted:
Tue, Mar 10 2009 1:31 PM
by
Dennis van der Stelt
| with
5 comment(s)
Filed under:
Development
,
Visual Studio 2008
,
Visual Studio 2005
,
Visual Studio 2010
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...
Posted:
Wed, Jun 11 2008 12:00 PM
by
Dennis van der Stelt
| with
2 comment(s)
Filed under:
Development
,
Team System
,
Visual Studio 2008
,
Visual Studio 2005
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...
Posted:
Mon, Jun 2 2008 4:18 PM
by
Dennis van der Stelt
| with
no comments
Filed under:
Development
,
Visual Studio 2008
,
Visual Studio 2005
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...
Posted:
Wed, Dec 5 2007 9:48 PM
by
Dennis van der Stelt
| with
12 comment(s)
Filed under:
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
,
.NET Framework 2.0
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...
Posted:
Wed, Nov 28 2007 1:27 PM
by
Dennis van der Stelt
| with
8 comment(s)
Filed under:
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 2.0
~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
Posted:
Tue, Nov 20 2007 4:14 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
,
.NET Framework 2.0
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...
Posted:
Mon, Nov 5 2007 9:40 AM
by
Dennis van der Stelt
| with
13 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
,
.NET Framework 2.0
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...
Posted:
Wed, Aug 22 2007 10:41 PM
by
Dennis van der Stelt
| with
5 comment(s)
Filed under:
Utilities
,
Team System
,
Visual Studio 2005
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...
Posted:
Mon, Aug 13 2007 12:45 PM
by
Dennis van der Stelt
| with
5 comment(s)
Filed under:
Visual Studio 2008
,
Visual Studio 2005
,
.NET Compact Framework 3.5
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...
Posted:
Sat, Aug 11 2007 7:16 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
WCF
,
Silverlight
,
Visual Studio 2005
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...
Posted:
Thu, Jun 28 2007 3:25 PM
by
Dennis van der Stelt
| with
5 comment(s)
Filed under:
SQL Server 2005
,
SQL Server 2008
,
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
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...
Posted:
Wed, Jun 20 2007 12:27 PM
by
Dennis van der Stelt
| with
no comments
Filed under:
Utilities
,
Team System
,
Visual Studio 2005