BuiltWithDot.Net
Projects built with .net framework, .net core, xamarin, mono, mono game, unity, or godot
submit project
don't be shy :-)

"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                }           }"

Brotli.NET

6 years ago508

Library or NuGet package built with .net standard and c# by Jinjun Xie.

unknown, Unknown country


Embed badge: or

Related projects

Screenshot for .net library or nuget package SerilogTimings

SerilogTimings

6 years ago591

"Extends Serilog with timed operations"

Library or NuGet package built with .net standard and c# by nblumhardt.

unknown, Unknown country

Screenshot for .net library or nuget package DynamicData.EFCodeFirstProvider

DynamicData.EFCodeFirstProvider

6 years ago503

"Supports using Dynamic Data with EF Code First models"

Library or NuGet package built with .net standard and c# by David Ebbo.

unknown, Unknown country

Screenshot for .net library or nuget package Splitio-net-core

Splitio-net-core

6 years ago462

"Package Description"

Library or NuGet package built with .net standard and c# by Splitio-net-core.

unknown, Unknown country

Screenshot for .net library or nuget package Google.LibPhoneNumber

Google.LibPhoneNumber

6 years ago533

"Highlights of functionality    Parsing/formatting/validating phone numbers for all countries/regions of the world.    getNumberType - gets …"

Library or NuGet package built with .net standard and c# by Google.

unknown, Unknown country

Screenshot for .net library or nuget package PeterO.Numbers

PeterO.Numbers

6 years ago479

"A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmeti…"

Library or NuGet package built with .net standard and c# by Peter Occil.

unknown, Unknown country

Screenshot for .net library or nuget package DryIoc.Microsoft.DependencyInjection

DryIoc.Microsoft.DependencyInjection

6 years ago556

"DryIoc adapter for Microsoft.Extensions.DependencyInjection"

Library or NuGet package built with .net standard and c# by Maksim Volkau.

unknown, Unknown country

A little bit about this site

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!

What is the .net community working on?

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.

© 2024 - created by Corstiaan Hesselink - submit project - RSS feed - contact