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

4 years ago328

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

unknown, Unknown country


Embed shield: or

Related projects

Screenshot for .net library or nuget package Xamarin.FFImageLoading

Xamarin.FFImageLoading

4 years ago314

"Xamarin Library to load images quickly and easily.Features:- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support- Configurable disk…"

Library or NuGet package built with .net standard and c# by Daniel Luberda & Fabien Molinet.

unknown, Unknown country

Screenshot for .net library or nuget package Humanizer

Humanizer

4 years ago295

"Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities"

Library or NuGet package built with .net standard and c# by Mehdi Khalili & Claire Novotny.

unknown, Unknown country

Screenshot for .net library or nuget package Selenium.WebDriver.ChromeDriver

Selenium.WebDriver.ChromeDriver

4 years ago329

"Install Chrome Driver (Win32, macOS, and Linux64) for Selenium WebDriver into your Unit Test Project.      "chromedriver(.exe)" is cop…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Xamarin.Firebase.Measurement.Connector

Xamarin.Firebase.Measurement.Connector

4 years ago280

"Xamarin.Android Bindings for Google Play Services - Xamarin.Firebase.Measurement.Connector 118.0.0"

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

unknown, Unknown country

Screenshot for .net library or nuget package AgileObjects.ReadableExpressions

AgileObjects.ReadableExpressions

4 years ago274

"An extension method for Linq and DLR Expressions, producing readable, source-code versions of Expression Trees. Targets .NET 3.5+ and .NET Standard 1.0+"

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

unknown, Unknown country

Screenshot for .net library or nuget package Cake.Sonar

Cake.Sonar

4 years ago305

"Run sonar for msbuild"

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

unknown, Unknown country

A little bit about this site

Hello, I'm Corstiaan. I'm a .net 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.

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