Other News

Community

Tunneling Variables

(Bob DuCharme) While coding for a large, complex stylesheet project at work last year, I wanted to reuse code that I had already written elsewhere in the same template rule. Like a good little programmer, I resisted the temptation to copy the old code and paste it in the location I was working on; i

Community

What You Don’t Know

(Andy Warren) Sometimes it’s what you don’t know that hurts. Sometimes it hurts a lot! Recently one of our developers was just about to pound his head on the desk in frustration, trying to figure out why some TSQL was not working correctly. It looked something like this: set @SomeVariable = @Some

Community

XML and Strongly Typed Datasets

(Paul Glavich) XML and the schemas associated with describing the XML, play an important role within .Net and Microsofts vision overall. This article will detail the usage, with some tips and tricks for using Strongly Typed datasets from an XML Schema that can be utilised by a .Net developer.