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 ago629

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 iTextSharp

iTextSharp

6 years ago714

"PLEASE NOTE: iTextSharp is EOL, and has been replaced by iText 7. Only security fixes will be addedWe HIGHLY recommend customers use iText 7 for new projects, and t…"

Library or NuGet package built with .net standard and c# by Bruno Lowagie, Paulo Soares & et al..

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.CrmSdk.Workflow

Microsoft.CrmSdk.Workflow

6 years ago823

"This package contains the official Microsoft.Xrm.Sdk.Workflow.dll assembly and has been authored by the Microsoft Common Data Service SDK team."

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

unknown, Unknown country

Screenshot for .net library or nuget package Gelf4Net.AmqpAppender

Gelf4Net.AmqpAppender

6 years ago589

"GELF log4net AmqpAppender - graylog2. Built for log4net"

Library or NuGet package built with .net standard and c# by micahlmartin, jjchiw & contributors.

unknown, Unknown country

Screenshot for .net library or nuget package Xam.Plugins.Settings

Xam.Plugins.Settings

6 years ago709

"Settings Plugin for Xamarin and Windows provides a consistent, cross platform settings/preferences plugin.      This makes it easier to create c…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Seq.Extensions.Logging

Seq.Extensions.Logging

6 years ago704

"Add centralized structured log collection to ASP.NET Core apps with one line of code."

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

unknown, Unknown country

Screenshot for .net library or nuget package Fake.Core.String

Fake.Core.String

6 years ago584

"FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#."

Library or NuGet package built with .net standard and c# by Steffen Forkmann, Mauricio Scheffer, Colin Bull & Matthias Dittrich.

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