Contents tagged with .NETXML
-
VS2005 XML Editor rocks! Navigating type definitions from instance documents!
Note: this entry has moved.
-
AJAX may be the biggest waste of time for the Web
Note: this entry has moved.
-
Visitor Design Pattern: revisited for .NET
This is a review of the Visitor Design Pattern, in the light of .NET and C#, as well as how it can be used and expanded in this platform.
Classes and collections of classes are often used in OO programming. The Visitor pattern allows the developer to define new operations on the elements without changing their interface. We are analyzing the pattern as originally exposed in the GoF book [1].