blog June 21, 2023 Few stories about breaking changes Examples of changes that are not obvious breaking changes in libraries code #c# #libraries
blog May 6, 2023 Context propagation in distributed systems and cooperation with OpenTelemetry How to propagate context between distributed systems and take advantage of it using OpenTelemetry #http #c# #communication #openTelemetry #tracing
blog May 4, 2023 HttpContext BodyReader and incremental json parser Other light way to read http request body using PipeReader and use it to incremental parse json content #http #c# #json #pipes #span #allocation #performance #optimization