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 ago830

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 Avalara.AvaTax

Avalara.AvaTax

7 years ago934

"Add world-class tax estimation and calculation to your project with Avalara's AvaTax suite of APIs and services."

Library or NuGet package built with .net standard and c# by Genevieve Conty & Greg Hester.

unknown, Unknown country

Screenshot for .net library or nuget package DatadogSharp

DatadogSharp

7 years ago822

"Yet another C# Datadog client that supports DogStatsD and APM."

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

unknown, Unknown country

Screenshot for .net library or nuget package EntityFramework.BulkInsert-ef6

EntityFramework.BulkInsert-ef6

7 years ago943

"We moved here: http://entityframework-extensions.net/ NOTE: The current package is *UNSUPPORTED* since 2014"

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

unknown, Unknown country

Screenshot for .net library or nuget package MicrosoftWebMvc

MicrosoftWebMvc

7 years ago816

"ASP.NET MVC 2 Futures includes unsupported prototype features for ASP.NET MVC 2, from the MVC team."

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

unknown, Unknown country

Screenshot for .net library or nuget package Cofoundry CMS

Cofoundry CMS

7 years ago7073

"Cofoundry is an open source .NET Core CMS designed to work unobtrusively with your application. It's simple to install and our code-first approach to content and feat…"

Open source library or nuget package built with .net core and c# by @uberdigital.

agency, United Kingdom

Screenshot for .net library or nuget package Accord.Statistics

Accord.Statistics

7 years ago1055

"Contains probability distributions, statistical models and methods such as Linear and Logistic regression, Hidden Markov Models, (Hidden) Conditional Random Fields, Prin…"

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

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.

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