Miscellaneous Debris

Avner Kashtan's Frustrations and Exultations

  • VSS2005 - staying in line

    Tags: .NET, Miscellaneous Debris

    Working with Visual SourceSafe always feels to me like walking on eggshells. One wrong move and you get that sickening crunching feeling and things seem to collapse.My current project's integrator … more

  • Genericizing the GenericProxy<T>

    Tags: .NET, WinFX

    A few days ago, Guy Burstein wrote a entry on avoiding design-time generated proxies by extending the ClientBase class to create a GenericProxy. This proxy uses the client binding data in the app. … more

  • Kerberos and Web Service Preauthentication

    Tags: .NET

    My current project has been having various inconsistent, irreproducible 401 Unauthorized errors on our web service calls. We tried various tests, checks, changes and wild guesses, and we think we’ve … more

  • When is a dash not a dash?

    Tags: Miscellaneous Debris

    An interesting an unusually frustrating pitfall that I've stumbled into a few times: Many times when we're preparing for deployment of a software product, we find ourselves preparing a Word document … more

  • Macro Origins

    Tags: Miscellaneous Debris

    I've been wondering about the origin and etymology of the term "macro" as it is used in programming. The general use for it is to mean something large - the opposite of "micro" - but it didn't seem … more