"Supported on dotnet standard2(Windows/Linux/OSX), provide similar interface to Google offical API.Quality and window control is supported.The library use the native runtime and its performance should be better than System.IO.Compress.BrotliStream.To support dynamic compress in web applications,add the code like this in the Global.asax.cs: protected void Application_PostAcquireRequestState(object sender, EventArgs e) { var app = Context.ApplicationInstance; String acceptEncodings = app.Request.Headers.Get("Accept-Encoding"); if (!String.IsNullOrEmpty(acceptEncodings)) { System.IO.Stream baseStream = app.Response.Filter; acceptEncodings = acceptEncodings.ToLower(); if (acceptEncodings.Contains("br") || acceptEncodings.Contains("brotli")) { app.Response.Filter = new BrotliStream(baseStream, System.IO.Compression.CompressionMode.Compress); app.Response.AppendHeader("Content-Encoding", "br"); } //other encodings } }"
Library or NuGet package built with .net standard and c# by Jinjun Xie.
Project website: https://github.com/XieJJ99/brotli.net
"Hosting and startup infrastructures for applications. When using NuGet 3.x this package requires at least version 3.4."
Library or NuGet package built with .net standard and c# by Microsoft.
"Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elas…"
Library or NuGet package built with .net standard and c# by Elastic and contributors.
"Internal implementation package not meant for direct consumption. Please do not reference directly. c5a3f49c88d3d907a56ec8d18f783426de5144e9 When using NuGet 3.x this pa…"
Library or NuGet package built with .net standard and c# by Microsoft.
"ADO.NET extensions for AutoMapper"
Library or NuGet package built with .net standard and c# by Jimmy Bogard.
"Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4."
Library or NuGet package built with .net standard and c# by Microsoft.
"Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swashbuckle. This will populate the example property of a schema object in the output swagger."
Library or NuGet package built with .net standard and c# by Matt Frear.
Hello, I'm Corstiaan. I'm a software developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.
There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!
Get weekly updates about new projects built with .net tech
Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.
No spam. Unsubscribe any time.
© 2025 - created by Corstiaan Hesselink - submit project - RSS feed - contact