Archives

Archives / 2003 / April
  • What's the fuss about VS .NET 2003?

    Robert and Darren are probably going to hit me, but I really don't understand what's the fuss about old (he he) and current versions of .NET Framework and Visual Studio .NET, I mean, I've been using both versions of the product for months now with hardly a glitch. 1.0 apps work only with 1.0 (VS .NET included). 1.1 apps could work with 1.0 but why? If you have a 1.1 app just install the 1.1 Framework and go for it. I have had both versions side by side and used 1.0 and 1.1 apps right here in this laptop without any major loose of time (let alone data or code). May be I am just so silly that I don't get it...

  • int.Parse() vs. Convert.Int32()

    Everytime I have to convert a string to an integer I use int.Parse() instead of Convert.Int32(). Until today, I basically recommended it because it looked more O-O to me (besides, I get the chance to pick my Java pals because int behaves more like a real class in C# ;-). But today Clemens Vasters, a fellow RD, gave me a really sound reason for doing so: int is a higher level abstraction than Int32 and, by default, higher level abstractions are friends of the (business) developer. Nice one, Clemens.

  • Web Matrix


    In countries like mine, it is very important to have entry level tools for developers to adopt any new technology. That's why Web Matrix plays such an important role down here. And that's why I get so excited when Scott Guthrie comments that they are about to deploy a new version of the thing. I look forward to it.

  • Bruce Eckel blog

    I have no problem admitting that I learnt object oriented programming with Bruce Eckel's Thinking in Java. Even more, I am absolutely convinced that if from time to time I manage to look "solidly backgrounded" in O-O it is due to what I learnt in Thinking in Java. Third edition just received a Jolt award (I learnt while moving from 1st to 2nd Ed, time do fly, sigh). Thinking in C# is in the works and I am looking forward to it. In the mean time, Bruce has started his web log and it's got some mind opening content, go browse around, you won't repent.