Daily Archives: Friday, 10 October, 2008

Method hiding or overriding – or the difference between new and virtual

When developing applications it is very important to understand the difference between method hiding and method overriding. By default C# methods are non-virtual. If you are a Java developer this may come as a surprise. This means that in C# … Continue reading

Posted in Software Development | Tagged , | 13 Comments

Microsoft Surface

Last weekend I was in Reading for the UK and Ireland MVP Open Day. And one of the highlights of the day was being invited to the Microsoft Technology Center at Microsoft’s Thames Valley Park campus and to able to … Continue reading

Posted in Uncategorized | 1 Comment