Skip to content
View craigeddy's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report craigeddy

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
craigeddy/README.md

Craig R. Eddy's Dev Card

Pinned

  1. ApiKeyExperiment ApiKeyExperiment Public

    Experimenting with implementing API key authentication in a .Net Framework WebAPI project.

    JavaScript

  2. StarterGame StarterGame Public

    A repo that can be used as the starting point for unit test katas

    C#

  3. SAM.gov-Api-Console SAM.gov-Api-Console Public

    SAM.gov API Tester

    C# 1 1

  4. signalr-client signalr-client Public

    TypeScript

  5. How to tell AutoMapper to ignore a d... How to tell AutoMapper to ignore a destination property
    1
    cfg.CreateMap<T<S>, T<D>>().ForMember(d => d.XYZ, opt => opt.Ignore())‎‎​
  6. Grouping columns programmatically in... Grouping columns programmatically in the Telerik RadGridView control for WinForms
    1
    // http://docs.telerik.com/devtools/winforms/gridview/view-definitions/column-groups-view
    2
    // Grouped columns do not wrap header text; see http://www.telerik.com/forums/grouping-column-headers
    3
    
                  
    4
    var view = new ColumnGroupsViewDefinition();
    5