No Image

Silverlight Google Map Control

June 1, 2010 muthu 0

Let us look at building a GIS Silverlight application with a map control. Silverlight enables this by the DeepZoom composer and MultiScaleTileSource class which can […]

No Image

C# Type Inference

March 4, 2010 muthu 0

C# is a statically-typed language (type checking is performed by the compiler, as opposed to being performed at run-time), which implies that variables must be […]