The Wayback Machine - https://web.archive.org/web/20210218210849/https://github.com/davidfowl
Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

Organizations

@projectkudu @SignalR @NuGet @JabbR @aspnet @Azure @OmniSharp

Sponsoring

@benaadams

Popular repositories

  1. This repository has examples of broken patterns in ASP.NET Core applications

    C# 3k 319

  2. Various todo list backend API implementations

    C# 924 126

  3. Micronetes Archived

    Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.

    C# 784 43

  4. High performance, low level networking APIs for building custom servers and clients.

    C# 693 100

  5. A collection of coding patterns in no particular order

    543 22

  6. Channels Archived

    Push based .NET Streams

    C# 294 40

Contribution activity

February 2021

Created 1 repository

Created a pull request in dotnet/aspnetcore that received 5 comments

Start connections on a fresh ExecutionContext

This change removes the ExecutionContext from new connections, this removes the possibility of capturing request scoped async locals and flowing t…

+35 −6 5 comments
Opened 2 other pull requests in 1 repository
dotnet/aspnetcore
1 merged 1 open
Reviewed 12 pull requests in 6 repositories

Created an issue in dotnet/runtime that received 13 comments

Consider adding TaskCompletionSource.SetFromTask(Task)

Background and Motivation A common operation when writing async code is to execute code that returns a task and complete. This usually involves cre…

13 comments
Answered 1 discussion in 1 repository
1 contribution in private repositories Feb 14