DevPinoy.org

A Filipino Developers Community
Welcome to DevPinoy.org Sign in | Join | Help
in Search

cruizer

aspiring to free and open the mind of .NET developers

December 2007 - Posts

  • You're probably not getting real exercise at all...

    ...when your arm hurts because you've started playing Wii Sports with your Nintendo Wii Stick out tongue

    Yesterday was a Saturday so it's no work day.  I spent half the day playing baseball and tennis with my kids...Wii Sports style. And when I woke up this morning my right arm was hurting a bit.  Looks like I need to go and radically do something about exercising...so my boy and I did a bit of basketball this afternoon.  Hopefully that can also go a little bit into reducing that bulging (pregnant!?) tummy of mine.

    I've always joked that it's only my fingers that are getting exercise the past years, and I'm actually even getting less since I switched to the Dvorak keyboard layout.  Now it seems the joke's on me Stick out tongue

    Posted Dec 30 2007, 06:36 PM by cruizer with 2 comment(s)
    Filed under: ,
  • My first impressions of Visual Studio 2008

    After a long wait, I've finally completed the ISO download of Visual Studio 2008 from MSDN. After a slightly shorter wait upon launching the setup.exe, I was notified that I was short of disk space (it requires a minimum of 4 GB!). So I had to do a Disk Cleanup and do some delete/move/copy/whatever here and there to free enough space.

    Installation took quite some time, good thing I didn't heed the warning to close all opened apps and windows, so I was browsing through 'net stuff while it was doing its install thing. Finally it was ready! Oops, not really ready as I had to restart Windows. I really hate this "feature" of Windows and hopefully Vista SP1 undoes this feature for good.

    So after a reboot, I had to endure another pause as Vista applied configuration updates to the OS (meaning the VS 2008 install isn't really complete yet at this point). When I finally encountered the desktop logon prompt I hurriedly typed in my password (I use the Dvorak keyboard layout so I probably saved about 100 ms of time here) and immediately looked for the Microsoft Visual Studio 2008 entry in the Start menu.

    Wonder of wonders, the thing came up instantly and presented me a blank IDE workspace. Now this is fast. And it offered to copy my VS 2005 settings too, including my preferred dark colour theme. So far so good. I proceeded to create a simple console app project so I can just get a feel of the new C# 3.0 language. Hmm...weird, Intellisense doesn't seem to be working. Then I realised that ReSharper doesn't work on VS 2008 and the settings that were copied from my VS 2005 probably had Visual Studio Intellisense disabled (since I prefer ReSharper's). So I got it to work after fiddling with the Options.

    My first impression of VS 2008 is that it's fast. I haven't taken a look at memory usage yet, since all I did was a simple throwaway console app. I miss ReSharper and hope that they can come up with a release for VS 2008 (including all that C# 3.0 goodness) pretty soon.

  • Microsoft's Updated "Guidelines for Test-Driven Development"

    The previous incarnation of that Microsoft article was heavily panned by critics and in a rare move, Microsoft actually pulled it out of its developer web site. I didn't realise it but Microsoft actually replaced it with one written by Jeffrey Palermo -- http://msdn2.microsoft.com/en-us/library/aa730844.aspx -- back in 2006. Most of you probably weren't aware of that either.

    If you read the (updated) article though, try your very best to read how the TDD steps are actually done in VSTS. I couldn't find any! Stick out tongue I don't know about you but this to me is a very big indication that VSTS (at least the 2005 edition) was not actually designed to work with TDD. The tool is supposed to make it easier to create tests after you've created the code, not the other way around (which is "proper" TDD). Microsoft might as well just say that bluntly and be done with it.

    I don't know how things have changed in VSTS 2008. As if I can afford it anyway. Stick out tongue I guess the best .NET TDD tool for me (at present) is still the TestDriven.NET add-in to Visual Studio. I am also hoping that SharpDevelop can get its act together this coming year.

    Have a Merry Christmas everyone!

Powered by Community Server (Commercial Edition), by Telligent Systems