Skip to content
View dschilling's full-sized avatar

Block or report dschilling

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. nhibernate-core nhibernate-core Public

    Forked from nhibernate/nhibernate-core

    NHibernate Object Relational Mapper

    C# 1

  2. W3CValidators.NET W3CValidators.NET Public

    .NET library for interacting with the W3C Validators (Markup, CSS, and Feed), and for doing so within unit tests - just NUnit for now.

    C# 1

  3. git-tfs git-tfs Public

    Forked from git-tfs/git-tfs

    A Git/TFS bridge, similar to git-svn

    C#

  4. Saml2 Saml2 Public

    Forked from Sustainsys/Saml2

    Saml2 Authentication services for ASP.NET

    C#

  5. Random Code Generator Random Code Generator
    1
    /***************************************************************************************************
    2
     * Copyright 2012 (c) Daniel Schilling <http://stackoverflow.com/users/221708/daniel-schilling>
    3
     *
    4
     * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
    5
     * associated documentation files (the "Software"), to deal in the Software without restriction,
  6. RavenDB Query Streaming: Convert IEn... RavenDB Query Streaming: Convert IEnumerator to IEnumerable
    1
    using System.Collections.Generic;
    2
    using System.Linq;
    3
    using Raven.Abstractions.Data;
    4
    using Raven.Client;
    5