januari 2007 - Posts

18 januari 2007
Reflector fun with System.Web assembly
Earlier this week I gave an Advanced ASP.NET 2.0 for Class-A . The course takes a deep dive into the various services of ASP.NET 2.0. During the preparation for this course I took Reflector for a spin and checked the internals of System.Web.dll. I can really recommend doing so, if you want to find out... Read More...
09 januari 2007
Bitslapping contest : LX vs Compile on Test integration in VS2005
Round 3: LX on offense, compile still recovering See the previous rounds ( 1a , 1b , 2a , 2b ) in this bitslap. Dennis is pretty harsh on not giving me any points for great punches. The way he talks he can sell a refrigerator to an eskimo. 1. One stop shop VS2005 offers you a single GUI to work from... Read More...
09 januari 2007
Fun with Microsoft Speech
The other day my friend Remco and I were working on the Ventrilo protocol and had need for a little laugh. The Ventrilo client uses the Text-To-Speech of Windows to speak out loud chat messages. Remco knew some funny things you could make the speech engine say. You can have some fun as well. Open Microsoft... Read More...
Filed under:
05 januari 2007
Collection initializers revisited
Recently there has been a change in the syntax for collection initializers in C# 3.0. Charlie Calvert posted about it here . David Hayden reacts with a question on why you would want this, as it only seems more verbose. Well, here are my best guesses. To reiterate, the delta from this original and new... Read More...
04 januari 2007
Tag, you're it. Quitsies, no anti-quitsies, no startsies. Double stamped it. Touch blue make it true.
The blog tagging game is still going on. With all the big names and blog-gurus tagged, eventually the less known/unknown ones had to be reached. And because Dennis , who tagged me, can't count really well (tagging 8 instead of 5 people) things are speeding up. So here's my list of 5 things you might... Read More...
Filed under:
03 januari 2007
Certificate Revocation Lists and Internet Information Server 5.x
Internet Information Server 5.0 and 5.1 behave a little different than IIS 6.0 and 7.0 when you work with client certificates. If you followed the instructions to install a server certificate on the web server and a client certificate in the browser, you will get these warnings: By default IIS 5.x checks... Read More...