Tag: SharePoint / BI

Community

New Data Types in DB2 9 for z/OS

(Craig S. Mullins) DB2 9 for z/OS offers a plethora of new features, but sometimes what seems like one of the more mundane new features can actually be quite beneficial. Such is the case with data types. DB2 9 for z/OS offers five new data types, so let’s examine each of them in a little detail.

Community

Selecting a Garbage Collector

(Jim Mischel) One of the less publicized features of the .NET garbage collector is that there are actually three flavors of garbage collection available. From a conceptual standpoint, all three work in much the same way. But the details of their implementations are quite different, and as such have

Community

XSLT and XSS attacks

(Oleg Tkachenko) I noticed Robert Robbins was writing about XSS attacks using XSLT: It is possible to extend the power of XSLT using JavaScript embedded into the XSL file. Therefore any web application that allows the user to upload their own XSL file will be vulnerable to Cross Site Scripting at

Community

Transforming XML with XSL in .NET

In my years of software development, I’ve found that there are a few topics that seem to elude many programmers. Some of the topics are pretty complex (compiler design comes to mind); others are just plain foreign compared to traditional programming (Regular Expressions comes to mind). Others just s