Skip to content
View craigeddy's full-sized avatar

Highlights

  • Pro

Block or report craigeddy

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 Loading

  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# 2 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