Archive

Archive for April 6th, 2009

Windows 7 – 64 Bit – A .NET Developer’s View

April 6th, 2009
Thomas

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…

read more

 

.NET, Software, Windows 7 , , , ,

SyntaxHighlighter2 plugin by S H Mohanjith

April 6th, 2009
Daniel Marbach

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.

read more

 

Software , ,

Mockito

April 6th, 2009
Adrian Elsener

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…
read more

 

Java, Testing , , ,