Ads on Twitter – good or bad?

A couple of days ago I twittered that the hotel in Seattle I was about to book was too expensive:

Really looking forward to ALT.NET Conf Seattle! But I was too late booking a room in the Mariott Hotel. Too expensive!

Lars Corneliussen: Really looking forward to …

Just a couple of hours later AirBedandBreakfast started following me and sent me this link with a list of accommodations in Seattle:

AirBed & Breakfast: Accommodations in Seattle, WA

open tweet

Is this good or bad? In this case it didn’t help me, because I already booked the hotel.

What do you think?

Advertisement

Tortoise SVN – My global ignore pattern (C# and R#)

Don’t know what I’m talking about? Read this.

I’m tired of having to recreate this over and over again so I had to make a note somewhere.

*\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache

Update

Meanwhile I am maintaining ignore patterns for svn, git and hg here:

https://github.com/lcorneliussen/xignore/

.git target* *\bin *\bin\* *\obj *\obj\* *.suo *.user *.bak *.ReSharper** **\_ReSharper.** **\StyleCop.Cache **\*.dotCover *.releaseBackup release.properties *.versionsBackup *.diff *.vssscc *.vspscc *.scc

My .NET Development Must-have Tool List

While installing my new development VM running Windows 7 Beta on my MacBook Pro via VM Ware Fusion, I just wrote a list of the tools I installed.

For daily use

Profiling

  • JetBrains dotTrace, ~ $500, Great Performance and Memory Profiler
  • nCover, from ~ $300, Code Coverage Tool for Test and Live Coverage
  • NDepend, ~ $400, Static Code Analysis for Quality
  • TD.Net, Free Personal Edition, Test-Runner with NCover support

For more tools have a look at Scott Hanselman’s Ultimate Developer and Power Users Tool List for Windows

kick it on DotNetKicks.com

Can’t get intellipad up and running (solved)

Update: Switched off 3D-Support in the Fusion-VM-Settings. Everything works fine now.

I need to do some intellipad screenshots for my article on DSLs, but on my Parallels XP installation intellipad just crashes on every start. Great! A good reason to test Windows 7 on a VM Ware Fusion. But now, even worse, the whole VM crashes every time I startup intellipad 🙂

It just hangs as this screenshot shows. Any ideas?

Bild 7