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 ago636

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 Microsoft.Quantum.Canon

Microsoft.Quantum.Canon

6 years ago624

"Microsoft's Quantum Core Libraries."

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

unknown, Unknown country

Screenshot for .net library or nuget package SimpleInjector.Extensions.LifetimeScoping

SimpleInjector.Extensions.LifetimeScoping

6 years ago711

"The Lifetime Scoping package adds an advanced new lifestyle called 'Lifetime Scope', which allows instances to live within an explicitly defined thread-specific …"

Library or NuGet package built with .net standard and c# by Simple Injector Contributors.

unknown, Unknown country

Screenshot for .net library or nuget package OpenPop.NET

OpenPop.NET

6 years ago932

"OpenPop.NET is an open source implementation of a POP3 client and a robust MIME parser written in C#.      It allows developers easy access to e…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.VisualStudio.Shell.Design

Microsoft.VisualStudio.Shell.Design

6 years ago603

"Microsoft.VisualStudio.Shell.Design"

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

unknown, Unknown country

Screenshot for .net library or nuget package MimeKit

MimeKit

6 years ago749

"MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. &n…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.AspNet.Html.Abstractions

Microsoft.AspNet.Html.Abstractions

6 years ago663

"ASP.NET 5 HTML content interface."

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