I’m currently working with Windows 7 Public Beta (Build 7000) and I’m very satisfied with it. I only had two blue screens since I have installed it 3 months ago. I would like to share some really cool features in W7 in an upcoming post and look at this video on Channel 9.
But the interesting thing from a .NET Developers perspective is the 64 Bit part of Windows 7 (that should be the same as in Windows XP 64 Bit or Windows Vista 64 Bit) which I will cover in this post.
First of all: Most of the things developing .NET are running very well. The drawbacks will be shown later…

.NET, Software, Windows 7
.NET, 64 Bit, Memory, Windows 7, x64
I proudly announce the new features of SyntaxHighlighter2 even before the new release is available on the internet! Today I had a lovely chat via Skype with S H Mohanjith from Sri Lanka. We were discussing some feature improvements on SyntaxHighlighter2 wordpress plug-in.

Software
Mohanjith, SyntaxHighlighter2, Wordpress
A few weeks ago, I started using Mockito. Mockito is a mocking framework for Java.
What mockito is able to do:
- mocking interfaces and abstract classes
- mocking concrete classes
- spy real objects
(http://code.google.com/p/mockito)
I liked mockito so much that I decided to present it to you…

Java, Testing
Java, mocking framework, Mockito, Testing