Larry Ewing | Update Conference Prague 2019 Larry is a Senior Software Engineering Manager at Microsoft on the Mono WebAssembly team. He has been an Open Source software contributor for more than 20 years and worked on .NET based Linux desktop applications and Moonlight at Novell before joining Xam...
Pro Tip: using static Microsoft.AspNetCore.Http.StatusCodes When building a web server in ASP.NET Core, the APIs that deal with status codes are int based, there are multiple ways to express a status code in your code, in this post I will share my favourite. // Stop doing this:context.Response.StatusCode = (int) H...
Fixing Random, bonus episode 2: pigeons and the noisy-or distribution Source code for this episode is here. Welcome to this special bonus episode of Fixing Random, the immensely long blog series where I discuss ways to add probabilistic programming features into C#. …
Homepage | ZKProof Standards ZKProof is an open-industry academic initiative that seeks to mainstream zero-knowledge proof (ZKP) cryptography through an inclusive, community-driven standardization process that focuses on interoperability and security.
dotnet/SqlClient Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications. - dotnet/SqlClient
I Don't Like Notebooks - Joel Grus - #JupyterCon 2018 I Don't Like Notebooks hi, I'm Joel, and I don't like notebooks Joel Grus (@joelgrus) #JupyterCon 2018
Announcing .NET Jupyter Notebooks - Scott Hanselman Jupyter Notebooks has been the significant player in the interactive development space for many years, and Notebooks ...
Maintaining cryptographic library for 12 languages Maintaining cross-platform cryptographic library is a journey full of unexpected bugs, language-specific hacks, difficult decisions and endless struggle to make developer-facing APIs easy-to-use and hard-to-misuse. https://github.com/cossacklabs/themis ...
Initial HTTP/3 Implementation in Kestrel by jkotalik · Pull Request #16914 · dotnet/aspnetcore 💰 💰 💰 💰 💰 💰 This is the initial port of an HTTP/3 server implementation in Kestrel. It is very rough right now; many things need to be refactored and improved. This PR will add Http3Connection, Htt...