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
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.
1,952 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in dotnet/runtime that received 10 comments
Use sync IO when the physical path is available
This should remove the overhead of doing async io for the synchronous configuration system Found this when looking at a memory profile:
- Add custom request header decoder API to Kestrel
- Make RequestServices work for cloned longpolling HttpContext
- Spiked HttpResponsePipeWriter
- Add an option to configure the NewtonsoftJson buffer size
- Adds latin1 support to ANCM In-proc
- Use implicit logging scope for Activity
- Flow endpoint and httpcontext always from authz middleware
- Enable Kestrel config reload in ConfigureWebHostDefaults
- Change JumpTable to take ReadOnlySpan
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):