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,026 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in dotnet/aspnetcore that received 18 comments
Use a dedicated thread for timers in rather than a Timer
This make it possible to still timeout various operations when there's thread pool starvation occurring. One downside is that the "heartbeatslow" …
- Using public dnceng badge
- Add docker file support for deploy
- angular dotnet core sample for project tye
- Remove details for external services
- Tye should validate that service names are valid DNS names
- Trim trailing slash
- Update run locally docs to use v0.2
- define docker baseimage and tag
- adding health checks
- Allow specifying docker file for tye run
- Add distribute tracing recipe and extension
Created an issue in dotnet/runtime that received 8 comments
SSLStream should support cancelling certificate chain building with cancellation token
Certificate chain building and verification should be cancellable AuthenticateAs* on OSX and Linux: runtime/src/libraries/System.Net.Security/…
- Improve Http.sys allocation profile and performance
- Use PipeWriter to write StaticFiles
- Support binding to 0.0.0.0 the same as binding to all interfaces
- Use function pointers in IISHttpServer
- Support specifying a full certificate chain in HttpsConnectionAdapterOptions
- [EPIC]: HTTPS and Certificate Handling in Kestrel