Skip to content
View superlloyd's full-sized avatar

Block or report superlloyd

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. Galador.Reflection Galador.Reflection Public

    Reflection based utilities: A new .NET Serializer, an IoC / IServiceResolver and some faster reflection utilities (FastType)

    C# 24 6

  2. MenuRibbon MenuRibbon Public

    An hybrid Menu and Ribbon class for WPF

    C# 15 4

  3. Poly Poly Public

    Polynomial, Complex and math classes

    C# 3

  4. Extend EntityFramework with Table.Wi... Extend EntityFramework with Table.With(options such as table index) and query options
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Data.Common;
    4
    using System.Data.Entity;
    5
    using System.Data.Entity.Infrastructure.Interception;