Skip to content
View GeorgDangl's full-sized avatar
😎
Coding
😎
Coding

Sponsoring

@shibayan
@RicoSuter
@matkoch

Highlights

  • Pro

Organizations

@opf @buildingSMART @iabiev @Dangl-IT @BVBS

Block or report GeorgDangl

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GeorgDangl/README.md

Pinned Loading

  1. LightQuery LightQuery Public

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

    C# 92 17

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

    Web service specification for BIM Collaboration Format

    231 68

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

    Demonstration of the Dangl.AVA and Dangl.GAEB libraries

    C# 8 5

  4. antlr-calculator antlr-calculator Public

    A Calculator, written in TypeScript, using ANTLR4s JavaScript target

    TypeScript 16 10

  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;