hash_bucket()

Archive for January 2009

Edith Piaf, in the ears of a 9 month old

Posted by: globbe on: January 31, 2009

After listening once to Milord by Edith Piaf, she suddenly humms the refrain… … ??

Unit testing internal methods

Posted by: globbe on: January 12, 2009

Here’s a little gem.
Most people like to keep their unit test assemblies and code separate from the code being tested (maintainability is such a nice thing). This however raises the issue of how to write tests for methods and classes that are marked internal.
Lots of different approaches exist, such as editing the *.csproj file by [...]

Development Environment

Posted by: globbe on: January 12, 2009

Here’s a list of links to the free tools in my current Development Environment (in no particular order):
Testing:

NUnit
RowTest Extension for NUnit
Gallio / MBUnit
csUnit
TestDriven.net

Versioning

Subversion
TortoiseSVN
SlikSVN

Integration / Build

CruiseControl.net
msbuild
nant

Mocking

TypeMock

Metrics / Profiling

Studio Tools (ExactMagic)
CLRProfiler
SourceMonitor

Documentation

doxygen

Analysis / Visualization

dxCore
Snoop
Mole
SequenceViz
Reflector
FxCop

Use them, they’re good :)

Windows 7

Posted by: globbe on: January 12, 2009

Ok, so I pulled the previous post on Windows 7 since it didn’t really make much sense. Instead I will write up a little review of my experience setting it up and running it, when time so permits.
In the mean time, let me just say that I am impressed and pleased with the whole experience [...]


.

This blog has no clear focus. It has a focus though, it's just not very clear at the moment...

meanwhile, in the bat-cave:

  • @joltcan let's hope it stays 'til xmas!! 1 month ago
  • @sefr jo ti s? 1 month ago
  • looking for a good webhosting company in japan, with support for Ruby/MySQL/mail... any ideas? 国内でルビーの利用可のホスティングを探してます。お勧めはありますか? 1 month ago
  • should be sleeping, can't stop coding... 1 month ago
  • @kohji405mi16 True dat! But I have no LP player any more, and sadly most of the great new jazz that comes out is not released on wax.. 1 month ago

c

Dev Env.

Visual Studio 2008 Prof / NUnit / Gallio / csUnit / STools (ExactMagic) / doxygen / dxCore / TypeMock / TestDriven.net / SequenceViz / CLRProfiler / Snoop / Reflector / Mole / FxCop / Subversion / TortoiseSVN / SlikSVN / CruiseControl.net / msbuild / nant

Blog Stats

  • 26,968 hits

  • Paul Molyski: I ran into the problem of Premiere Pro 1.5 hanging on startup when I tried to run it from a cloned backup of my XP Pro system disk drive. Running the
  • LosManos: Instead of writing "DEBUG" everywhere one can do: private const string Debug = "DEBUG"; [System.Diagnostics.Conditional(Debug)]
  • LosManos: Running a client which talked to a web service I noticed: Only the client's System.Diagnostics.Debug.WriteLine calls were visible, not IIS's. But wh