Author Archives: strobaek

About strobaek

.NET developer/architect. Runner, espresso drinker and lover of gourmet food.

Cooking

I have always had a passion for good food or rather gourmet food and the cooking of such. Ever since high school, where I was able to seduce my female classmates with dishes like Coniglio alla Provenzale, Osso Buco or … Continue reading

Posted in Cooking, Private | Tagged , | Comments Off on Cooking

Garmin Rocks

A couple of years ago I bought a running watch. The Garmin Forerunner 305 (http://bit.ly/NQzt0). At the time I bought it, I had the old 201, so it was really a step up. Newer models have come since, but this … Continue reading

Posted in Private, Running | Tagged | Comments Off on Garmin Rocks

Dev Days Aarhus 2009

I am going to attend Dev Days in Århus tomorrow, organized by Århus .NET User Group (www.anug.dk). Enough praise cannot go to the people from aung who put these events together. Come over and say ‘hi’ if you are around; … Continue reading

Posted in Conference | Tagged , | 1 Comment

Photo Booth

Until a year ago I did not have a personal computer. I mean, I had one, but it was not my own private box, but rather a laptop supplied by the company. It had been this way for ages; almost … Continue reading

Posted in Private | Tagged , | Comments Off on Photo Booth

Running

Finally got my act together and did some running this morning after a loooong summer break. Nothing fancy. A slow 10k around the countryside. Man did it hurt. I keep forgetting how it is to start up again after a … Continue reading

Posted in Private, Running | Tagged | Comments Off on Running

ReSharper

I have been playing around with ReSharper today. Thanks to rasmuski for an excellent introduction. First impression is good. Lots of shortcuts to learn, but this could definitely be a productivity booster.

Posted in Code | 2 Comments

Yet Another Code Snippet formatter

First some text. Then some code: [TestClass] public class MyTest { public MyTest() { } [TestMethod] public void Test() { // Fixture setup // Exercise system // Verify outcome Assert.Inconclusive(); // Teardown } } Then some more text:

Posted in UnitTest | Tagged | Comments Off on Yet Another Code Snippet formatter

Code Test, Take 2

This is a test of formatted code: public CompleteStorageService(string connectionString, string fileName) { if (connectionString == null) { throw new ArgumentNullException("connectionString"); } if (fileName == null) { throw new ArgumentNullException("fileName"); } this.connectionString = connectionString; this.fileName = fileName; this.syncLock = new … Continue reading

Posted in Miscellaneous | Comments Off on Code Test, Take 2

Kræmmermarket

Today was the yearly cultural day and fair in our small town. Lene had a stand and was actually able to sell some of our junk … ups … I mean valuables we no longer have a need for 😉

Posted in Private | Tagged | Comments Off on Kræmmermarket

Formatting code

I’m trying to find the best plugin for formatting the code.

Posted in Admin | Tagged , | Comments Off on Formatting code