• Google Maps .NET Control for V3 Maps

    Tags: Google, Map, Control, ASP.NET

    The Google Maps .NET Control for ASP.NET 4.

    The control targets version 3 of Google's Map API

    Features included in the control are: Overlays, layers, controls, KML read/write support … more

  • Usage Examples

    Tags: Google Maps, Tutorial

    I have created some basic examples of how to use the licensed control. Feel free to download them and use them to get started.

    There are 6 examples (each in C# and VB.NET):

    Basic Map

    Using Map … more

  • ESRI Shapefile to KML Converter

    Tags: ESRI, KML, Converter

    This utility parses a shapefile and creates the equivalent Google Maps objects. At the same time it reads the corresponding .dbf file and displays the possible columns to add to the individual shapes. more

Search

Latest Tweets

Blogged: Creating DTOs at Runtime http://t.co/2VybUNua

@randompunter GetCustomAttributesData provides enough data to safely construct a CustomAttributeBuilder.

@randompunter Found workaround. Custom attributes provide data to create copy instance.

@randompunter I know. I was hoping there was some way of finding requirements when building types at runtime.

Problem setting attribute on runtime type where attribute uses #CodeContracts. Any way to find contract requirements through reflection?