catch 22 - Andreas Kahler's blog
/* Quasi-random notes by a software developer */ }
November 24, 2009
My media temple hosted web site got hacked
›
Last night my web sites hosted at media temple got hacked. I got an email from them saying that they detected "suspicious activity...
November 18, 2009
WPF: How to set HorizontalAlignment in ListView/GridView
›
I spent quite some time figuring out how to set the HorizontalAlignment property for a cell in a WPF ListView/GridView. I wanted to set it t...
November 12, 2009
C#'s fixed statement doesn't work with delegates!?
›
I recently ran into an issue with using the C# fixed statement in conjunction with delegates. Let's look at a small example: unsafe byte...
November 2, 2009
Debugging event subscriptions in C#/.NET
›
Recently I had to debug a problem around events. I wanted to find out which objects are subscribing to a certain event and when. As there is...
September 14, 2009
Managing the browser history for AJAX apps with dojo
›
AJAX web application (or any web app using client side scripting to modify the page) suffer from the "Back button problem": Users ...
June 20, 2009
Creating an icosphere mesh in code
›
When you look at 3d modeling software like Blender , you will notice that there are usually two different sphere meshes available to choose ...
May 7, 2009
Fancy ways of checking for null parameters in C#
›
Having programmed in C++ for many years it happens every now and then that I write C# code like this: public void MyMethod(Test test) { ...
‹
›
Home
View web version