Skip to content
View GeorgDangl's full-sized avatar
๐Ÿ˜Ž
Coding
๐Ÿ˜Ž
Coding

Sponsoring

@shibayan
@RicoSuter
@matkoch

Highlights

  • Pro

Organizations

@opf @buildingSMART @iabiev @Dangl-IT
Block or Report

Block or report GeorgDangl

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

Pinned

  1. LightQuery LightQuery Public

    Lightweight solution for sorting and paging Asp.Net Core API results

    C# 89 17

  2. buildingSMART/BCF-API buildingSMART/BCF-API Public

    Web service specification for BIM Collaboration Format

    201 61

  3. Dangl.AVA.Examples Dangl.AVA.Examples Public

    Demonstration of the Dangl.AVA and Dangl.GAEB libraries

    C# 5 4

  4. antlr-calculator antlr-calculator Public

    A Calculator, written in TypeScript, using ANTLR4s JavaScript target

    TypeScript 16 8

  5. xbim-meets-angular xbim-meets-angular Public

    Usage of the xBim WebUI in Angular

    TypeScript 15 8

  6. Mock an Asp.Net Core HttpClient with... Mock an Asp.Net Core HttpClient with a custom HttpMessageHandler using Moq
    1
    using System;
    2
    using System.Net.Http;
    3
    using System.Threading;
    4
    using System.Threading.Tasks;
    5
    using Moq;