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 ago615

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 SQLitePCLRaw.lib.e_sqlite3.v140

SQLitePCLRaw.lib.e_sqlite3.v140

6 years ago602

"This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw.  To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.p…"

Library or NuGet package built with .net standard and c# by Eric Sink, D. Richard Hipp & et al.

unknown, Unknown country

Screenshot for .net library or nuget package Albedo

Albedo

6 years ago506

"A .NET library targeted at making Reflection programming more consistent, using a common set of abstractions and utilities."

Library or NuGet package built with .net standard and c# by Mark Seemann, Jin-Wook Chung, Nikos Baxevanis, Adam Chester & Alex Povar.

unknown, Unknown country

Screenshot for .net library or nuget package BingMapsRESTToolkit

BingMapsRESTToolkit

6 years ago705

"This is a portable class library which makes it easy to access the Bing Maps REST services from .NET."

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

unknown, Unknown country

Screenshot for .net library or nuget package logentries.core

logentries.core

6 years ago593

"logentries.core is a library for Logentries to be used by other libraries that extend logging software, such as log4net and NLog. Logentries is a real-time log managemen…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Kentor.AuthServices.Owin

Kentor.AuthServices.Owin

6 years ago576

"A SAML2 Owin middleware, compatible with ASP.NET Identity for external logins."

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.VisualStudio.Shell.Immutable.14.0

Microsoft.VisualStudio.Shell.Immutable.14.0

6 years ago618

"Microsoft.VisualStudio.Shell.Immutable.14.0"

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