-
Linq2Xsd and C# Code Generation
Ah, the benefits of open source. Today I decided to take off the gloves and dig into the Linq2Xsd project that we’ve been using at work. For a long time it’s served our purpose well unmodified, but as the schema grows in complexity it looks like it’s time to dig into the code. My main…
-
Google Maps Tile Aggregator
code: GoogleMapsPullerCode.rar bin x86: GoogleMapsPullerBinary.x86.rar I recently found myself in need of a large, zoomed-in map for a project I’m working on. Of course, Google maps is my default map provider, but I was finding it tricky to get all of the image data I needed for certain zoom levels. I scoured the web and found…