June
15th,
2007
I've been spending most of my time this week back in the unmanaged world, writing C++ code again in good old Visual C++ 6.0. To make it even more fun, this was OLE DB with ATL. To be honest, took me a couple of hours to get the hang of it...
June
12th,
2007
... or not.
Technorati tags: Visual Studio
June
11th,
2007
Why does this always happen to me? I'm just now trying to install the Windows SDK (well, some updates, as I already had some of the basics installed), and the installer just keeps hanging during the "Component Detection" phase: This is installing from a DVD, by the way, and not...
June
7th,
2007
In one of his articles on building a CAB-like infrastructure, Jeremy Miller brought out a pretty interesting point: The choice between using Events/Delegates and Direct Method Calls. This can be a controversial topic at hand, but it's an interesting aspect, and can significantly affect the readability of the code. Events...
June
5th,
2007
Today my MSN Messenger icon went missing in action:
June
4th,
2007
I've been playing lately with Cardspace and I really like the concept. Implementing Cardspace, server-side on a web site, is not all that hard. I started playing with this and using the TokenProcessor.cs code found in some of the Cardspace samples makes it fairly easy to get started. The code...
June
4th,
2007
I've been writing a simple (but important for me) Web Application these past few days using Monorail, and I will just say it totally rocks. Getting started with a monorail project, without using any wizard is actually pretty easy; I started by getting the most recent successful build. I was...
May
31st,
2007
Some things to keep in mind: Visual Studio is a profit center. There's nothing inherently noble about Microsoft offering the Visual Studio Express editions for free (heck, remember they were not meant to be free at the beginning); it's just another way to get people to buy the more expensive...
May
28th,
2007
I've been a bit busy lately and with a lot of things on my mind and I've neglected this poor blog for a few weeks now. I promise I'll pick back up soon and I've got some ideas for some future posts, but they will have to wait for a...
May
20th,
2007
Good Scott Hanselman pointed me to his latest entry, from RailsConf, titled "Is Microsoft losing the Alpha Geeks?", and it's a thought-provoking piece. I'm not very well versed on Ruby or Ruby on Rails, but it's on my list of stuff to dive into this year (any books I should...