V3 Maps Supported

The latest build of the Google Maps .NET Control targets version 3 of Google's Map API.

Recent Posts

  • Reactive Extensions is More Than Async

    Tags: Rx, Reactive, Linq2Rest

    A short while ago I asked for some feedback for the latest addition to the Linq2Rest project, Linq2Rest.Reactive, and the feedback I got started some thinking about why I was going for one solution … more

  • Creating DTOs at Runtime

    Tags: LINQ, Reflection, IL

    One of the first problems that came up when creating the Linq2Rest project was how to handle LINQ projections (select statements). On the client the resulting anonymous type would be generated because … more

  • Queryable Web Services - Parsing Query Strings to LINQ

    Tags: REST, LINQ, Query

    I have previously made a stab at supposedly RESTful webservices where the response type is determined by a part of the request URI and not the Accept header as it should be. This time I have been … more

  • Accept Headers for HTML Tags

    Tags: HTML, REST, Accept Header

    RESTful services are in fashion at the moment, but there is some disagreement as to what actually constitutes RESTfulness (if that is an actual word). A lot of times I hear that a service is RESTful … more