PDC and other Microsoft Related Stuff
A little summary what I found interesting: C# 4.0 adds dynamic typing to the language. The type ‘dynamic’ represent a dynamically typed object. All method-calls are dispatched at runtime and…
Read moreA little summary what I found interesting: C# 4.0 adds dynamic typing to the language. The type ‘dynamic’ represent a dynamically typed object. All method-calls are dispatched at runtime and…
Read moreSpec# is a extension to C# which add contracts to the language. Contracts are nothing new, it has been around for decades, but aren’t present in most popular languages. In…
Read moreGWSig 2.0 is nearly finished (yeah. no php-coding anymore). I’m now going to write the documentation, fix some known bugs, improve the spelling and layout and then release it under…
Read moreA quote from the talk on channel 9 with Erik Meijer, Bertrand Meyer and Yuri Gurevich. Charles Torre (the interviewer) is asking, why the majority of the programmers using languages…
Read moreI’m working on version 2.0 of my Guild-Wars-Signature-Project. The fist version was a fast hack, so version 2.0 will have lots of improvements. Although I really dislike PHP(it makes stupid…
Read moreMicrosoft has released there research OS under there Academic License. I’ve really waited for this a long time and I’m going to play around with it. Well it’s not open…
Read moreBecause I’m currently to busy to dig into stuff myself I’m lazy an just post a list of exiting talks about all kind of geeky topics: Java-Related-Talks: The new Java…
Read moreI’m a heavy user of generalized classes and interfaces in Java.Sadly, the generalization is only for compile-time checks. But because you can cast any parameterized class-instance to an unchecked instance…
Read moreI’ve created a wiki on my site. Well, I won’t use it as “classic”-wiki. It will be my content-management-system for static-sites and knowlege stuff. Some stuff is just easier to…
Read moreSince Java-5 generics are supported. Sadly, there’s no way to find out/specify the parameters at runtime. Normally you can life without this, but in the case of the dependency-injection libraries,…
Read more