Last week I did struggle finding out why a test was failing only on our Cruise box, only in the Cruise build.
I wanted to get a screenshot of each failing tests, and I think I found a clever solution: aop.
We already use PostSharp on our code base for logging, transaction demarcation and hibernate session support, [...]
Tag Archives: C#
AOP, NUnit and Selenium: clever screenshots of failures
Fan Programming Language
I’m just having a look to Fan and it seems quite a cool language, soon more posts on this.
Fan Programming Language: “Portability
Write code portable to both the Java VM and the .NET CLR.
Familiar Syntax
Java and C# programmers will feel at home with Fan’s curly brace syntax.
Concurrency
Tackle concurrency with built-in immutability, message passing, and REST [...]
Some (N)Hibernate Learnings
After at least two years of Hibernate and NHibernate experience I can say that I know what’s going on, I can’t still say that I know very well (N)Hibernate but I wanna share some learnings.
The logger is your best friend:
When sometimes goes wrong, the logger (or at least a profiler) will help you, [...]
How do you build your projects?
Recently we migrated all our build scripts from a combination of bat files + msbuild to a couple of NAnt build files.
There are some reasons for this and some nice outcomes.
Reasons
First of all we wanted to have the same build scripts for Development, CI, QA, UAT and production Environment.
On the Dev machines [...]