-
.NET
Enabling parameterized tests in MSTest using PostSharp
I have blogged about the shortcoming of Microsoft’s unit testing framework in the past. It has very good Visual Studio…
Read More » -
.NET
Using IDisposable to restore temporary settings example
This is WinForms code from a long time ago, but the concept of using an IDisposable interface to do resource…
Read More » -
Software Development
Windows 8 on laptop in-depth analysis
Having used Windows 8 on one of my laptops for last couple of days, this article would be toned as…
Read More » -
Software Development
Getting Started with Testing
In a recent article I described how important I consider the practice of Testing, especially in the form of TDD.…
Read More » -
Software Development
How to GROW a user story
As a user, I can add social security number, so patient logs have social security numbers As a developer, how…
Read More » -
Agile
Coding: Spike Driven Development
While reading Dan North’s second post about software craftsmanship I was able to resonate quite a lot with a point…
Read More » -
.NET
Retrieving GAC Assemblies and Information
Retrieving GAC assemblies and their information. This was a question posed by one of my colleagues while he was developing…
Read More » -
Software Development
Logging Antipatterns
As we hopefully all agree good logging is a great asset. Yet I come across aweful styles of logging (and…
Read More » -
Software Development
Small Refactorings are OK
Many programmers seems to get caught up on the idea of refactoring. Most of us are familiar with the Boy…
Read More » -
Software Development
A Culture of YAGNI
My natural habitat is an agile software development company. I usually meet with people who are already agile, or aspiring…
Read More »
[homeForm]