Related resources for Visitor
  • Visitor Pattern in C#11/14/2015 12:21:04 PM. Visitor Design Pattern in C#
  • Visitor Pattern In C#11/14/2015 4:49:18 AM. In this article I will explain the visitor pattern in C# Language language.
  • Visitor Design Pattern10/27/2015 3:26:09 AM. In this article you will learn about Visitor Design Pattern. It is a behavioral design pattern. The prime purpose of the visitor pattern is to add extra behavior to a class without modifying it.
  • Design Patterns: Visitor6/18/2015 12:23:48 PM. In this article you will learn about the Visitor Design Pattern.
  • An Open Source Project: R-VisitorManagementSystem3/2/2015 3:15:10 PM. This is my open source project named R-VisitorManagementSystem.
  • Node.JS in Action: Implement Visitor Counter in Node.js4/6/2014 5:43:37 PM. In this article we will implement a simple hit counter application with a few lines of code.
  • Determine Web Visitors Country of Origin in the Drop Down List using VB.NET or C#11/10/2012 1:11:50 AM. During the transaction online, there are times when it is important to preset the web visitor's country of origin, ZIP code, ISP and domain name at the drop down list to prevent fraud and to ease the complexity of registration task. This article shows you how by using .NET Framework, it can be done.
  • Redirect Web Visitors by Country in VB.NET11/9/2012 9:42:33 AM. There are times when it is useful to redirect a visitor to different default web page based on the visitor's country of origin. One practical usage is to redirect visitor to web page with the language recognized by the visitor. This article shows you how by using .NET component, it can be done.
  • Introduction to the Visitor Pattern5/15/2012 2:37:43 PM. The power of adding a functional extensibility point to our classes via the visitor pattern is often overlooked. Using a visitor pattern is a very effective means of providing a nice boundary around a set of core classes while at the same time allowing for functional change. This article will demonstrate how the visitor pattern can be used as an extensibility mechanism and provide a boundary to keep core domain classes from getting cluttered.
  • Geographical Information by IP Address in ASP.NET and C#5/13/2012 5:56:31 AM. This article and attached code demonstrates how to get a website visitor's geographical information such as country, region, city, latitude, longitude, zip code, time zone by using his or her IP address.
  • Visiting the Visitor Pattern11/20/2011 12:34:46 AM. Visitor Pattern is one among the 23 design patterns. It is less known but holds a good idea for OOPs enthusiasts.
  • Track Last Login of a WebSite Visitor5/23/2011 9:23:46 PM. In this article you will learn the best way to track and update the last login date and time of a site visitor.
  • Possible Usage of Visitor and Type Casts2/3/2006 3:48:59 AM. In this article I will try to introduce Visitor pattern and one possible variation on it. It treats problems related to projects projects where high level of adaptability is needed.
  • Possible Usage of Visitor and Type Casts2/3/2006 3:48:59 AM. In this article I will try to introduce Visitor pattern and one possible variation on it. It treats problems related to projects projects where high level of adaptability is needed.