Articles Written by Wong Shao Voon

Linq-To-XML Style of Node Creation for C++

This article discusses the new C++ Elmax XML Library feature to implement Linq-To-XML node creation to write XML files. Linq-To-XML node creation is the natural way to create nodes with code that is structurally identical to resultant XML.

Stored Procedure Caller Generator

Wong Shao Voon presents an application that can generate C# methods to call your stored procedure.

C++ Tutorial: The Template Pattern

Learn how to set up the outline of an algorithm and leave the details of the implementation later using the Template Pattern.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds