Archive for October, 2006

I’m currently reading .NET Framework 2.0 Application Development Foundation in preperation for the MCTS Web Application Certification. It’s a really good book and I’m learning a lot. Having a strong background in OOP from C++ and Java, I’m able to just browse over a lot of the chapters. I think it will make a good [...]


I used this guys site and it worked really well. I haven’t tried playing games or anything like that yet, but I’m mainly interested in using this setup for development. The audio and video was a must though.
http://www.msfn.org/win2k3


WSS v3

11Oct06

I’ve been doing a lot of research on windows sharepoint services over the last week. I liked the general idea of it and thought it was something my company could use. I knew there would be a lot of time spent adding in features that I wanted. The biggest let down was that wss 2.0 [...]


string1 + string2
I had something simple like this deep inside a trigger of mine. If I defined string1 as
SET @string1 = (select value from table where uniqueid=1)
It is all fine and dandy unless this row did not exist and I have string1 set as null.
If you want to concat strings in a way that you [...]