Author: SSWUG Research

Community

PHP and IDS

(Jean Georges Perrin) PHP (a recursive acronym for “PHP: Hypertext Preprocessor”) has been around since 1995, but is often disregarded in favor of Java and .Net. However, its ease of use, natural integration with Linux, Apache, and the rest of the LAMP platform, and low price tag (free) make it a mu

Community

Using CodeDOM in .NET 2.0

(Uday Denduluri) CodeDOM is a very powerful Application Programming Interface (API) that is available with Microsoft .NET 2.0. This API can do wonders for you by generating code on the fly. This article takes a look at this technology and explains it with code examples wherever appropriate.