Les versions de .NET - Comprendre les versions des différents composants (C#)
An article I wrote (in French) because I was tired of hearing people miss-understanding the different .NET component versions numbers.
Brussels, Belgium
I started programming scripting from mIRC. From there I got to Basic. From there, I moved to Pascal in grad school, then C, Java and C++, then again Java and C at university. I also experimented .net in my free time and fell in love with C#.
I like programming, learning about programming, talking about programming with my enlighten colleagues at lunch, reading about programming, dreaming about programming, etc... I also like writing documents, but only when I have something interesting to write about and that is it useful, not when everybody knows that no one will never read it.
I dislike bureaucracy, administrative work that gets in the way, having only one monitor, people with no sense of humor, being told that a 40€ technical book is too much of an expense.
My native language is French, and my English is not too bad. I have been actively learning Greek for a bit more than a year and I have good notions of Dutch from school but I'm very rusty.
September 2011 - Current
I am working as an IT architect on projects that revolve around the European e-Justice Portal I am meeting with experts from Member States to design technical solution to achieve European wide interoperability solutions to interconnect existing judicial systems. I am also in charge a small home made tool (C#) that converts massive amount of documents in all official languages in the right HTML format so that they can be uploaded into our CMS. The input documents tend to be very faulty as they are converted from Word documents that have been translated, so it includes a lot of heuristic fixes to the format and lots of regression testing no to break what already works.
March 2010 - August 2011
ING K2: development of the public site of ING on SharePoint. I was responsible for development of some components of the solution and their link with the admin part. Public website accessible at http://www.ing.be. NayaMed: in charge of the work on the interfaces of the CRM system with the SAP back-end. Was known as "the person to go to when you have an issue with C#". I also got a comment from company technical lead that told me one day "well, it seems you know .NET more than I do!"
August 2006 - February 2010
I have been involved in many projects. From the more recent to the least recent:
2004 - 2006
This time, I never had to retake any exam. Again, no failure in any programming related course.
2000 - 2004
Never failed to any programing exam and failed lots of non programing exams.
2008
2009
2010
An article I wrote (in French) because I was tired of hearing people miss-understanding the different .NET component versions numbers.
I find amazing how the var keyword introduced in C# 3.0 is misunderstood.
A few days ago, I had a question at work on why “regular” objects could be modified when in a method, while strings couldn’t. That’s a good question that any C#/Java developer (and many other…
Some time ago, I wrote how the call instruction could actually call an instance method on a null reference, and that inside this instance method, the this keyword would reference to null.
In a previous post, I wrote how you can call Extension Methods on null references, as in fact the are static methods with one more parameter, the extended object itself.
I’m often amazed that most programmer don’t know that in C# and in Java you can use the simple & and | as logical operators. It seems than most people don’t event know that they exist!

Conventions, Idioms, and Patterns for Reusable .NET Libraries
Krzysztof Cwalina, Brad Abrams
486 PC
Visual Studio
http://www.babymovie.be - A company I made the website for a few years ago using PHP, MySQL etc. Mind you that I don't want to do that as a full time job.
When I was 16, my dad brought back home an old 486 from his office. I didn't knew much about computers at that time, but I quickly got used to it. I opened it, and asked him to bring back others old pc if he could. He then brought back some, that I dismounted in order to build a better pc from the best parts I could find in each. I then bought an old Pentium 60 from a friend, and two years later I finally bought an up-to-date pc, a AMD K6/3 450 that I could play Half-Life full details on!
As for Visual Studio, even if VI is very nice (seriously, you get used to it), I think Visual Studio is the best IDE for the moment. I sometimes miss some of the shortcuts I'm used to from Eclipse, but still, in Visual Studio I feel home. Plus, all the things I was missing from Eclipse have been added to VS 2010 now.