Skip to content
View dirkstrauss's full-sized avatar

Organizations

@msmvps

Block or report dirkstrauss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Resume Resume Public

    This is a condensed resume of what I have been up to online and offline. I try to update it regularly.

    1

  2. eBookManager eBookManager Public

    WinForms app to manage your eBook collection

    C# 1 1

  3. Extension-Methods Extension-Methods Public

    Helper class to provide some convenient Extension Methods for your projects.

    C#

  4. SouthAfrica SouthAfrica Public

    A downloadable list of all South African Cities, provinces and GPS Coordinates

    40 16

  5. Change the existing stored procedure... Change the existing stored procedures with my domain\username prefix to dbo.procedurename
    1
    ALTER SCHEMA dbo TRANSFER [COMPANYDOMAIN\MYUSERNAME].ThisIsAStoredProcedure;
    2
    
                  
    3
    /*
    4
    If you didn't explicitly set it, then objects created by you will be created under the default schema for your user. 
    5
    In SSMS, look in the database -> Security -> Users -> -> Properties -> General -> Default schema
  6. AddressValidator AddressValidator Public

    Validate an address via Google Maps Geocoding API

    C# 2