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

7 years ago813

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 Unipluss.Sign.Models

Unipluss.Sign.Models

7 years ago870

"Client library POCOs for the REST API   Also, check out the REST API documentation at https://api.signere.no/ for further details about the resources that can be…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Win2D.uwp

Win2D.uwp

7 years ago841

"An easy-to-use Windows Runtime API for immediate mode 2D graphics rendering.For the Universal Windows Platform (Windows 10)."

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

unknown, Unknown country

Screenshot for .net library or nuget package EcEnglish.Api.ServiceContract

EcEnglish.Api.ServiceContract

7 years ago869

"Service contracts for the EC English API"

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

unknown, Unknown country

Screenshot for .net library or nuget package GSF.COMTRADE

GSF.COMTRADE

7 years ago1141

"Library for parsing and creating COMTRADE (COMmon format for Transient Data Exchange for power systems) files"

Library or NuGet package built with .net standard and c# by Grid Protection Alliance.

unknown, Unknown country

Screenshot for .net library or nuget package akavache.sqlite3

akavache.sqlite3

7 years ago657

"Akavache Sqlite3"

Library or NuGet package built with .net standard and c# by .NET Foundation and Contributors.

unknown, Unknown country

Screenshot for .net library or nuget package StreamJsonRpc

StreamJsonRpc

7 years ago1066

"A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with an…"

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

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.

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