Showing related tags and posts accross the entire site.
-
I saw this somewhere in my daily reading list (I religiously browse my Google Reader at the start of the day). I thought to myself that the blog author probably had negative experiences with programmers or architect types who place too much emphasis on design patterns. I agree that people who give too...
-
The .NET world is eagerly anticipating the release of version 3.5 of the .NET Framework and Visual Studio 2008 later this month . Naturally there is a build-up of technical discussions, events and online material about the features the new release is adding to the table. In the meantime, here I am studying...
-
Yeah, I said enums are evil . Now I'm taking them back. I was forced to swallow my pride and use an enum for my current project. This is for representing the privilege level of the user. I guess the simplicity of the enum won me over, since one can easily compare enums with each other. Besides, the...
-
When I start developing my first application using Visual Basic 6 the first thing that I consider was the performance. But then I realized that performance shouldn't be the first to consider. My idea is most of the time you should focus on writing maintainable code. Then replace only those slow moving...
-
In light of observations made here and there , it is becoming clear to me that language limitations play a big part in making design patterns necessary. Or unnecessary . In other words, language deficiencies make it necessary to introduce complexity into code. In fact it was the master who told me that...
-
That was a surprising email message I received first thing in the morning yesterday. I was awarded MVP for Visual Developer - Visual C#! Pardon the cliche but I really thought it wouldn't happen -- mainly because of my pro-open source stance . Anyway, thanks Microsoft! The only thing I take issue...
-
The picture says it all...
-
Ayende Rahien and Jeremy Miller brought forth the arguments in their respective blog entries, and I couldn't agree more. In fact I've seen that mindset first hand with my teammates in my previous employer. The first time I discovered test-driven development, I told my teammate about it. We were experiencing...
-
I received an interesting article , dealing with the issue on the necessity of getting certified. I have to admit, that I'm one of those sitting on the fence. For one, some certifications' lifetimes are so short that they may not be worth it. An example of this would be Microsoft's .NET certifcations...
-
Hi! Welcome to my blog. Hopefully, I'll be able to post a lot of stuff that you'll fnd helpful/useful/informative. Check back from time to time.