Ruby Mine 1.0 Released
JetBrains has release their first version of Ruby Mine 1.0, a Ruby-IDE. But its is clearly based on IntelliJ Idea. They have removed all Java related plugins and extended the…
Read moreJetBrains has release their first version of Ruby Mine 1.0, a Ruby-IDE. But its is clearly based on IntelliJ Idea. They have removed all Java related plugins and extended the…
Read moreA while ago I’ve found a nice way to implement argument validation on the Paint.Net-blog. Its a fluent-interface like this: public void CallMe(object sender,int size, string name) { Validate.Begin() .IsType<Guid>(sender,…
Read moreThere are tons of dependency injection (DI) containers around in the Java and the .NET world. The are the well know, big ones like Spring (Java, .NET), Castle Windsor etc.…
Read moreJust wrote again really ugly reflection based code. In such moments I really wish that the ‘dynamic’-type is already here. I wanted to make this statement, but replace the MyServiceResolvedAtRuntime…
Read moreI’ve looked for a small embedded, easy to use data store for implementing my small software-engineering course project. Of course I’ve looked at MS SQL Server, which works great together…
Read moreWell I’m exited to see the ‘special’ episodes of Doctor Who and Torchwood \o/. Also it’s the last season with David Tennant as the doctor. Doctor Who Planet of the…
Read more