api

  • Open Source Free Geocodes US Zipcodes Cities

    Data is provided “as is” without warranty or any representation of accuracy, timeliness or completeness. Licensing information and data provided by http://www.geonames.org. Enjoy. 🙂 Plain text is too large to simply paste into WIP. Files are in compressed zip folders… Continue reading

  • C# Application Not Responding Issue on Long Running Threads

    Undoubtedly many of you have encountered the dreaded “Application Not Responding” message, programmers and non-programmers alike. In general, this is caused by the OS misinterpretation of long delays in form refresh, even though these can easily be caused by a… Continue reading

  • Get Current Process ID in C# .Net

    References MSDN (GetCurrentProcessID), http://msdn.microsoft.com/en-us/library/ms683180(v=vs.85).aspx MSDN (GetCurrentProcess), http://msdn.microsoft.com/en-us/library/system.diagnostics.process.getcurrentprocess.aspx Continue reading