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 ago649

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 MQTTnet

MQTTnet

6 years ago2183

"MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of t…"

Library or NuGet package built with .net standard and c# by The contributors of MQTTnet.

unknown, Unknown country

Screenshot for .net library or nuget package Breeze.Server.ContextProvider.EF6

Breeze.Server.ContextProvider.EF6

6 years ago702

"Core data access library for a Breeze Server working with Entity Framework v6 and ASP.NET WebApi (Not for use with .NET Core or ASP.Net Core)"

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

unknown, Unknown country

Screenshot for .net library or nuget package AspNetWebPages.Core

AspNetWebPages.Core

6 years ago605

"Legacy package, AspNetWebPages.Core is now included in the 'Microsoft.AspNet.WebPages' package."

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

unknown, Unknown country

Screenshot for .net library or nuget package BookSleeve

BookSleeve

6 years ago616

"Fully asynchronous Redis client, capable of pipelined operations; this acts as a multiplexer, allowing high-performance parallel usage of a single connection (or few con…"

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

unknown, Unknown country

Screenshot for .net library or nuget package PasswordGenerator

PasswordGenerator

6 years ago641

"A .NET Standard library which generates random passwords with different settings to meet the OWASP requirements"

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

unknown, Unknown country

Screenshot for .net library or nuget package runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography

runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography

6 years ago682

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

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