Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Microsoft
- Bellevue, WA
- http://davidfowl.com/
Popular repositories
-
This repository has examples of broken patterns in ASP.NET Core applications
-
Micronetes Archived
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
-
High performance, low level networking APIs for building custom servers and clients.
2,001 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in dotnet/aspnetcore that received 6 comments
Add support for listening to tcp handles to in the Sockets transport
Make ListenHandleTests shared across both transports Added API to signify ownership semantics of the file handle Fixes #20842
Created an issue in dotnet/runtime that received 13 comments
Add API for reading the LOH size threshold
Background and Motivation There are several APIs that hardcode the 85K threshold to avoid landing data on the LOH (usually for ephemeral operations):