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 ago512

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 Dapper

Dapper

6 years ago548

"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."

Library or NuGet package built with .net standard and c# by Sam Saffron, Marc Gravell & Nick Craver.

unknown, Unknown country

Screenshot for .net library or nuget package OpenCvSharp4

OpenCvSharp4

6 years ago1015

"OpenCV wrapper for .NET. Since this package includes only core managed libraries, another package of native bindings for your OS is required (OpenCvSharp4.runtime.*)."

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

unknown, Unknown country

Screenshot for .net library or nuget package AWSSDK.AutoScalingPlans

AWSSDK.AutoScalingPlans

6 years ago390

"AWS Auto Scaling enables you to quickly discover all of the scalable resources underlying your application and set up application scaling in minutes using built-in scali…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Spring.Data

Spring.Data

6 years ago489

"Interfaces and classes that provide Data access support in Spring.Net"

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.Azure.Graph.RBAC

Microsoft.Azure.Graph.RBAC

6 years ago482

"Microsoft.Azure.Graph.RBAC"

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

unknown, Unknown country

Screenshot for .net library or nuget package Cronos

Cronos

6 years ago1414

"A fully-featured .NET library for parsing Cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight savi…"

Library or NuGet package built with .net standard and c# by Andrey Dorokhov & Sergey Odinokov.

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.

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