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 ago674

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 App.Metrics.Formatters.Json

App.Metrics.Formatters.Json

7 years ago724

"App Metrics Formatters for metrics  and environment data to JSON using Newtonsoft.Json."

Library or NuGet package built with .net standard and c# by Allan Hardy and Contributors.

unknown, Unknown country

Screenshot for .net library or nuget package jasmine.TypeScript.DefinitelyTyped

jasmine.TypeScript.DefinitelyTyped

7 years ago757

"TypeScript Definitions (d.ts) for jasmine. Generated based off the DefinitelyTyped repository [git commit: 6f617176460d27db7c78fd8ca9650e84f146b6db]. https://github.com/…"

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

unknown, Unknown country

Screenshot for .net library or nuget package NLog.Web.AspNetCore

NLog.Web.AspNetCore

7 years ago720

"NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.Supported platforms:-…"

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

unknown, Unknown country

Screenshot for .net library or nuget package AWSSDK.SimpleNotificationService

AWSSDK.SimpleNotificationService

7 years ago827

"Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push notifica…"

Library or NuGet package built with .net standard and c# by Amazon Web Services.

unknown, Unknown country

Screenshot for .net library or nuget package ExcelNumberFormat

ExcelNumberFormat

7 years ago707

".NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares."

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

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