Skip to content
View quantc's full-sized avatar

Block or report quantc

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. dotnet-docker dotnet-docker Public

    Forked from dotnet/dotnet-docker

    Docker images for .NET Core and the .NET Core Tools.

    Dockerfile

  2. ticketing ticketing Public

    Event ticketing API. Targets web app high-availability, eliminating bottlenecks one at a time. Features CQRS, MediatR, Azure Storage.

    C#

  3. ExceptionMiddleware.cs ExceptionMiddleware.cs
    1
        public class ExceptionMiddleware
    2
        {
    3
            private readonly RequestDelegate _next;
    4
    
                  
    5
            public ExceptionMiddleware(RequestDelegate next)
  4. SimpleApiSolution SimpleApiSolution Public

    Simple project using Azure DevOps to test, build and deploy an API

    C#